package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Nov 10, 2019
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Gadget struct {
ID int `storm:"id,increment"`
Name string `json:"name"`
URL string `json:"url"`
}
Gadget represents a gadget
Fetch queries the gadget to get its current status
type User struct {
ID int `storm:"id,increment"`
Name string `storm:"unique"`
Password []byte
TFA []byte
}
User represents a user
Source Files
¶
Click to show internal directories.
Click to hide internal directories.