Documentation ¶
Index ¶
- func GetDefaultFeatures(db *gorm.DB, table string) ([]*view_model.FeaturesView, error)
- func GetFeaturesByAggregateID(db *gorm.DB, table, aggregateID string) (*view_model.FeaturesView, error)
- func PutFeatures(db *gorm.DB, table string, features *view_model.FeaturesView) error
- func PutFeaturesList(db *gorm.DB, table string, featuresList ...*view_model.FeaturesView) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDefaultFeatures ¶
func GetDefaultFeatures(db *gorm.DB, table string) ([]*view_model.FeaturesView, error)
func GetFeaturesByAggregateID ¶
func GetFeaturesByAggregateID(db *gorm.DB, table, aggregateID string) (*view_model.FeaturesView, error)
func PutFeatures ¶
func PutFeatures(db *gorm.DB, table string, features *view_model.FeaturesView) error
func PutFeaturesList ¶
func PutFeaturesList(db *gorm.DB, table string, featuresList ...*view_model.FeaturesView) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.