 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- func ParseEnvFile(filename string) ([]string, error)
- func ValidateAttach(val string) (string, error)
- func ValidateDomain(val string) (string, error)
- func ValidateEnv(val string) (string, error)
- func ValidateIp4Address(val string) (string, error)
- func ValidateLink(val string) (string, error)
- func ValidatePath(val string) (string, error)
- type ErrBadEnvVariable
- type ListOpts
- type ValidatorFctType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseEnvFile ¶
Read in a line delimited file with environment variables enumerated
func ValidateAttach ¶
func ValidateDomain ¶
func ValidateEnv ¶
func ValidateIp4Address ¶
func ValidateLink ¶
func ValidatePath ¶
Types ¶
type ErrBadEnvVariable ¶
type ErrBadEnvVariable struct {
	// contains filtered or unexported fields
}
    func (ErrBadEnvVariable) Error ¶
func (e ErrBadEnvVariable) Error() string
type ListOpts ¶
type ListOpts struct {
	// contains filtered or unexported fields
}
    ListOpts type
func NewListOpts ¶
func NewListOpts(validator ValidatorFctType) ListOpts
func (*ListOpts) GetMap ¶
GetMap returns the content of values in a map in order to avoid duplicates. FIXME: can we remove this?
 Click to show internal directories. 
   Click to hide internal directories.