package
Version:
v0.0.0-...-878580d
Opens a new window with list of versions in this module.
Published: Jan 21, 2023
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 Todo struct {
Id int `json:"id" example:"1" format:"int32"`
Text string `json:"text" example:"Go get groceries"`
}
type Token struct {
Id int `json:"id" example:"1" format:"int32"`
Token string `json:"token" example:"Token for auth"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.