Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BackendFlags ¶
func BackendFlags() []cli.Flag
Types ¶
type BackendConfig ¶
type BackendConfig struct { repository.S3Options DB string ReportingDB string Eventsink string ArchiveBucket string ReportBucket string S3Endpoint string S3KeyID string S3KeySecret string S3Insecure bool NoArchiver bool ArchiverCount int NoCoreSchema bool NoReplicator bool NoEventsink bool NoReporter bool MockJWTEndpoint bool MockJWTSigningKey string JWKSUrl string JWTIssuer string JWTAudience string JWTScopePrefix string }
func BackendConfigFromContext ¶
func BackendConfigFromContext(c *cli.Context, src ParameterSource) (BackendConfig, error)
Click to show internal directories.
Click to hide internal directories.