2025-04-01 10:38:02 +09:00

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