Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeepStringMapFlag ¶
type DeepStringMapFlag struct {
// contains filtered or unexported fields
}
func (*DeepStringMapFlag) Set ¶
func (d *DeepStringMapFlag) Set(value string) error
func (*DeepStringMapFlag) String ¶
func (d *DeepStringMapFlag) String() string
type StringMapFlag ¶
type StringMapFlag struct {
// contains filtered or unexported fields
}
func (*StringMapFlag) Get ¶
func (s *StringMapFlag) Get() map[string]string
func (*StringMapFlag) Set ¶
func (s *StringMapFlag) Set(value string) error
func (*StringMapFlag) String ¶
func (s *StringMapFlag) String() string
type StringSliceFlag ¶
type StringSliceFlag struct {
// contains filtered or unexported fields
}
StringSliceFlag is a flag type which support comma separated values and escaping to not split at unwanted lines.
func (*StringSliceFlag) Get ¶
func (s *StringSliceFlag) Get() []string
func (*StringSliceFlag) Set ¶
func (s *StringSliceFlag) Set(value string) error
func (*StringSliceFlag) String ¶
func (s *StringSliceFlag) String() string
Click to show internal directories.
Click to hide internal directories.