Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "dev" GitSHA = "unset" )
The following variables are set at build time via -ldflags.
Functions ¶
Types ¶
type ProfileInfo ¶
type ProfileInfo struct {
Organization keys.ValidateKeyOrganization `json:"org"`
Scopes []string `json:"scopes"`
CurrentProjectSlug string `json:"project"`
Projects []*keys.ValidateKeyProject `json:"projects"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.