defination

package
v1.4.2 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	InjectTag = "wire"
	PropTag   = "prop"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplicationRunner

type ApplicationRunner interface {
	Ordered
	Run() error
}

type CloserComponent added in v1.2.13

type CloserComponent interface {
	Close() error
}

type ComponentPostProcessor

type ComponentPostProcessor interface {
	PostProcessBeforeInitialization(component interface{}) error
	PostProcessAfterInitialization(component interface{}) error
}

type Configuration

type Configuration interface {
	Prefix() string
}

type InitializeComponent

type InitializeComponent interface {
	Init() error
}

type NamingComponent

type NamingComponent interface {
	Naming() string
}

type Ordered added in v1.4.0

type Ordered interface {
	Order() int
}

type WirePrimary added in v1.4.0

type WirePrimary interface {
	Primary()
}

type WireQualifier added in v1.4.0

type WireQualifier interface {
	Qualifier() string
}

Jump to

Keyboard shortcuts

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