Discover Packages
github.com/devatherock/list-api
cmd
listapi
models
package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Nov 6, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type List struct {
Id string `json:"id,omitempty" example:"8d314920-b0f9-423c-acfa-17cb610370f6"`
Name string `json:"name,omitempty" example:"Todo"`
Entries []ListEntry `json:"entries,omitempty"`
}
type ListEntry struct {
Selected bool `json:"selected,omitempty" example:"false"`
Value string `json:"value" example:"Renew insurance"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.