Documentation ¶ Index ¶ type User Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type User ¶ type User struct { // Github handle of the user Handle string `json:"handle"` // List of commands this user has access to Commands []string `json:"commands"` } User is a user of the gaia-bot Source Files ¶ View all Source files user.go Click to show internal directories. Click to hide internal directories.