Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ShareDaoFactory ¶
type ShareDaoFactory interface {
}func NewShareDaoFactory ¶
func NewShareDaoFactory(db *gorm.DB) (ShareDaoFactory, error)
type StoreInterface ¶
type StoreInterface interface { QueryByTableName(ctx context.Context, sqlConfig *config.SQLConfig, params *v1.SimpleParams) ([]map[string]interface{}, error) QueryBySql(ctx context.Context, sqlConfig *config.SQLConfig, params *v1.SimpleParams) ([]map[string]interface{}, error) Query(ctx context.Context, sqlConfig *config.SQLConfig, params *v1.SimpleParams) ([]map[string]interface{}, error) ExecBySql(ctx context.Context, sqlConfig *config.SQLConfig, params *v1.SimpleParams) (int64, map[string]interface{}, error) GetDB() *gorm.DB }
Click to show internal directories.
Click to hide internal directories.