aws

package
v0.1.16 Latest Latest
Warning

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

Go to latest
Published: May 29, 2022 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const Name = "aws"

Variables

This section is empty.

Functions

func NewBackend

func NewBackend(ctx context.Context, m configmap.Mapper) (place.Backend, error)

NewBackend _

Types

type Backend

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

func (*Backend) CacheKeyName

func (b *Backend) CacheKeyName(pattern string) string

func (*Backend) List

func (b *Backend) List(ctx context.Context, backendName string, pattern string) (place.Printable, error)

func (*Backend) Name

func (b *Backend) Name() string

type ConcurrentSlice added in v0.1.5

type ConcurrentSlice struct {
	sync.RWMutex
	Items []*place.Instance
}

func (*ConcurrentSlice) Append added in v0.1.5

func (cs *ConcurrentSlice) Append(item *place.Instance)

type Options

type Options struct {
	Region string `config:"region"`
}

Options defines the configuration for this backend

Jump to

Keyboard shortcuts

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