container

package
v0.0.0-...-8073f2a Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Container

type Container struct {
	Secret Secret
	Config InputConfig
	SQS    SQSService
}

type InputConfig

type InputConfig interface {
	GetAddress() string
}

type SQSService

type SQSService interface {
	SendMessage(*sqs.SendMessageInput) (*sqs.SendMessageOutput, error)
}

type Secret

type Secret interface {
	GetMap() map[string]string
	GetString(key string) (string, error)
}

Jump to

Keyboard shortcuts

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