Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicResponse ¶
type BasicResponse struct {
Message string `json:"message"`
}
type Mutation ¶ added in v0.0.11
type Mutation[T any] struct { Type constant.MutationType `json:"type"` Data *T `json:"data"` }
type PaginationRequest ¶ added in v0.0.8
type PaginationResponse ¶ added in v0.0.8
Click to show internal directories.
Click to hide internal directories.