Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UpdateItemInput ¶
type UpdateItemInput struct { Title *string `json:"title"` Description *string `json:"description"` Done *bool `json:"done"` }
func (UpdateItemInput) Validate ¶
func (i UpdateItemInput) Validate() error
type UpdateListInput ¶
type UpdateListInput struct { Title *string `json:"title"` Description *string `json:"description"` }
func (UpdateListInput) Validate ¶
func (i UpdateListInput) Validate() error
Directories ¶
Path | Synopsis |
---|---|
pkg
|
|
service/mocks
Package mock_service is a generated GoMock package.
|
Package mock_service is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.