Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNoVerifierFunction = errors.Base("no verifier function")
)
Functions ¶
This section is empty.
Types ¶
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
func NewRegistry ¶
func NewRegistry() *Registry
func (*Registry) RegisterWithVerifier ¶
type Verifier ¶
type Verifier func(selector.Introspectable) error
Click to show internal directories.
Click to hide internal directories.