internal

package
v0.0.0-...-3c5bc29 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TestInitializer

type TestInitializer interface {
	Initialize(ctx context.Context) (inject.Injector, inject.Releaser, error)
}

TestInitializer is a helper interface to mock Initializer.

type TestInjector

type TestInjector interface {
	Inject(ctx context.Context) (context.Context, error)
}

TestInjector is a helper interface to mock Injector.

type TestReleaser

type TestReleaser interface {
	Release()
}

TestReleaser is a helper interface to mock Releaser.

Directories

Path Synopsis
Package injectmocks is a generated GoMock package.
Package injectmocks is a generated GoMock package.

Jump to

Keyboard shortcuts

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