context

package
v0.0.0-...-ff5a11b Latest Latest
Warning

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

Go to latest
Published: Dec 31, 2022 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplicationContext

type ApplicationContext struct{}

func (ApplicationContext) Bind

func (appContext ApplicationContext) Bind(bindFunction interface{})

func (ApplicationContext) Reset

func (appContext ApplicationContext) Reset()

func (ApplicationContext) Resolve

func (appContext ApplicationContext) Resolve(toResolve interface{})

type EnvironmentGateway

type EnvironmentGateway interface {
	GetEnvironmentValue(key string) string
}

type Initer

type Initer interface {
	Init()
}

type UuidLibrary

type UuidLibrary interface {
	GenerateRandomUuid() string
}

Jump to

Keyboard shortcuts

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