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(opt Option) (*Controller, error)
func (*Controller) FixDefinition ¶
func (ctrl *Controller) FixDefinition(ctx context.Context) error
func (*Controller) FixReferenceOrigins ¶
func (ctrl *Controller) FixReferenceOrigins(ctx context.Context) error
func (*Controller) UpdateRootState ¶
func (ctrl *Controller) UpdateRootState() error
func (*Controller) Write ¶
func (ctrl *Controller) Write(path *string) error
Write writes the current filesystem in memory to the path in OS. If path is nil, it prints the file contents to the stdout.
Click to show internal directories.
Click to hide internal directories.