types

package
v0.7.9 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2024 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetSchema

func GetSchema(config interface{}) (interface{}, error)

func ParseCaches

func ParseCaches(conf interface{}) []string

Types

type BaseStep

type BaseStep struct {
	// contains filtered or unexported fields
}

func (*BaseStep) ID

func (bs *BaseStep) ID() string

func (*BaseStep) SetID

func (bs *BaseStep) SetID(id string)

type Step

type Step interface {
	ID() string
	SetID(id string)
	Exec(session *transport.Session, sudo bool) ([]byte, error)
	GetSchema() (interface{}, error)
	Create(conf []byte) (Step, error)
	Name() string
	Desc() string
	Config() interface{}
}

Jump to

Keyboard shortcuts

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