6 lines
169 B
Go
6 lines
169 B
Go
// Package validation defines the Validation stage of the plugin loader pipeline.
|
|
//
|
|
// The Validation stage must implement the Validator interface.
|
|
|
|
package validation
|