Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListResult ¶
type ListResult[T any] struct { Meta list.List `json:"meta" validate:"required"` Results []T `json:"results"` }
ListResult response params.
func (*ListResult[T]) Process ¶
func (p *ListResult[T]) Process() error
Process the `default` -> `env` -> `validate` struct's fields tags.
NOTE: This function just for testing purpose.
Click to show internal directories.
Click to hide internal directories.