container

package
v0.0.0-...-863bfbd Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	EnvProduction = iota
	EnvDevelopment
	EnvSandBox
)

Variables

This section is empty.

Functions

func New

func New(env int, timeout time.Duration) *container

Types

type HttpAdapter

type HttpAdapter interface {
	DoRequest(method, path string, reader io.Reader, headers map[string]string) ([]byte, int, error)
}

Jump to

Keyboard shortcuts

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