model

package
v0.0.16 Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	UID             = "uid"
	NAME            = "name"
	INFO            = "info"
	TYPE            = "type"
	TITLE           = "title"
	CONTENT         = "content"
	USER_UID        = "user_uid"
	USER_GROUP_ROLE = "user_group_role"
	GROUP_UID       = "group_uid"
	GROUP_NAME      = "group_name"
	GROUP_TYPE      = "group_type"
	ACTIVITY_UID    = "activity_uid"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Activity

type Activity struct {
	db.ModelContent
	GroupUID string `gorm:"type:char(32);index"`
}

type Group

type Group struct {
	db.ModelPlace
	CompanyUID string `gorm:"type:char(32);index"`
}

type UserGroup

type UserGroup struct {
	db.ModelUserPlace
	GroupUID string `gorm:"type:char(32);index"`
}

Jump to

Keyboard shortcuts

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