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 { Seed string // 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() fakestorage.Options
Click to show internal directories.
Click to hide internal directories.