Documentation
¶
Index ¶
- func Entry(name string, url string) types.ServerEntry
- func ListServices(db types.ServerEntry) ([]string, error)
- func ListUsers(service string, db types.ServerEntry) ([]string, error)
- func ReadUser(user string, serv string, db types.ServerEntry) (types.UserEntry, error)
- func WriteUser(user types.UserEntry, serv string, db types.ServerEntry) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Entry ¶
func Entry(name string, url string) types.ServerEntry
Return a new Server Entry for a SQLite3 database. Only name and absolute path required.
func ListServices ¶
func ListServices(db types.ServerEntry) ([]string, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.