Documentation
¶
Overview ¶
Package cli contains shared command-line helpers and utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NoStorageOptions = errors.New("storage backend does not support options, please specify no (or empty) options")
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage struct { Storage StringAccumulator DSN StringAccumulator Options StringAccumulator }
func NewStorage ¶
func NewStorage() *Storage
type StringAccumulator ¶
type StringAccumulator []string
func (*StringAccumulator) Set ¶
func (s *StringAccumulator) Set(value string) error
func (*StringAccumulator) String ¶
func (s *StringAccumulator) String() string
Click to show internal directories.
Click to hide internal directories.