component

package
v1.3.6 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddComponent added in v1.3.3

func AddComponent(beans ...bean.Bean)

func GetComponents added in v1.3.3

func GetComponents() bean.Components

Types

type Configuration

type Configuration interface {
	bean.Bean
	Beans() (beans bean.Components)
}

type ConfigurationProperties added in v1.3.3

type ConfigurationProperties interface {
	bean.Bean
	Prefix() string
}

type Controller

type Controller interface {
	bean.Bean
	Controller() string
}

type Repository

type Repository interface {
	bean.Bean
	Repository() string
}

type Service

type Service interface {
	bean.Bean
	Service() string
}

Jump to

Keyboard shortcuts

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