package
Version:
v0.0.0-...-f682ce8
Opens a new window with list of versions in this module.
Published: Aug 29, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package models contains application specific entities.
type Request struct {
ID int `json:"-"`
Github string `json:"github"`
Address string `json:"address"`
RequestDate int64 `json:"request_date,omitempty"`
}
Request holds specific application settings linked to an Account.
Validate validates Request struct and returns validation errors.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.