statement

package
v1.4.4 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Compile

func Compile(state Statement)

Types

type ApplicationRunner

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

ApplicationRunner will be called when framework boot up

type AutoConfigure

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

AutoConfigure auto configure bean

type Service

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

Service abstract service layer

type Statement

type Statement interface {
	//bean.Bean
	SetTag(tag reflect.StructTag)
	GetTag(key string) (string, bool)
}

Statement base statement

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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