 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Configuration ¶
type Configuration struct {
	Type ConfigurationType
	S3 pbImplStorageV1SharedS3.Configuration
}
    func NewConfiguration ¶
func NewConfiguration(mods ...Mod) Configuration
func (Configuration) Validate ¶
func (c Configuration) Validate() error
func (Configuration) With ¶
func (c Configuration) With(mods ...Mod) Configuration
type ConfigurationType ¶
type ConfigurationType string
const (
	ConfigurationTypeS3 ConfigurationType = "s3"
)
    type Mod ¶
type Mod func(c Configuration) Configuration
 Click to show internal directories. 
   Click to hide internal directories.