package
Version:
v0.0.0-...-b4792c6
Opens a new window with list of versions in this module.
Published: Sep 3, 2021
License: Apache-2.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 Override struct {
Key string `json:"key" binding:"required"`
Values []string `json:"values" binding:"required"`
}
type OverrideConfig struct {
gorm.Model
Key string `json:"key" binding:"required" gorm:"primaryKey"`
Values []string `json:"values" binding:"required" gorm:"type:text[]"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.