Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorInvalidContentType ¶
type ErrorInvalidContentType struct {
ContentType string
}
func (ErrorInvalidContentType) Details ¶
func (e ErrorInvalidContentType) Details() map[string]any
func (ErrorInvalidContentType) Error ¶
func (e ErrorInvalidContentType) Error() string
func (ErrorInvalidContentType) Message ¶
func (e ErrorInvalidContentType) Message() string
type ErrorInvalidEvent ¶
type ErrorInvalidEvent struct {
Err error
}
func (ErrorInvalidEvent) Error ¶
func (e ErrorInvalidEvent) Error() string
func (ErrorInvalidEvent) Message ¶
func (e ErrorInvalidEvent) Message() string
type Handler ¶
type Handler interface {
IngestHandler
}
func New ¶
func New( namespaceDecoder namespacedriver.NamespaceDecoder, service ingest.Service, options ...httptransport.HandlerOption, ) Handler
type IngestEventsHandler ¶
type IngestEventsHandler httptransport.Handler[IngestEventsRequest, IngestEventsResponse]
type IngestEventsRequest ¶
type IngestEventsRequest = ingest.IngestEventsRequest
type IngestEventsResponse ¶
type IngestEventsResponse = struct{}
type IngestHandler ¶
type IngestHandler interface {
IngestEvents() IngestEventsHandler
}
Click to show internal directories.
Click to hide internal directories.