Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Article ¶
type Article struct { // FileName string `json:"file_name"` Title string `json:"article_title"` Author string `json:"article_author"` AuthorId string `json:"author_id"` CreationDate time.Time `json:"creation_date"` ModificationDate time.Time `json:"modification_date"` IsLocked bool `json:"is_locked"` Id string `json:"id"` }
type PageVariables ¶
type User ¶
type User struct { UserName string `json:"user_name"` FullName string `json:"full_name"` Password string `json:"passwd"` Email string `json:"email"` IsAdmin bool `json:"is_admin"` CreationDate time.Time `json:"creation_date"` LastLogin time.Time `json:"last_login"` Id string `json:"id"` Settings map[string]string `json:"settings"` }
Click to show internal directories.
Click to hide internal directories.