Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GenericArgs ¶
type GenericArgs struct {
// contains filtered or unexported fields
}
func (GenericArgs) Force ¶
func (a GenericArgs) Force() bool
func (GenericArgs) NoIgnore ¶
func (a GenericArgs) NoIgnore() bool
func (GenericArgs) Path ¶
func (a GenericArgs) Path() string
type Starter ¶
type Starter interface {
Default() error
Serve(args ServeArgs) error
Format(args GenericArgs) error
Generate(args GenericArgs) error
}
Click to show internal directories.
Click to hide internal directories.