Documentation ¶ Index ¶ type Apply func (cmd *Apply) Run(ctx context.Context, client *pistachio.Client, w io.Writer) error type Dump func (cmd *Dump) Run(ctx context.Context, client *pistachio.Client, w io.Writer) error type Plan func (cmd *Plan) Run(ctx context.Context, client *pistachio.Client, w io.Writer) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Apply ¶ type Apply struct { pistachio.ApplyOptions } func (*Apply) Run ¶ func (cmd *Apply) Run(ctx context.Context, client *pistachio.Client, w io.Writer) error type Dump ¶ type Dump struct { pistachio.DumpOptions } func (*Dump) Run ¶ func (cmd *Dump) Run(ctx context.Context, client *pistachio.Client, w io.Writer) error type Plan ¶ type Plan struct { pistachio.PlanOptions } func (*Plan) Run ¶ func (cmd *Plan) Run(ctx context.Context, client *pistachio.Client, w io.Writer) error Source Files ¶ View all Source files apply.godump.goplan.go Click to show internal directories. Click to hide internal directories.