Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Api ¶
type Api struct {
// contains filtered or unexported fields
}
func (*Api) CheckForUpdates ¶
CheckForUpdates updates the Sqlite database if the timestamp has changed in the JSON message. It always updates on first run.
type LoginAttempt ¶
type Member ¶
type Member struct { Id float64 `json:"id"` Key float64 `json:"key"` Hash string `json:"hash"` Irc_name string `json:"irc_name"` Spoken_name string `json:"spoken_name"` Added_by float64 `json:"added_by"` Date_created string `json:"date_created"` Last_login string `json:"last_login"` Admin float64 `json:"admin"` Active float64 `json:active` User_id float64 `json:user_id` Created_at string `json:"created_at"` Updated_at string `json:"updated_at"` }
Click to show internal directories.
Click to hide internal directories.