defination

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetComponentName

func GetComponentName(c interface{}) string

func IsConfigure

func IsConfigure(field reflect.StructField, value reflect.Value) (string, bool)

func IsDependency

func IsDependency(field reflect.StructField) (string, bool)

func IsProduce added in v1.1.0

func IsProduce(field reflect.StructField) (string, bool)

Types

type ApplicationRunner

type ApplicationRunner interface {
	Order() int
	Run() 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
}

Jump to

Keyboard shortcuts

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