Documentation
¶
Index ¶
- func GetAddonAccessToken() string
- func GetAddonHost() string
- func GetAddonSSOToken() string
- func GetAmplitudeToken() string
- func GetENV() string
- func GetGCSBucket() string
- func GetPlanLimit(name string) int64
- func GetPort() string
- func GetProjectID() string
- func GetShouldSkipBuildAuthorizationWithBitriseAPI() bool
- func GetShouldSkipProvisioningBitriseAPIWebhookRegistration() bool
- func GetShouldSkipSessionAuthentication() bool
- func Setup() error
- type AddonConfiguration
- type Details
- type JWTModel
- type ServerConfig
- type Subscription
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetShouldSkipBuildAuthorizationWithBitriseAPI ¶
func GetShouldSkipBuildAuthorizationWithBitriseAPI() bool
GetShouldSkipBuildAuthorizationWithBitriseAPI ...
func GetShouldSkipProvisioningBitriseAPIWebhookRegistration ¶
func GetShouldSkipProvisioningBitriseAPIWebhookRegistration() bool
GetShouldSkipProvisioningBitriseAPIWebhookRegistration ...
func GetShouldSkipSessionAuthentication ¶
func GetShouldSkipSessionAuthentication() bool
GetShouldSkipSessionAuthentication ...
Types ¶
type AddonConfiguration ¶
type AddonConfiguration struct { ID string `json:"id" yaml:"id"` Details *Details `json:"details" yaml:"details"` Subscription *Subscription `json:"subscription" yaml:"subscription"` Provisioned bool `json:"enabled" yaml:"-"` }
AddonConfiguration ...
type Details ¶
type Details struct { Title string `json:"title" yaml:"title"` Summary string `json:"summary" yaml:"summary"` Description string `json:"description" yaml:"description"` }
Details ...
type ServerConfig ¶
type ServerConfig struct { Host string `json:"host" yaml:"host"` Token string `json:"token" yaml:"token"` SSOSecret string `json:"sso_secret" yaml:"sso_secret"` }
ServerConfig ...
type Subscription ¶
type Subscription struct { Unit string `json:"unit" yaml:"unit"` Plans map[string]int `json:"plans" yaml:"plans"` }
Subscription ...
Click to show internal directories.
Click to hide internal directories.