bo

package
v0.0.0-...-6a40476 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CollaboratorColumn

type CollaboratorColumn struct {
	Id       string `gorm:"column:id"`
	TableId  int64  `gorm:"column:tableId"`
	ColumnId string `gorm:"column:columnId"`
}

type Column

type Column struct {
	TableId    int64
	ColumnId   string
	ColumnType string
	Schema     *pb.Column
}

type ColumnWithCollaboratorRoles

type ColumnWithCollaboratorRoles struct {
	Column   *pb.Column
	GotRoles bool
	Roles    []string
}

type Columns

type Columns struct {
	AppId   int64
	TableId int64
	Name    string
	Columns []*pb.Column
}

type GroupSelectOption

type GroupSelectOption struct {
	Id       int64 // 当前选项的id
	ParentId int64 // 父类
}

type OrgColumn

type OrgColumn struct {
	OrgId      int64
	ColumnId   string
	ColumnType string
	Schema     *pb.Column
}

type ReferenceColumnInfo

type ReferenceColumnInfo struct {
	RelateColumnId    string // 关联列
	ReferenceColumnId string // 真正引用的数据列
	OriginColumnId    string // 原始的引用列
	AggFunc           string // 处理函数
	IsRelate          bool   // 是否是关联列
}

type ReferenceSetting

type ReferenceSetting struct {
	RelateColumnId string // 引用的关联列
	AggFunc        string // 处理方法
}

type RelateColumnInfo

type RelateColumnInfo struct {
	Name  string
	AppId int64
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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