bean

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DefaultBeanName

func DefaultBeanName(ptr interface{}) string

Types

type Bean

type Bean interface {
	Bean() string
}

type Components added in v1.0.2

type Components []Bean

type FactoryBean added in v1.0.7

type FactoryBean interface {
	AfterPropertiesSet()
}

type StaterBean added in v1.0.3

type StaterBean interface {
	Bean
	Init()
}

type WebContainer added in v1.1.0

type WebContainer interface {
	Bean
	ListenAndServe(port string)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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