package
Version:
v0.0.0-...-d8cc314
Opens a new window with list of versions in this module.
Published: Mar 6, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ComponentSilk struct {
ID uint64 `json:"id" form:"id" gorm:"primary_key;auto_increment;"`
UserId uint64 `json:"user_id" form:"user_id"`
SilkName string `json:"silk_name" form:"silk_name"`
PdfUrl string `json:"pdf_url" form:"pdf_url"`
}
type Config struct {
Enable bool
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.