Documentation ¶
Overview ¶
Code generated by github.com/gokultp/go-envparser. DO NOT EDIT.
Code generated by github.com/gokultp/go-envparser. DO NOT EDIT.
Code generated by github.com/gokultp/go-envparser. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GithubConfig ¶
type GithubConfig struct { ClientID *string `env:"GITHUB_CLIENT_ID"` ClientSecret *string `env:"GITHUB_CLIENT_SECRET"` AuthScopes []string `env:"GITHUB_AUTH_SCOPES"` AuthRedirect *string `env:"GITHUB_AUTH_REDIRECT"` }
GithubConfig stores github oauth creds
func (*GithubConfig) DecodeEnv ¶
func (t *GithubConfig) DecodeEnv() error
type ProfileManager ¶
type ProfileManager struct { URL *string `env:"PROFILE_MANAGER_URL"` InitConnections *int `env:"PROFILE_MANAGER_INIT_CONN"` ConnectionCapacity *int `env:"PROFILE_MANAGER_CONN_CAPACITY"` ConnectionTTLMinutes *int `env:"PROFILE_MANAGER_CONN_TTL"` }
ProfileManager stores configs for the grpc conn
func (*ProfileManager) DecodeEnv ¶
func (t *ProfileManager) DecodeEnv() error
Click to show internal directories.
Click to hide internal directories.