Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ValidatorEndpointFactory ¶
type ValidatorEndpointFactory struct { }
ValidatorEndpointFactory creates endpoints used for running validator API calls through the API Middleware.
func (*ValidatorEndpointFactory) Create ¶
func (*ValidatorEndpointFactory) Create(path string) (*apimiddleware.Endpoint, error)
Create returns a new endpoint for the provided API path.
func (*ValidatorEndpointFactory) IsNil ¶
func (f *ValidatorEndpointFactory) IsNil() bool
func (*ValidatorEndpointFactory) Paths ¶
func (*ValidatorEndpointFactory) Paths() []string
Paths is a collection of all valid validator API paths.
Click to show internal directories.
Click to hide internal directories.