aws

package
v0.5.1-beta-hotfix1 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2024 License: MIT Imports: 9 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 *base.Action) error

Types

type Provider

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

Provider struct

func (*Provider) DumpPrivateVars

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

DumpPrivateVars func

func (*Provider) HandleAction

func (p *Provider) HandleAction(actx base.IActionContext) (*base.ActionOutput, error)

HandleAction func

func (*Provider) OnActionErrorHook

func (p *Provider) OnActionErrorHook(aout *base.ActionOutput) ([]*base.Action, error)

OnActionErrorHook func

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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