Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultiValue ¶
type MultiValue struct {
// contains filtered or unexported fields
}
func (*MultiValue) First ¶
func (f *MultiValue) First(defaultValue string) string
func (*MultiValue) IsSet ¶ added in v0.3.7
func (f *MultiValue) IsSet() bool
func (*MultiValue) Set ¶
func (f *MultiValue) Set(value string) error
func (*MultiValue) String ¶
func (f *MultiValue) String() string
func (*MultiValue) Values ¶
func (f *MultiValue) Values(defaults ...string) []string
Click to show internal directories.
Click to hide internal directories.