package
Version:
v1.7.3
Opens a new window with list of versions in this module.
Published: Jan 23, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BaseModel struct {
ApiVersion string `json:"apiVersion"`
Kind string `json:"kind"`
CreateAt time.Time `json:"createAt" storm:"index"`
UpdateAt time.Time `json:"updateAt" storm:"index"`
BuiltIn bool `json:"builtIn"`
CreatedBy string `json:"createdBy"`
}
type Metadata struct {
Name string `json:"name" storm:"unique" `
Description string `json:"description"`
UUID string `json:"uuid" storm:"id,index,unique"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.