Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { *Option // contains filtered or unexported fields }
func New ¶
func New(opts ...OptionFunc) *Config
type OptionFunc ¶ added in v0.0.3
type OptionFunc = func(config *Option)
func WithDebug ¶
func WithDebug(t bool) OptionFunc
func WithOverwrite ¶
func WithOverwrite(t bool) OptionFunc
func WithSkipError ¶
func WithSkipError(t bool) OptionFunc
Click to show internal directories.
Click to hide internal directories.