Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(logger zerolog.Logger, opts Options) *Controller
func (*Controller) Kinds ¶
func (g *Controller) Kinds() []string
type LocalReplace ¶
func (*LocalReplace) Ref ¶
func (l *LocalReplace) Ref() string
type Options ¶
type Options struct {
CachePath string
UseHTTPS bool
Local []*LocalReplace
}
Click to show internal directories.
Click to hide internal directories.