Documentation
¶
Overview ¶
Package dto TODO.
Package dto TODO.
Package dto TODO.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorResponse ¶
type ErrorResponse struct { Field string `json:"field"` Tag string `json:"tag"` Value string `json:"value,omitempty"` }
func ValidateStruct ¶
func ValidateStruct[T any](payload T) []*ErrorResponse
type SignInRequest ¶
Click to show internal directories.
Click to hide internal directories.