domain

package
v0.0.0-...-1c7db09 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const TableName string = "plugin_configs"

Variables

This section is empty.

Functions

This section is empty.

Types

type PluginConfig

type PluginConfig struct {
	ID       uint64 `gorm:"primaryKey;"`
	SlugName string `gorm:"column:slug_name;uniqueIndex;not null;size:128;check:LENGTH(slug_name) >= 4;"`
	Value    string `gorm:"column:value;type:text;"`
}

func (PluginConfig) TableName

func (PluginConfig) TableName() string

Jump to

Keyboard shortcuts

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