assemblyInit

package
v0.0.16 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2022 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Assembly

type Assembly interface {
	// 组件初始化
	InitAssembly(ctx context.Context) interface{}
	// 组件类型
	GetAssemblyType() enum.Enum

	GetAssemblyObj() *model.AssemblyObj
}

type MailInit

type MailInit struct {
	// contains filtered or unexported fields
}

func (*MailInit) GetAssemblyObj

func (impl *MailInit) GetAssemblyObj() *model.AssemblyObj

func (*MailInit) GetAssemblyType

func (*MailInit) GetAssemblyType() enum.Enum

func (*MailInit) InitAssembly

func (impl *MailInit) InitAssembly(ctx context.Context) interface{}

type MySqlInit

type MySqlInit struct {
	// contains filtered or unexported fields
}

func (*MySqlInit) GetAssemblyObj

func (impl *MySqlInit) GetAssemblyObj() *model.AssemblyObj

func (*MySqlInit) GetAssemblyType

func (*MySqlInit) GetAssemblyType() enum.Enum

func (*MySqlInit) InitAssembly

func (impl *MySqlInit) InitAssembly(ctx context.Context) interface{}

type RedisInit added in v0.0.9

type RedisInit struct {
	// contains filtered or unexported fields
}

func (*RedisInit) GetAssemblyObj added in v0.0.9

func (impl *RedisInit) GetAssemblyObj() *model.AssemblyObj

func (*RedisInit) GetAssemblyType added in v0.0.9

func (*RedisInit) GetAssemblyType() enum.Enum

func (*RedisInit) InitAssembly added in v0.0.9

func (impl *RedisInit) InitAssembly(ctx context.Context) interface{}

Jump to

Keyboard shortcuts

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