component

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2021 License: Apache-2.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 ApplicationRunner added in v1.3.8

type ApplicationRunner interface {
	bean.Bean
	Order() int
	Run() error
}

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
}

type Starter added in v1.3.7

type Starter interface {
	bean.Bean
	AfterInit()
}

Jump to

Keyboard shortcuts

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