Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RouteMessage ¶
Types ¶
type FEConfig ¶
type FEConfig struct {
OAuthProviders map[string]OAuthConfig `json:"oauthproviders" doc:"Provider OAuth Config for Frontend"`
}
func GetFEConfig ¶
func GetFEConfig() (config *FEConfig)
type Info ¶
type Info struct { GitVersion string `json:"gitVersion"` GitCommit string `json:"gitCommit"` GitTreeState string `json:"gitTreeState"` BuildDate string `json:"buildDate"` GoVersion string `json:"goVersion"` Compiler string `json:"compiler"` Platform string `json:"platform"` ASCIIName string `json:"-"` FontName string `json:"-"` Name string `json:"-"` Description string `json:"-"` }
func GetVersionInfo ¶
func GetVersionInfo() Info
GetVersionInfo represents known information on how this binary was built.
func (*Info) CheckFontName ¶
func (*Info) JSONString ¶
JSONString returns the JSON representation of the version info
type OAuthConfig ¶
type OAuthConfig struct {
ClientID string `json:"clientid" doc:"OAuth Client ID"`
}
Click to show internal directories.
Click to hide internal directories.