planop

package
v0.0.0-...-b94449b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 17, 2021 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Overview

Package planop contains a dependency operator and other operations on plans.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dependency

type Dependency struct {
	Args interface{}
}

func (Dependency) GetState

func (op Dependency) GetState(octx operator.Context) (state.State, error)

func (Dependency) Info

func (op Dependency) Info() operator.Info

func (Dependency) Run

func (op Dependency) Run(octx operator.Context) error

type DependencyOpts

type DependencyOpts struct {
	Plans []string `json:"plans"`
}

type Plan

type Plan struct {
	Args interface{}
}

func (Plan) GetState

func (op Plan) GetState(octx operator.Context) (state.State, error)

func (Plan) Info

func (op Plan) Info() operator.Info

func (Plan) Run

func (op Plan) Run(octx operator.Context) error

type PlanOpts

type PlanOpts struct {
	Plans []string `json:"plans"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL