Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrTooManyArgs = errors.New("too many argruments")
)
Functions ¶
Types ¶
type BooleanOption ¶
type BooleanOption bool
func (BooleanOption) Logging ¶
func (b BooleanOption) Logging() bool
type MultiOptions ¶
type MultiOptions struct { BooleanOption IntOption StringOption }
type StringOption ¶
type StringOption string
func (StringOption) Directory ¶
func (s StringOption) Directory() string
Click to show internal directories.
Click to hide internal directories.