Documentation ¶
Index ¶
Constants ¶
View Source
const (
PATH = "path"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RequestType ¶
type RequestType[T any] struct { // contains filtered or unexported fields }
RequestType is a generic struct that holds the parsed request data
func NewRequestType ¶
func NewRequestType[T any](data T) RequestType[T]
NewRequestType is a constructor function for RequestType
Click to show internal directories.
Click to hide internal directories.