models

package
v0.0.0-...-d125d34 Latest Latest
Warning

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

Go to latest
Published: May 8, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Badge

type Badge struct {
	global.Model
	ID           uint   `gorm:"primary_key"`
	ResourceID   uint   `gorm:"uniqueIndex:idx_resource_name"`
	ResourceType string `gorm:"uniqueIndex:idx_resource_name"`
	Name         string `gorm:"uniqueIndex:idx_resource_name"`
	SvgLink      string `gorm:"column:svg_link"`
	RedirectLink string `gorm:"column:redirect_link"`
	CreatedBy    uint
	UpdatedBy    uint
}

Jump to

Keyboard shortcuts

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