Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContentType ¶
type ContentType string
const (
JSONContentType ContentType = "application/json"
)
type GenericDecoder ¶
type GenericDecoder[T any] interface { ContentType() ContentType Decode([]byte) (T, error) }
Click to show internal directories.
Click to hide internal directories.