aws

package
v0.0.0-...-dc3d092 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2022 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var New base.ProviderInitFunc = func(store base.IStore) (base.IProvider, error) {
	prov := &Provider{
		store:  store,
		Logger: store.GetLogger(),
	}
	return prov, nil
}

New var

Functions

func ActionValidator

func ActionValidator(action *blueprint.Action) error

func Fuzz

func Fuzz(data []byte) int

Fuzz func TODO: #error Currently only Linux is supported. More info: issue #2

Types

type Provider

type Provider struct {
	Logger base.ILogger
	// contains filtered or unexported fields
}

Provider struct

func (*Provider) DumpStore

func (p *Provider) DumpStore(freshStore base.IStore)

DumpStore func

func (*Provider) HandleAction

func (p *Provider) HandleAction(action *blueprint.Action) (*base.ActionOutput, error)

HandleAction func

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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