package
Version:
v0.9.1
Opens a new window with list of versions in this module.
Published: Aug 13, 2021
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type NameReply struct {
Success bool `json:"success"`
Name string `json:"name"`
}
NameReply defines the reply from /api/user/name
type TypeReply struct {
Success bool `json:"success"`
Type users.Type `json:"type"`
}
TypeReply defines the reply from /api/user/type
Source Files
¶
Click to show internal directories.
Click to hide internal directories.