package
Version:
v0.0.0-...-9ede961
Opens a new window with list of versions in this module.
Published: Jun 3, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Health struct {
Status string `json:"status"`
Database string `json:"database"`
}
Type Health for use health checks endpoint
Ex: status: "UP"
type User struct {
Id int `json:"id"`
Name string `json:"name"`
Age int `json:"age"`
}
User type for use CAD
find all users in a repository
delete user in a repository
save new user in a repository
update user in a repository
Source Files
¶
Click to show internal directories.
Click to hide internal directories.