Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InsertStructuredValue ¶
func InsertStructuredValue(structuredValue StructuredValue) (int, error)
func RemoveStructuredValue ¶
func UpdateStructuredValue ¶
func UpdateStructuredValue(structuredValue StructuredValue) error
Types ¶
type StructuredValue ¶
type StructuredValue struct { ID *int `json:"id"` UUID string `json:"uuid"` Name string `json:"name"` AlternateName string `json:"alternateName"` StructuredValueTypeID *int `json:"structuredValueTypeId"` CreatedBy string `json:"createdBy"` CreatedAt time.Time `json:"createdAt"` UpdatedBy string `json:"updatedBy"` UpdatedAt time.Time `json:"updatedAt"` }
StructuredValue
func GetStructuredValue ¶
func GetStructuredValue(structuredValueID int) (*StructuredValue, error)
func GetStructuredValueByStructuredValueTypeIDList ¶
func GetStructuredValueByStructuredValueTypeIDList(structuredValueID int) ([]StructuredValue, error)
func GetStructuredValueList ¶
func GetStructuredValueList(ids []int) ([]StructuredValue, error)
func GetTopTenStructuredValues ¶
func GetTopTenStructuredValues() ([]StructuredValue, error)
Click to show internal directories.
Click to hide internal directories.