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(username string, service 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 ListServices ¶
func ListServices(db types.ServerEntry) ([]string, error)
Lists all services in the database
func ListUsers ¶
func ListUsers(service string, db types.ServerEntry) ([]string, error)
Lists all user entries in the database for the current service
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.