Documentation ¶
Overview ¶
Package config provides utilities for managing fake-gcs-server's configuration using command line flags.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Scheme string Seed string Host string Port uint PortHTTP uint CertificateLocation string PrivateKeyLocation string LogLevel logrus.Level // contains filtered or unexported fields }
func Load ¶
Load parses the given arguments list and return a config object (and/or an error in case of failures).
func (*Config) ToFakeGcsOptions ¶
func (c *Config) ToFakeGcsOptions(scheme string) fakestorage.Options
type EventConfig ¶ added in v1.32.0
type EventConfig struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.