Documentation
¶
Index ¶
- type ActionType
- type Plan
- func (p *Plan) Add(result *diff.Result, actionType ActionType)
- func (p *Plan) AllowRemoteDelete()
- func (p *Plan) Empty() bool
- func (p *Plan) Invoke(logger log.Logger, ctx context.Context, localManager *local.Manager, ...) error
- func (p *Plan) Log(w io.Writer)
- func (p *Plan) Name() string
- func (p *Plan) Validate() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionType ¶
type ActionType int
const ( ActionSaveLocal ActionType = iota ActionSaveRemote ActionDeleteLocal ActionDeleteRemote )
Click to show internal directories.
Click to hide internal directories.