Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPReader ¶
type HTTPReader struct {
// contains filtered or unexported fields
}
HTTPReader implements a reading operation using HTTP, and uses the EndpointSupport to validate the operation.
func NewHTTPReader ¶
func NewHTTPReader( client common.AuthenticatedHTTPClient, registry *components.EndpointRegistry, module common.ModuleID, list operations.ReadHandlers, ) *HTTPReader
func (*HTTPReader) Read ¶
func (r *HTTPReader) Read(ctx context.Context, params common.ReadParams) (*common.ReadResult, error)
Click to show internal directories.
Click to hide internal directories.