entity

package
v0.1.18 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActionAppRegisterInfo added in v0.1.7

type ActionAppRegisterInfo struct {
	Model
	AppCodeName string
	EventType   int
	FileType    string
	Description string
	Code        string
}

func (ActionAppRegisterInfo) TableName added in v0.1.7

func (ActionAppRegisterInfo) TableName() string

type AppRegisterInfo

type AppRegisterInfo struct {
	AppCode          string   `json:"appCode"`
	AppName          string   `json:"appName"`
	AppDesc          string   `json:"appDesc"`
	AppVersion       string   `json:"appVersion"`
	DSN              string   `json:"dsn"`
	RegisterUserList []string `json:"registerUserList"`
}

type Apps added in v0.1.7

type Apps struct {
	Model
	CodeName    string `gorm:"type:varchar(255);comment:程序标识"`
	Name        string `gorm:"type:varchar(255);comment:程序名称"`
	Description string `gorm:"type:text;comment:描述"`
}

func (Apps) TableName added in v0.1.7

func (Apps) TableName() string

type Edge added in v0.1.16

type Edge struct {
	Parent         int64
	Name           string
	Inode          int64
	PosixType      int
	MimeGroup      string
	MimeDetail     string
	FullPath       string
	FullParentPath string
}

Edge 文件树

type FileInfo added in v0.1.16

type FileInfo struct {
	Inode         int64
	MD5           string
	OwnerUsername string
	Name          string
	PosixType     int
	Mode          int
	Atime         int64
	Mtime         int64
	Ctime         int64
	Length        int64
	MimeGroup     string
	MimeDetail    string
	FullPath      string
	Score         string
}

type Model added in v0.1.7

type Model struct {
	ID        uint  `json:"id"`
	CreatedAt int64 `json:"createdAt"`
	UpdatedAt int64 `json:"updatedAt"`
}

Jump to

Keyboard shortcuts

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