package
Version:
v0.0.0-...-9665562
Opens a new window with list of versions in this module.
Published: Jan 8, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CreateRequest struct {
UserID uint64 `json:"user_id"`
Title string `json:"title"`
Description string `json:"description"`
}
type CreateResponse struct {
Data Data `json:"data"`
FieldErrors map[string]string `json:"field_errors,omitempty"`
}
type FindAllByUserIDRequest struct {
UserID uint64 `param:"id" json:"user_id"`
}
type FindAllByUserIDResponse struct {
Data []Data `json:"data"`
FieldErrors map[string]string `json:"field_errors,omitempty"`
}
type FindAllRequest struct {
}
type FindAllResponse struct {
FieldErrors map[string]string `json:"field_errors,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.