Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImplementsRequest ¶
type ImplementsRequest struct { }
ImplementsRequest is the rpc wrapper for the Implements method args.
type ImplementsResponse ¶
type ImplementsResponse struct {
APIs []spi.InterfaceSpec
}
ImplementsResponse is the rpc wrapper for the Implements return value.
type Plugin ¶
type Plugin struct {
Spec spi.InterfaceSpec
}
Plugin is the service for API metadata.
func (Plugin) Implements ¶
func (p Plugin) Implements(_ *http.Request, req *ImplementsRequest, resp *ImplementsResponse) error
Implements responds to a request for the supported plugin interfaces.
Click to show internal directories.
Click to hide internal directories.