Versions in this module Expand all Collapse all v0 v0.1.0 Mar 20, 2024 Changes in this version + type ShareDaoFactory interface + Store func() StoreInterface + func NewShareDaoFactory(db *gorm.DB) (ShareDaoFactory, error) + type StoreInterface interface + ExecBySql func(ctx context.Context, sqlConfig *config.SQLConfig, params *v1.SimpleParams) (int64, map[string]interface{}, error) + GetDB func() *gorm.DB + Query func(ctx context.Context, sqlConfig *config.SQLConfig, params *v1.SimpleParams) ([]map[string]interface{}, error) + QueryBySql func(ctx context.Context, sqlConfig *config.SQLConfig, params *v1.SimpleParams) ([]map[string]interface{}, error) + QueryByTableName func(ctx context.Context, sqlConfig *config.SQLConfig, params *v1.SimpleParams) ([]map[string]interface{}, error)