interfaces

package
v0.0.0-...-22bb83e Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitDb

func InitDb(inits ...InitDateFunc) error

@author: [SliverHorn](https://github.com/SliverHorn) @description: 批量初始化表数据

Types

type Boot

type Boot interface {
	Initialize()
}

type InitDateFunc

type InitDateFunc interface {
	Init() error
}

type Oss

type Oss interface {
	Upload(file *multipart.FileHeader) (path string, key string, err error)
	Delete(key string) error
}

type Router

type Router interface {
	Init()
}

Jump to

Keyboard shortcuts

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