abs

package
v0.0.0-...-39e3969 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const IUSER_KEY = "abs.IUser"

Variables

This section is empty.

Functions

This section is empty.

Types

type IModel

type IModel interface {
	TableName() string
}

type IStarter

type IStarter interface {
	GetName() string
	Init(config *viper.Viper, starters StarterList)
	Instance(args ...interface{}) interface{}
}

type IUser

type IUser interface {
	Uid() uint64
	UName() string
}

type StarterList

type StarterList map[string]IStarter

Jump to

Keyboard shortcuts

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