Documentation
¶
Overview ¶
Package options provides a way to initialise options
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
Option gives access to options
func WithOption ¶
WithOption gives you the ability to create an option that accesses values
type Options ¶
type Options interface {
// Initialise options
Init(...Option) error
// Options returns the current options
Values() *Values
// The name for who these options exist
String() string
}
Options is used for initialisation
Click to show internal directories.
Click to hide internal directories.