Documentation ¶
Index ¶
Constants ¶
View Source
const (
DefaultConfigFile = "crzy.yaml"
)
Variables ¶
View Source
var ( ErrVersionRequested = errors.New("version") ErrWronglyInitialized = errors.New("wronginit") )
Functions ¶
This section is empty.
Types ¶
type DefaultRunner ¶ added in v0.4.0
type DefaultRunner struct {
// contains filtered or unexported fields
}
DefaultRunner holds Crzy configuration. Options are embedded, instances should be created with the NewCrzy function.
func NewCrzy ¶ added in v0.4.0
func NewCrzy(args Args) (*DefaultRunner, error)
NewCrzy creates the DefaultRunner with the various configuration options.
type HTTPListener ¶
type HTTPListener struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.