Discover Packages
github.com/playmean/scoper
tag
package
Version:
v0.0.0-...-600b74a
Opens a new window with list of versions in this module.
Published: Dec 21, 2020
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
Documentation
¶
type Name struct {
ID uint `json:"id" gorm:"primary_key"`
Name string `json:"name"`
CreatedAt int64 `json:"-"`
UpdatedAt int64 `json:"-"`
}
Name model
type Value struct {
ID uint `json:"id,omitempty" gorm:"primary_key"`
NameID uint
Name Name
Value string `json:"value"`
CreatedAt int64 `json:"-"`
UpdatedAt int64 `json:"-"`
}
Value model
Source Files
¶
Click to show internal directories.
Click to hide internal directories.