5 lines
173 B
Go
5 lines
173 B
Go
// Package termination defines the Termination stage of the plugin loader pipeline.
|
|
//
|
|
// The Termination stage must implement the Terminator interface.
|
|
package termination
|