common

package
v0.0.0-...-d64eb31 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2025 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 User

type User struct {
	Uid         *core.UID   `json:"id"`
	FirstName   string      `json:"first_name" gorm:"column:first_name"`
	LastName    string      `json:"last_name" gorm:"column:last_name"`
	UserName    string      `json:"user_name" gorm:"column:user_name"`
	DisplayName string      `json:"display_name" gorm:"column:display_name"`
	SystemRole  string      `json:"SystemRole" gorm:"column:system_role"`
	Avatar      *core.Image `json:"avatar" gorm:"column:avatar"`
}

Jump to

Keyboard shortcuts

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