package
Version:
v0.1.16-rc1
Opens a new window with list of versions in this module.
Published: Jun 13, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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 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"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.