models

package
v0.1.16-rc1 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logging

type Logging struct {
	ID         int64  `json:"id" gorm:"primaryKey;autoIncrement;not null;unique"`
	Collection string `json:"collection" gorm:"not null"`
	Content    string `json:"content" gorm:"not null"`
}

type Plugin

type Plugin struct {
	ID       int64  `json:"id" gorm:"primaryKey;autoIncrement;not null;unique"`
	Name     string `json:"name" gorm:"not null;unique"`
	Type     string `json:"type" gorm:"not null"`
	Config   string `json:"config" gorm:"not null"`
	Addition string `json:"addition" gorm:"default:null"`
}

Jump to

Keyboard shortcuts

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