daos

package
v0.0.0-...-0161901 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 6, 2025 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetDBMainCtx

func GetDBMainCtx(ctx context.Context) *gorm.DB

func InitDBConn

func InitDBConn(dbMainConn *gorm.DB)

func WithTransaction

func WithTransaction(dbConn *gorm.DB, callback func(*gorm.DB) error) (err error)

Types

type DAO

type DAO struct {
	// contains filtered or unexported fields
}

func (*DAO) AgentInfoGetReportDaily

func (d *DAO) AgentInfoGetReportDaily(tx *gorm.DB) (string, error)

func (*DAO) Create

func (d *DAO) Create(tx *gorm.DB, m interface{}) error

func (*DAO) CreateAgentInfoKnowledgeBase

func (dao *DAO) CreateAgentInfoKnowledgeBase(tx *gorm.DB, agentInfoKnowledgeBase *models.AgentInfoKnowledgeBase) error

func (*DAO) Delete

func (d *DAO) Delete(tx *gorm.DB, m interface{}) error

func (*DAO) DeleteUnscoped

func (d *DAO) DeleteUnscoped(tx *gorm.DB, m interface{}) error

func (*DAO) FindAbilityLuckyMoney

func (d *DAO) FindAbilityLuckyMoney(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.AbilityLuckyMoney, error)

func (*DAO) FindAgentChainFee

func (d *DAO) FindAgentChainFee(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.AgentChainFee, error)

func (*DAO) FindAgentChainFee4Page

func (d *DAO) FindAgentChainFee4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentChainFee, uint, error)

func (*DAO) FindAgentChainFeeJoinSelect

func (d *DAO) FindAgentChainFeeJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentChainFee, error)

func (*DAO) FindAgentEaiTopup

func (d *DAO) FindAgentEaiTopup(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.AgentEaiTopup, error)

func (*DAO) FindAgentEaiTopup4Page

func (d *DAO) FindAgentEaiTopup4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentEaiTopup, uint, error)

func (*DAO) FindAgentEaiTopupJoinSelect

func (d *DAO) FindAgentEaiTopupJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentEaiTopup, error)

func (*DAO) FindAgentExternalInfo

func (d *DAO) FindAgentExternalInfo(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.AgentExternalInfo, error)

func (*DAO) FindAgentExternalInfo4Page

func (d *DAO) FindAgentExternalInfo4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentExternalInfo, uint, error)

func (*DAO) FindAgentExternalInfoJoin

func (d *DAO) FindAgentExternalInfoJoin(tx *gorm.DB, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentExternalInfo, error)

func (*DAO) FindAgentExternalInfoJoinSelect

func (d *DAO) FindAgentExternalInfoJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentExternalInfo, error)

func (*DAO) FindAgentInfo

func (d *DAO) FindAgentInfo(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.AgentInfo, error)

func (*DAO) FindAgentInfo4Page

func (d *DAO) FindAgentInfo4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentInfo, uint, error)

func (*DAO) FindAgentInfoInstall

func (d *DAO) FindAgentInfoInstall(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.AgentInfoInstall, error)

func (*DAO) FindAgentInfoInstall4Page

func (d *DAO) FindAgentInfoInstall4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentInfoInstall, uint, error)

func (*DAO) FindAgentInfoInstallJoinSelect

func (d *DAO) FindAgentInfoInstallJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentInfoInstall, error)

func (*DAO) FindAgentInfoInstallJoinSelect4Page

func (d *DAO) FindAgentInfoInstallJoinSelect4Page(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentInfoInstall, uint, error)

func (*DAO) FindAgentInfoJoin

func (d *DAO) FindAgentInfoJoin(tx *gorm.DB, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentInfo, error)

func (*DAO) FindAgentInfoJoinSelect

func (d *DAO) FindAgentInfoJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentInfo, error)

func (*DAO) FindAgentLibrary

func (d *DAO) FindAgentLibrary(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.AgentLibrary, error)

func (*DAO) FindAgentLibrary4Page

func (d *DAO) FindAgentLibrary4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentLibrary, uint, error)

func (*DAO) FindAgentLibraryJoinSelect

func (d *DAO) FindAgentLibraryJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentLibrary, error)

func (*DAO) FindAgentSnapshotMission

func (d *DAO) FindAgentSnapshotMission(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.AgentSnapshotMission, error)

func (*DAO) FindAgentSnapshotMission4Page

func (d *DAO) FindAgentSnapshotMission4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentSnapshotMission, uint, error)

func (*DAO) FindAgentSnapshotMissionConfigs

func (d *DAO) FindAgentSnapshotMissionConfigs(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.AgentSnapshotMissionConfigs, error)

func (*DAO) FindAgentSnapshotMissionJoin

func (d *DAO) FindAgentSnapshotMissionJoin(tx *gorm.DB, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentSnapshotMission, error)

func (*DAO) FindAgentSnapshotMissionJoinSelect

func (d *DAO) FindAgentSnapshotMissionJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentSnapshotMission, error)

func (*DAO) FindAgentSnapshotPost

func (d *DAO) FindAgentSnapshotPost(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.AgentSnapshotPost, error)

func (*DAO) FindAgentSnapshotPost4Page

func (d *DAO) FindAgentSnapshotPost4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentSnapshotPost, uint, error)

func (*DAO) FindAgentSnapshotPostAction

func (d *DAO) FindAgentSnapshotPostAction(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.AgentSnapshotPostAction, error)

func (*DAO) FindAgentSnapshotPostAction4Page

func (d *DAO) FindAgentSnapshotPostAction4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentSnapshotPostAction, uint, error)

func (*DAO) FindAgentSnapshotPostActionJoin

func (d *DAO) FindAgentSnapshotPostActionJoin(tx *gorm.DB, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentSnapshotPostAction, error)

func (*DAO) FindAgentSnapshotPostActionJoinSelect

func (d *DAO) FindAgentSnapshotPostActionJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentSnapshotPostAction, error)

func (*DAO) FindAgentSnapshotPostJoinSelect

func (d *DAO) FindAgentSnapshotPostJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentSnapshotPost, error)

func (*DAO) FindAgentStore

func (d *DAO) FindAgentStore(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.AgentStore, error)

func (*DAO) FindAgentStore4Page

func (d *DAO) FindAgentStore4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentStore, uint, error)

func (*DAO) FindAgentStoreInstall

func (d *DAO) FindAgentStoreInstall(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.AgentStoreInstall, error)

func (*DAO) FindAgentStoreInstall4Page

func (d *DAO) FindAgentStoreInstall4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentStoreInstall, uint, error)

func (*DAO) FindAgentStoreInstallJoinSelect

func (d *DAO) FindAgentStoreInstallJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentStoreInstall, error)

func (*DAO) FindAgentStoreInstallJoinSelect4Page

func (d *DAO) FindAgentStoreInstallJoinSelect4Page(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentStoreInstall, uint, error)

func (*DAO) FindAgentStoreJoinSelect

func (d *DAO) FindAgentStoreJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentStore, error)

func (*DAO) FindAgentStoreJoinSelect4Page

func (d *DAO) FindAgentStoreJoinSelect4Page(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentStore, uint, error)

func (*DAO) FindAgentStoreMission

func (d *DAO) FindAgentStoreMission(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.AgentStoreMission, error)

func (*DAO) FindAgentStoreMission4Page

func (d *DAO) FindAgentStoreMission4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentStoreMission, uint, error)

func (*DAO) FindAgentStoreMissionJoinSelect

func (d *DAO) FindAgentStoreMissionJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentStoreMission, error)

func (*DAO) FindAgentStoreMissionJoinSelect4Page

func (d *DAO) FindAgentStoreMissionJoinSelect4Page(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentStoreMission, uint, error)

func (*DAO) FindAgentStoreTry

func (d *DAO) FindAgentStoreTry(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.AgentStoreTry, error)

func (*DAO) FindAgentStoreTry4Page

func (d *DAO) FindAgentStoreTry4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentStoreTry, uint, error)

func (*DAO) FindAgentStoreTryDetail

func (d *DAO) FindAgentStoreTryDetail(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.AgentStoreTryDetail, error)

func (*DAO) FindAgentStoreTryDetail4Page

func (d *DAO) FindAgentStoreTryDetail4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentStoreTryDetail, uint, error)

func (*DAO) FindAgentStoreTryDetailJoinSelect

func (d *DAO) FindAgentStoreTryDetailJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentStoreTryDetail, error)

func (*DAO) FindAgentStoreTryDetailJoinSelect4Page

func (d *DAO) FindAgentStoreTryDetailJoinSelect4Page(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentStoreTryDetail, uint, error)

func (*DAO) FindAgentStoreTryJoinSelect

func (d *DAO) FindAgentStoreTryJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentStoreTry, error)

func (*DAO) FindAgentStoreTryJoinSelect4Page

func (d *DAO) FindAgentStoreTryJoinSelect4Page(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentStoreTry, uint, error)

func (*DAO) FindAgentTokenJoinSelect

func (d *DAO) FindAgentTokenJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentTokenInfo, error)

func (*DAO) FindAgentTradeToken

func (d *DAO) FindAgentTradeToken(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.AgentTradeToken, error)

func (*DAO) FindAgentTradeToken4Page

func (d *DAO) FindAgentTradeToken4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentTradeToken, uint, error)

func (*DAO) FindAgentTradeTokenJoin

func (d *DAO) FindAgentTradeTokenJoin(tx *gorm.DB, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentTradeToken, error)

func (*DAO) FindAgentTradeTokenJoinSelect

func (d *DAO) FindAgentTradeTokenJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentTradeToken, error)

func (*DAO) FindAgentTwitterPost

func (d *DAO) FindAgentTwitterPost(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.AgentTwitterPost, error)

func (*DAO) FindAgentTwitterPost4Page

func (d *DAO) FindAgentTwitterPost4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentTwitterPost, uint, error)

func (*DAO) FindAgentTwitterPostJoinSelect

func (d *DAO) FindAgentTwitterPostJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentTwitterPost, error)

func (*DAO) FindAgentWallet

func (d *DAO) FindAgentWallet(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.AgentWallet, error)

func (*DAO) FindAgentWallet4Page

func (d *DAO) FindAgentWallet4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentWallet, uint, error)

func (*DAO) FindAgentWalletAction

func (d *DAO) FindAgentWalletAction(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.AgentWalletAction, error)

func (*DAO) FindAgentWalletAction4Page

func (d *DAO) FindAgentWalletAction4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentWalletAction, uint, error)

func (*DAO) FindAgentWalletActionJoinSelect

func (d *DAO) FindAgentWalletActionJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentWalletAction, error)

func (*DAO) FindAgentWalletJoinSelect

func (d *DAO) FindAgentWalletJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.AgentWallet, error)

func (*DAO) FindApiSubscriptionHistory

func (d *DAO) FindApiSubscriptionHistory(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.ApiSubscriptionHistory, error)

func (*DAO) FindApiSubscriptionHistory4Page

func (d *DAO) FindApiSubscriptionHistory4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.ApiSubscriptionHistory, uint, error)

func (*DAO) FindApiSubscriptionHistoryJoin

func (d *DAO) FindApiSubscriptionHistoryJoin(tx *gorm.DB, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.ApiSubscriptionHistory, error)

func (*DAO) FindApiSubscriptionHistoryJoinSelect

func (d *DAO) FindApiSubscriptionHistoryJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.ApiSubscriptionHistory, error)

func (*DAO) FindApiSubscriptionKey

func (d *DAO) FindApiSubscriptionKey(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.ApiSubscriptionKey, error)

func (*DAO) FindApiSubscriptionKey4Page

func (d *DAO) FindApiSubscriptionKey4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.ApiSubscriptionKey, uint, error)

func (*DAO) FindApiSubscriptionKeyJoin

func (d *DAO) FindApiSubscriptionKeyJoin(tx *gorm.DB, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.ApiSubscriptionKey, error)

func (*DAO) FindApiSubscriptionKeyJoinSelect

func (d *DAO) FindApiSubscriptionKeyJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.ApiSubscriptionKey, error)

func (*DAO) FindApiSubscriptionPackage

func (d *DAO) FindApiSubscriptionPackage(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.ApiSubscriptionPackage, error)

func (*DAO) FindApiSubscriptionPackage4Page

func (d *DAO) FindApiSubscriptionPackage4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.ApiSubscriptionPackage, uint, error)

func (*DAO) FindApiSubscriptionPackageJoin

func (d *DAO) FindApiSubscriptionPackageJoin(tx *gorm.DB, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.ApiSubscriptionPackage, error)

func (*DAO) FindApiSubscriptionPackageJoinSelect

func (d *DAO) FindApiSubscriptionPackageJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.ApiSubscriptionPackage, error)

func (*DAO) FindApiSubscriptionUsageLog

func (d *DAO) FindApiSubscriptionUsageLog(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.ApiSubscriptionUsageLog, error)

func (*DAO) FindApiSubscriptionUsageLog4Page

func (d *DAO) FindApiSubscriptionUsageLog4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.ApiSubscriptionUsageLog, uint, error)

func (*DAO) FindApiSubscriptionUsageLogJoin

func (d *DAO) FindApiSubscriptionUsageLogJoin(tx *gorm.DB, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.ApiSubscriptionUsageLog, error)

func (*DAO) FindApiSubscriptionUsageLogJoinSelect

func (d *DAO) FindApiSubscriptionUsageLogJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.ApiSubscriptionUsageLog, error)

func (*DAO) FindBatchInferHistory

func (d *DAO) FindBatchInferHistory(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.BatchInferHistory, error)

func (*DAO) FindBatchInferHistory4Page

func (d *DAO) FindBatchInferHistory4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.BatchInferHistory, uint, error)

func (*DAO) FindBatchInferHistoryJoinSelect

func (d *DAO) FindBatchInferHistoryJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.BatchInferHistory, error)

func (*DAO) FindBatchInferHistoryJoinSelect4Page

func (d *DAO) FindBatchInferHistoryJoinSelect4Page(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.BatchInferHistory, uint, error)

func (*DAO) FindBlockScanInfo

func (d *DAO) FindBlockScanInfo(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.BlockScanInfo, error)

func (*DAO) FindChainConfig

func (d *DAO) FindChainConfig(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.ChainConfig, error)

func (*DAO) FindChainConfig4Page

func (d *DAO) FindChainConfig4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.ChainConfig, uint, error)

func (*DAO) FindChainConfigJoinSelect

func (d *DAO) FindChainConfigJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.ChainConfig, error)

func (*DAO) FindChainConfigJoinSelect4Page

func (d *DAO) FindChainConfigJoinSelect4Page(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.ChainConfig, uint, error)

func (*DAO) FindErc20HolderJoinSelect

func (d *DAO) FindErc20HolderJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.Erc20Holder, error)

func (*DAO) FindExternalWallet

func (d *DAO) FindExternalWallet(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.ExternalWallet, error)

func (*DAO) FindExternalWallet4Page

func (d *DAO) FindExternalWallet4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.ExternalWallet, uint, error)

func (*DAO) FindExternalWalletOrder

func (d *DAO) FindExternalWalletOrder(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.ExternalWalletOrder, error)

func (*DAO) FindExternalWalletOrder4Page

func (d *DAO) FindExternalWalletOrder4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.ExternalWalletOrder, uint, error)

func (*DAO) FindExternalWalletToken

func (d *DAO) FindExternalWalletToken(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.ExternalWalletToken, error)

func (*DAO) FindExternalWalletToken4Page

func (d *DAO) FindExternalWalletToken4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.ExternalWalletToken, uint, error)

func (*DAO) FindInfraTwitterApp

func (d *DAO) FindInfraTwitterApp(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.InfraTwitterApp, error)

func (*DAO) FindInfraTwitterApp4Page

func (d *DAO) FindInfraTwitterApp4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.InfraTwitterApp, uint, error)

func (*DAO) FindInfraTwitterAppJoinSelect

func (d *DAO) FindInfraTwitterAppJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.InfraTwitterApp, error)

func (*DAO) FindJobConfig

func (d *DAO) FindJobConfig(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.JobConfig, error)

func (*DAO) FindJobConfig4Page

func (d *DAO) FindJobConfig4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.JobConfig, uint, error)

func (*DAO) FindJobConfigJoinSelect

func (d *DAO) FindJobConfigJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.JobConfig, error)

func (*DAO) FindJobConfigJoinSelect4Page

func (d *DAO) FindJobConfigJoinSelect4Page(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.JobConfig, uint, error)

func (*DAO) FindJoinSelectBlockScanInfo

func (d *DAO) FindJoinSelectBlockScanInfo(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.BlockScanInfo, error)

func (*DAO) FindKnowledgeBases

func (dao *DAO) FindKnowledgeBases(tx *gorm.DB, filters map[string][]interface{}, preload map[string][]interface{}, order []string, limit, offset int, forUpdate bool) ([]*models.KnowledgeBase, error)

func (*DAO) FindLaunchpad

func (d *DAO) FindLaunchpad(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.Launchpad, error)

func (*DAO) FindLaunchpad4Page

func (d *DAO) FindLaunchpad4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.Launchpad, uint, error)

func (*DAO) FindLaunchpadJoinSelect

func (d *DAO) FindLaunchpadJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.Launchpad, error)

func (*DAO) FindLaunchpadMember

func (d *DAO) FindLaunchpadMember(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.LaunchpadMember, error)

func (*DAO) FindLaunchpadMember4Page

func (d *DAO) FindLaunchpadMember4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.LaunchpadMember, uint, error)

func (*DAO) FindLaunchpadMemberJoinSelect

func (d *DAO) FindLaunchpadMemberJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.LaunchpadMember, error)

func (*DAO) FindLaunchpadTransaction

func (d *DAO) FindLaunchpadTransaction(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.LaunchpadTransaction, error)

func (*DAO) FindLaunchpadTransaction4Page

func (d *DAO) FindLaunchpadTransaction4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.LaunchpadTransaction, uint, error)

func (*DAO) FindLaunchpadTransactionJoinSelect

func (d *DAO) FindLaunchpadTransactionJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.LaunchpadTransaction, error)

func (*DAO) FindMeme

func (d *DAO) FindMeme(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.Meme, error)

func (*DAO) FindMeme4Page

func (d *DAO) FindMeme4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.Meme, uint, error)

func (*DAO) FindMemeBurnJoinSelect

func (d *DAO) FindMemeBurnJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.TokenTransfer, error)

func (*DAO) FindMemeFollowersJoinSelect

func (d *DAO) FindMemeFollowersJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.MemeFollowers, error)

/followers

func (*DAO) FindMemeHistory

func (d *DAO) FindMemeHistory(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.MemeTradeHistory, error)

func (*DAO) FindMemeHistoryJoinSelect

func (d *DAO) FindMemeHistoryJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.MemeTradeHistory, error)

//

func (*DAO) FindMemeJoin

func (d *DAO) FindMemeJoin(tx *gorm.DB, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.Meme, error)

func (*DAO) FindMemeJoinSelect

func (d *DAO) FindMemeJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.Meme, error)

func (*DAO) FindMemeJoinSelect4Page

func (d *DAO) FindMemeJoinSelect4Page(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.Meme, uint, error)

func (*DAO) FindMemeNotificationJoinSelect

func (d *DAO) FindMemeNotificationJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.MemeNotification, error)

func (*DAO) FindMemeThread

func (d *DAO) FindMemeThread(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.MemeThreads, error)

func (*DAO) FindMemeThreadJoinSelect

func (d *DAO) FindMemeThreadJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.MemeThreads, error)

//thread //

func (*DAO) FindMemeWhiteListAddress

func (d *DAO) FindMemeWhiteListAddress(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.MemeWhiteListAddress, error)

func (*DAO) FindMissionStore

func (d *DAO) FindMissionStore(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.MissionStore, error)

func (*DAO) FindMissionStore4Page

func (d *DAO) FindMissionStore4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.MissionStore, uint, error)

func (*DAO) FindMissionStoreHistory

func (d *DAO) FindMissionStoreHistory(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.MissionStoreHistory, error)

func (*DAO) FindMissionStoreHistory4Page

func (d *DAO) FindMissionStoreHistory4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.MissionStoreHistory, uint, error)

func (*DAO) FindMissionStoreHistoryJoinSelect

func (d *DAO) FindMissionStoreHistoryJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.MissionStoreHistory, error)

func (*DAO) FindMissionStoreHistoryJoinSelect4Page

func (d *DAO) FindMissionStoreHistoryJoinSelect4Page(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.MissionStoreHistory, uint, error)

func (*DAO) FindMissionStoreJoinSelect

func (d *DAO) FindMissionStoreJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.MissionStore, error)

func (*DAO) FindMissionStoreJoinSelect4Page

func (d *DAO) FindMissionStoreJoinSelect4Page(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.MissionStore, uint, error)

func (*DAO) FindMissionStoreRating

func (d *DAO) FindMissionStoreRating(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.MissionStoreRating, error)

func (*DAO) FindMissionStoreRating4Page

func (d *DAO) FindMissionStoreRating4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.MissionStoreRating, uint, error)

func (*DAO) FindMissionStoreRatingJoinSelect

func (d *DAO) FindMissionStoreRatingJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.MissionStoreRating, error)

func (*DAO) FindMissionStoreRatingJoinSelect4Page

func (d *DAO) FindMissionStoreRatingJoinSelect4Page(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.MissionStoreRating, uint, error)

func (*DAO) FindModelMarket

func (d *DAO) FindModelMarket(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.ModelMarket, error)

func (*DAO) FindModelMarket4Page

func (d *DAO) FindModelMarket4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.ModelMarket, uint, error)

func (*DAO) FindModelMarketJoinSelect

func (d *DAO) FindModelMarketJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.ModelMarket, error)

func (*DAO) FindModelMarketJoinSelect4Page

func (d *DAO) FindModelMarketJoinSelect4Page(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.ModelMarket, uint, error)

func (*DAO) FindModelPredictHistory

func (d *DAO) FindModelPredictHistory(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.ModelPredictHistory, error)

func (*DAO) FindModelPredictHistory4Page

func (d *DAO) FindModelPredictHistory4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.ModelPredictHistory, uint, error)

func (*DAO) FindModelPredictHistoryJoinSelect

func (d *DAO) FindModelPredictHistoryJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.ModelPredictHistory, error)

func (*DAO) FindModelPredictHistoryJoinSelect4Page

func (d *DAO) FindModelPredictHistoryJoinSelect4Page(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.ModelPredictHistory, uint, error)

func (*DAO) FindSampleTwitterApp

func (d *DAO) FindSampleTwitterApp(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.SampleTwitterApp, error)

func (*DAO) FindSampleTwitterApp4Page

func (d *DAO) FindSampleTwitterApp4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.SampleTwitterApp, uint, error)

func (*DAO) FindSampleTwitterAppJoinSelect

func (d *DAO) FindSampleTwitterAppJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.SampleTwitterApp, error)

func (*DAO) FindStoreDefiApp

func (d *DAO) FindStoreDefiApp(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.StoreDefiApp, error)

func (*DAO) FindStoreDefiApp4Page

func (d *DAO) FindStoreDefiApp4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.StoreDefiApp, uint, error)

func (*DAO) FindStoreDefiAppJoinSelect

func (d *DAO) FindStoreDefiAppJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.StoreDefiApp, error)

func (*DAO) FindTokenHolderJoinSelect

func (d *DAO) FindTokenHolderJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.TokenHolder, error)

func (*DAO) FindTrainingRequest

func (d *DAO) FindTrainingRequest(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.TrainingRequest, error)

func (*DAO) FindTrainingRequest4Page

func (d *DAO) FindTrainingRequest4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.TrainingRequest, uint, error)

func (*DAO) FindTrainingRequestERC20Info

func (d *DAO) FindTrainingRequestERC20Info(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.TrainingRequestERC20Info, error)

func (*DAO) FindTrainingRequestERC20Info4Page

func (d *DAO) FindTrainingRequestERC20Info4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.TrainingRequestERC20Info, uint, error)

func (*DAO) FindTrainingRequestERC20InfoJoinSelect

func (d *DAO) FindTrainingRequestERC20InfoJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.TrainingRequestERC20Info, error)

func (*DAO) FindTrainingRequestERC20InfoJoinSelect4Page

func (d *DAO) FindTrainingRequestERC20InfoJoinSelect4Page(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.TrainingRequestERC20Info, uint, error)

func (*DAO) FindTrainingRequestJoinSelect

func (d *DAO) FindTrainingRequestJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.TrainingRequest, error)

func (*DAO) FindTrainingRequestJoinSelect4Page

func (d *DAO) FindTrainingRequestJoinSelect4Page(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.TrainingRequest, uint, error)

func (*DAO) FindTwitterFollowing

func (d *DAO) FindTwitterFollowing(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.TwitterFollowing, error)

func (*DAO) FindTwitterFollowing4Page

func (d *DAO) FindTwitterFollowing4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.TwitterFollowing, uint, error)

func (*DAO) FindTwitterInfo

func (d *DAO) FindTwitterInfo(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.TwitterInfo, error)

////

func (*DAO) FindTwitterPost

func (d *DAO) FindTwitterPost(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.TwitterPost, error)

func (*DAO) FindTwitterPost4Page

func (d *DAO) FindTwitterPost4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.TwitterPost, uint, error)

func (*DAO) FindTwitterTweet

func (d *DAO) FindTwitterTweet(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.TwitterTweet, error)

func (*DAO) FindTwitterTweet4Page

func (d *DAO) FindTwitterTweet4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.TwitterTweet, uint, error)

func (*DAO) FindTwitterTweetLiked

func (d *DAO) FindTwitterTweetLiked(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.TwitterTweetLiked, error)

func (*DAO) FindTwitterTweetLiked4Page

func (d *DAO) FindTwitterTweetLiked4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.TwitterTweetLiked, uint, error)

func (*DAO) FindTwitterTweetLikedJoinSelect

func (d *DAO) FindTwitterTweetLikedJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.TwitterTweetLiked, error)

func (*DAO) FindTwitterUser

func (d *DAO) FindTwitterUser(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.TwitterUser, error)

func (*DAO) FindTwitterUser4Page

func (d *DAO) FindTwitterUser4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.TwitterUser, uint, error)

func (*DAO) FindUser

func (d *DAO) FindUser(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.User, error)

func (*DAO) FindUser4Page

func (d *DAO) FindUser4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.User, uint, error)

func (*DAO) FindUserJoinSelect

func (d *DAO) FindUserJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.User, error)

func (*DAO) FindUserJoinSelect4Page

func (d *DAO) FindUserJoinSelect4Page(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.User, uint, error)

func (*DAO) FindUserTransaction

func (d *DAO) FindUserTransaction(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.UserTransaction, error)

func (*DAO) FindUserTransaction4Page

func (d *DAO) FindUserTransaction4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.UserTransaction, uint, error)

func (*DAO) FindUserTransactionJoinSelect

func (d *DAO) FindUserTransactionJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.UserTransaction, error)

func (*DAO) FindUserTwitterPost

func (d *DAO) FindUserTwitterPost(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.UserTwitterPost, error)

func (*DAO) FindZkSyncNetwork

func (d *DAO) FindZkSyncNetwork(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, offset int, limit int) ([]*models.ZkSyncNetwork, error)

func (*DAO) FindZkSyncNetwork4Page

func (d *DAO) FindZkSyncNetwork4Page(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.ZkSyncNetwork, uint, error)

func (*DAO) FindZkSyncNetworkJoinSelect

func (d *DAO) FindZkSyncNetworkJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.ZkSyncNetwork, error)

func (*DAO) FindZkSyncNetworkJoinSelect4Page

func (d *DAO) FindZkSyncNetworkJoinSelect4Page(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string, page int, limit int) ([]*models.ZkSyncNetwork, uint, error)

func (*DAO) FirstAbilityLuckyMoney

func (d *DAO) FirstAbilityLuckyMoney(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.AbilityLuckyMoney, error)

func (*DAO) FirstAbilityLuckyMoneyByID

func (d *DAO) FirstAbilityLuckyMoneyByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.AbilityLuckyMoney, error)

func (*DAO) FirstAgentChainFee

func (d *DAO) FirstAgentChainFee(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.AgentChainFee, error)

func (*DAO) FirstAgentChainFeeByID

func (d *DAO) FirstAgentChainFeeByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.AgentChainFee, error)

func (*DAO) FirstAgentEaiTopup

func (d *DAO) FirstAgentEaiTopup(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.AgentEaiTopup, error)

func (*DAO) FirstAgentEaiTopupByID

func (d *DAO) FirstAgentEaiTopupByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.AgentEaiTopup, error)

func (*DAO) FirstAgentExternalInfo

func (d *DAO) FirstAgentExternalInfo(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.AgentExternalInfo, error)

func (*DAO) FirstAgentExternalInfoByID

func (d *DAO) FirstAgentExternalInfoByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.AgentExternalInfo, error)

func (*DAO) FirstAgentInfo

func (d *DAO) FirstAgentInfo(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.AgentInfo, error)

func (*DAO) FirstAgentInfoByID

func (d *DAO) FirstAgentInfoByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.AgentInfo, error)

func (*DAO) FirstAgentInfoInstall

func (d *DAO) FirstAgentInfoInstall(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.AgentInfoInstall, error)

func (*DAO) FirstAgentInfoInstallByID

func (d *DAO) FirstAgentInfoInstallByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.AgentInfoInstall, error)

func (*DAO) FirstAgentInfoInstallJoinSelect

func (d *DAO) FirstAgentInfoInstallJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.AgentInfoInstall, error)

func (*DAO) FirstAgentInfoJoinSelect

func (d *DAO) FirstAgentInfoJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.AgentInfo, error)

func (*DAO) FirstAgentInfoKnowledgeBaseByAgentInfoID

func (dao *DAO) FirstAgentInfoKnowledgeBaseByAgentInfoID(tx *gorm.DB, agentInfoID uint, preload map[string][]interface{}, orders []string) (*models.AgentInfoKnowledgeBase, error)

func (*DAO) FirstAgentInfoKnowledgeBaseByAgentInfoIDAndKnowledgeBaseID

func (dao *DAO) FirstAgentInfoKnowledgeBaseByAgentInfoIDAndKnowledgeBaseID(tx *gorm.DB, agentInfoID uint,
	knowledgeBaseID uint) (*models.AgentInfoKnowledgeBase, error)

func (*DAO) FirstAgentLibrary

func (d *DAO) FirstAgentLibrary(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.AgentLibrary, error)

func (*DAO) FirstAgentLibraryByID

func (d *DAO) FirstAgentLibraryByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.AgentLibrary, error)

func (*DAO) FirstAgentSnapshotMission

func (d *DAO) FirstAgentSnapshotMission(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.AgentSnapshotMission, error)

func (*DAO) FirstAgentSnapshotMissionByID

func (d *DAO) FirstAgentSnapshotMissionByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.AgentSnapshotMission, error)

func (*DAO) FirstAgentSnapshotPost

func (d *DAO) FirstAgentSnapshotPost(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.AgentSnapshotPost, error)

func (*DAO) FirstAgentSnapshotPostAction

func (d *DAO) FirstAgentSnapshotPostAction(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.AgentSnapshotPostAction, error)

func (*DAO) FirstAgentSnapshotPostActionByID

func (d *DAO) FirstAgentSnapshotPostActionByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.AgentSnapshotPostAction, error)

func (*DAO) FirstAgentSnapshotPostByID

func (d *DAO) FirstAgentSnapshotPostByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.AgentSnapshotPost, error)

func (*DAO) FirstAgentStore

func (d *DAO) FirstAgentStore(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.AgentStore, error)

func (*DAO) FirstAgentStoreByID

func (d *DAO) FirstAgentStoreByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.AgentStore, error)

func (*DAO) FirstAgentStoreInstall

func (d *DAO) FirstAgentStoreInstall(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.AgentStoreInstall, error)

func (*DAO) FirstAgentStoreInstallByID

func (d *DAO) FirstAgentStoreInstallByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.AgentStoreInstall, error)

func (*DAO) FirstAgentStoreInstallJoinSelect

func (d *DAO) FirstAgentStoreInstallJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.AgentStoreInstall, error)

func (*DAO) FirstAgentStoreJoinSelect

func (d *DAO) FirstAgentStoreJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.AgentStore, error)

func (*DAO) FirstAgentStoreMission

func (d *DAO) FirstAgentStoreMission(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.AgentStoreMission, error)

func (*DAO) FirstAgentStoreMissionByID

func (d *DAO) FirstAgentStoreMissionByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.AgentStoreMission, error)

func (*DAO) FirstAgentStoreMissionJoinSelect

func (d *DAO) FirstAgentStoreMissionJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.AgentStoreMission, error)

func (*DAO) FirstAgentStoreTry

func (d *DAO) FirstAgentStoreTry(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.AgentStoreTry, error)

func (*DAO) FirstAgentStoreTryByID

func (d *DAO) FirstAgentStoreTryByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.AgentStoreTry, error)

func (*DAO) FirstAgentStoreTryDetail

func (d *DAO) FirstAgentStoreTryDetail(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.AgentStoreTryDetail, error)

func (*DAO) FirstAgentStoreTryDetailByID

func (d *DAO) FirstAgentStoreTryDetailByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.AgentStoreTryDetail, error)

func (*DAO) FirstAgentStoreTryDetailJoinSelect

func (d *DAO) FirstAgentStoreTryDetailJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.AgentStoreTryDetail, error)

func (*DAO) FirstAgentStoreTryJoinSelect

func (d *DAO) FirstAgentStoreTryJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.AgentStoreTry, error)

func (*DAO) FirstAgentTeleMsg

func (d *DAO) FirstAgentTeleMsg(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.AgentTeleMsg, error)

func (*DAO) FirstAgentToken

func (d *DAO) FirstAgentToken(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.AgentTokenInfo, error)

func (*DAO) FirstAgentTokenByID

func (d *DAO) FirstAgentTokenByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.AgentTokenInfo, error)

func (*DAO) FirstAgentTradeHistory

func (d *DAO) FirstAgentTradeHistory(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, order []string) (*models.AgentTradeHistory, error)

func (*DAO) FirstAgentTradeHistoryByID

func (d *DAO) FirstAgentTradeHistoryByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.AgentTradeHistory, error)

func (*DAO) FirstAgentTradeToken

func (d *DAO) FirstAgentTradeToken(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.AgentTradeToken, error)

func (*DAO) FirstAgentTradeTokenByID

func (d *DAO) FirstAgentTradeTokenByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.AgentTradeToken, error)

func (*DAO) FirstAgentTwitterPost

func (d *DAO) FirstAgentTwitterPost(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.AgentTwitterPost, error)

func (*DAO) FirstAgentTwitterPostByID

func (d *DAO) FirstAgentTwitterPostByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.AgentTwitterPost, error)

func (*DAO) FirstAgentWallet

func (d *DAO) FirstAgentWallet(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.AgentWallet, error)

func (*DAO) FirstAgentWalletAction

func (d *DAO) FirstAgentWalletAction(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.AgentWalletAction, error)

func (*DAO) FirstAgentWalletActionByID

func (d *DAO) FirstAgentWalletActionByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.AgentWalletAction, error)

func (*DAO) FirstAgentWalletByID

func (d *DAO) FirstAgentWalletByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.AgentWallet, error)

func (*DAO) FirstApiSubscriptionHistory

func (d *DAO) FirstApiSubscriptionHistory(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.ApiSubscriptionHistory, error)

func (*DAO) FirstApiSubscriptionHistoryByID

func (d *DAO) FirstApiSubscriptionHistoryByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.ApiSubscriptionHistory, error)

func (*DAO) FirstApiSubscriptionKey

func (d *DAO) FirstApiSubscriptionKey(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.ApiSubscriptionKey, error)

func (*DAO) FirstApiSubscriptionKeyByID

func (d *DAO) FirstApiSubscriptionKeyByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.ApiSubscriptionKey, error)

func (*DAO) FirstApiSubscriptionPackage

func (d *DAO) FirstApiSubscriptionPackage(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.ApiSubscriptionPackage, error)

func (*DAO) FirstApiSubscriptionPackageByID

func (d *DAO) FirstApiSubscriptionPackageByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.ApiSubscriptionPackage, error)

func (*DAO) FirstApiSubscriptionUsageLog

func (d *DAO) FirstApiSubscriptionUsageLog(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.ApiSubscriptionUsageLog, error)

func (*DAO) FirstApiSubscriptionUsageLogByID

func (d *DAO) FirstApiSubscriptionUsageLogByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.ApiSubscriptionUsageLog, error)

func (*DAO) FirstAuthCode

func (d *DAO) FirstAuthCode(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.AuthCode, error)

func (*DAO) FirstBatchInferHistory

func (d *DAO) FirstBatchInferHistory(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.BatchInferHistory, error)

func (*DAO) FirstBatchInferHistoryByID

func (d *DAO) FirstBatchInferHistoryByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.BatchInferHistory, error)

func (*DAO) FirstBatchInferHistoryJoinSelect

func (d *DAO) FirstBatchInferHistoryJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.BatchInferHistory, error)

func (*DAO) FirstBlockScanInfo

func (d *DAO) FirstBlockScanInfo(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.BlockScanInfo, error)

func (*DAO) FirstBlockScanInfoByID

func (d *DAO) FirstBlockScanInfoByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.BlockScanInfo, error)

func (*DAO) FirstChainConfig

func (d *DAO) FirstChainConfig(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.ChainConfig, error)

func (*DAO) FirstChainConfigByID

func (d *DAO) FirstChainConfigByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.ChainConfig, error)

func (*DAO) FirstChainConfigJoinSelect

func (d *DAO) FirstChainConfigJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.ChainConfig, error)

func (*DAO) FirstExternalWallet

func (d *DAO) FirstExternalWallet(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.ExternalWallet, error)

func (*DAO) FirstExternalWalletByID

func (d *DAO) FirstExternalWalletByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.ExternalWallet, error)

func (*DAO) FirstExternalWalletOrder

func (d *DAO) FirstExternalWalletOrder(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.ExternalWalletOrder, error)

func (*DAO) FirstExternalWalletOrderByID

func (d *DAO) FirstExternalWalletOrderByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.ExternalWalletOrder, error)

func (*DAO) FirstExternalWalletToken

func (d *DAO) FirstExternalWalletToken(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.ExternalWalletToken, error)

func (*DAO) FirstExternalWalletTokenByID

func (d *DAO) FirstExternalWalletTokenByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.ExternalWalletToken, error)

func (*DAO) FirstInfraTwitterApp

func (d *DAO) FirstInfraTwitterApp(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.InfraTwitterApp, error)

func (*DAO) FirstInfraTwitterAppByID

func (d *DAO) FirstInfraTwitterAppByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.InfraTwitterApp, error)

func (*DAO) FirstInfraTwitterTopupTx

func (d *DAO) FirstInfraTwitterTopupTx(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.InfraTwitterTopupTx, error)

func (*DAO) FirstJobConfig

func (d *DAO) FirstJobConfig(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.JobConfig, error)

func (*DAO) FirstJobConfigByID

func (d *DAO) FirstJobConfigByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.JobConfig, error)

func (*DAO) FirstJobConfigJoinSelect

func (d *DAO) FirstJobConfigJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.JobConfig, error)

func (*DAO) FirstKnowledgeBase

func (dao *DAO) FirstKnowledgeBase(tx *gorm.DB, filters map[string][]interface{}, preload map[string][]interface{}, order []string, forUpdate bool) (*models.KnowledgeBase, error)

========== KNOWLEDGE BASE ==========

func (*DAO) FirstLaunchpad

func (d *DAO) FirstLaunchpad(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.Launchpad, error)

func (*DAO) FirstLaunchpadByID

func (d *DAO) FirstLaunchpadByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.Launchpad, error)

func (*DAO) FirstLaunchpadMember

func (d *DAO) FirstLaunchpadMember(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.LaunchpadMember, error)

func (*DAO) FirstLaunchpadMemberByID

func (d *DAO) FirstLaunchpadMemberByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.LaunchpadMember, error)

func (*DAO) FirstLaunchpadTransaction

func (d *DAO) FirstLaunchpadTransaction(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.LaunchpadTransaction, error)

func (*DAO) FirstLaunchpadTransactionByID

func (d *DAO) FirstLaunchpadTransactionByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.LaunchpadTransaction, error)

func (*DAO) FirstMeme

func (d *DAO) FirstMeme(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.Meme, error)

func (*DAO) FirstMemeByID

func (d *DAO) FirstMemeByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.Meme, error)

func (*DAO) FirstMemeFollowers

func (d *DAO) FirstMemeFollowers(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, order []string) (*models.MemeFollowers, error)

func (*DAO) FirstMemeFollowersJoinSelect

func (d *DAO) FirstMemeFollowersJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, order []string) (*models.MemeFollowers, error)

func (*DAO) FirstMemeHistory

func (d *DAO) FirstMemeHistory(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, order []string) (*models.MemeTradeHistory, error)

func (*DAO) FirstMemeHistoryByID

func (d *DAO) FirstMemeHistoryByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.MemeTradeHistory, error)

func (*DAO) FirstMemeJoinSelect

func (d *DAO) FirstMemeJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, order []string) (*models.Meme, error)

func (*DAO) FirstMemeNotification

func (d *DAO) FirstMemeNotification(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, order []string) (*models.MemeNotification, error)

func (*DAO) FirstMemeNotificationByID

func (d *DAO) FirstMemeNotificationByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.MemeNotification, error)

func (*DAO) FirstMemeNotificationSeen

func (d *DAO) FirstMemeNotificationSeen(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, order []string) (*models.MemeNotificationSeen, error)

func (*DAO) FirstMemeSeen

func (d *DAO) FirstMemeSeen(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.MemeSeen, error)

func (*DAO) FirstMemeSeenByID

func (d *DAO) FirstMemeSeenByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.MemeSeen, error)

func (*DAO) FirstMemeThread

func (d *DAO) FirstMemeThread(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, order []string) (*models.MemeThreads, error)

func (*DAO) FirstMemeThreadByID

func (d *DAO) FirstMemeThreadByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.MemeThreads, error)

func (*DAO) FirstMemeThreadLike

func (d *DAO) FirstMemeThreadLike(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, order []string) (*models.MemeThreadLike, error)

func (*DAO) FirstMemeWhiteListAddress

func (d *DAO) FirstMemeWhiteListAddress(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, order []string) (*models.MemeWhiteListAddress, error)

func (*DAO) FirstMissionStore

func (d *DAO) FirstMissionStore(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.MissionStore, error)

func (*DAO) FirstMissionStoreByID

func (d *DAO) FirstMissionStoreByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.MissionStore, error)

func (*DAO) FirstMissionStoreHistory

func (d *DAO) FirstMissionStoreHistory(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.MissionStoreHistory, error)

func (*DAO) FirstMissionStoreHistoryByID

func (d *DAO) FirstMissionStoreHistoryByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.MissionStoreHistory, error)

func (*DAO) FirstMissionStoreHistoryJoinSelect

func (d *DAO) FirstMissionStoreHistoryJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.MissionStoreHistory, error)

func (*DAO) FirstMissionStoreJoinSelect

func (d *DAO) FirstMissionStoreJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.MissionStore, error)

func (*DAO) FirstMissionStoreRating

func (d *DAO) FirstMissionStoreRating(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.MissionStoreRating, error)

func (*DAO) FirstMissionStoreRatingByID

func (d *DAO) FirstMissionStoreRatingByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.MissionStoreRating, error)

func (*DAO) FirstMissionStoreRatingJoinSelect

func (d *DAO) FirstMissionStoreRatingJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.MissionStoreRating, error)

func (*DAO) FirstModelMarket

func (d *DAO) FirstModelMarket(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.ModelMarket, error)

func (*DAO) FirstModelMarketByID

func (d *DAO) FirstModelMarketByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.ModelMarket, error)

func (*DAO) FirstModelMarketJoinSelect

func (d *DAO) FirstModelMarketJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.ModelMarket, error)

func (*DAO) FirstModelPredictHistory

func (d *DAO) FirstModelPredictHistory(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.ModelPredictHistory, error)

func (*DAO) FirstModelPredictHistoryByID

func (d *DAO) FirstModelPredictHistoryByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.ModelPredictHistory, error)

func (*DAO) FirstModelPredictHistoryJoinSelect

func (d *DAO) FirstModelPredictHistoryJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.ModelPredictHistory, error)

func (*DAO) FirstSampleTwitterApp

func (d *DAO) FirstSampleTwitterApp(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.SampleTwitterApp, error)

func (*DAO) FirstSampleTwitterAppByID

func (d *DAO) FirstSampleTwitterAppByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.SampleTwitterApp, error)

func (*DAO) FirstStoreDefiApp

func (d *DAO) FirstStoreDefiApp(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.StoreDefiApp, error)

func (*DAO) FirstStoreDefiAppByID

func (d *DAO) FirstStoreDefiAppByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.StoreDefiApp, error)

func (*DAO) FirstTokenPrice

func (d *DAO) FirstTokenPrice(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.TokenPrice, error)

func (*DAO) FirstTrainingRequest

func (d *DAO) FirstTrainingRequest(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.TrainingRequest, error)

func (*DAO) FirstTrainingRequestByID

func (d *DAO) FirstTrainingRequestByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.TrainingRequest, error)

func (*DAO) FirstTrainingRequestERC20Info

func (d *DAO) FirstTrainingRequestERC20Info(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.TrainingRequestERC20Info, error)

func (*DAO) FirstTrainingRequestERC20InfoByID

func (d *DAO) FirstTrainingRequestERC20InfoByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.TrainingRequestERC20Info, error)

func (*DAO) FirstTrainingRequestERC20InfoJoinSelect

func (d *DAO) FirstTrainingRequestERC20InfoJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.TrainingRequestERC20Info, error)

func (*DAO) FirstTrainingRequestJoinSelect

func (d *DAO) FirstTrainingRequestJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.TrainingRequest, error)

func (*DAO) FirstTwitterFollowing

func (d *DAO) FirstTwitterFollowing(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.TwitterFollowing, error)

func (*DAO) FirstTwitterFollowingByID

func (d *DAO) FirstTwitterFollowingByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.TwitterFollowing, error)

func (*DAO) FirstTwitterInfo

func (d *DAO) FirstTwitterInfo(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.TwitterInfo, error)

func (*DAO) FirstTwitterInfoByID

func (d *DAO) FirstTwitterInfoByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.TwitterInfo, error)

func (*DAO) FirstTwitterPost

func (d *DAO) FirstTwitterPost(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.TwitterPost, error)

func (*DAO) FirstTwitterPostByID

func (d *DAO) FirstTwitterPostByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.TwitterPost, error)

func (*DAO) FirstTwitterTweet

func (d *DAO) FirstTwitterTweet(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.TwitterTweet, error)

func (*DAO) FirstTwitterTweetByID

func (d *DAO) FirstTwitterTweetByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.TwitterTweet, error)

func (*DAO) FirstTwitterTweetLiked

func (d *DAO) FirstTwitterTweetLiked(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.TwitterTweetLiked, error)

func (*DAO) FirstTwitterTweetLikedByID

func (d *DAO) FirstTwitterTweetLikedByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.TwitterTweetLiked, error)

func (*DAO) FirstTwitterUser

func (d *DAO) FirstTwitterUser(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.TwitterUser, error)

func (*DAO) FirstTwitterUserByID

func (d *DAO) FirstTwitterUserByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.TwitterUser, error)

func (*DAO) FirstUser

func (d *DAO) FirstUser(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.User, error)

func (*DAO) FirstUserByID

func (d *DAO) FirstUserByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.User, error)

func (*DAO) FirstUserJoinSelect

func (d *DAO) FirstUserJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.User, error)

func (*DAO) FirstUserTransaction

func (d *DAO) FirstUserTransaction(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.UserTransaction, error)

func (*DAO) FirstUserTransactionByID

func (d *DAO) FirstUserTransactionByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.UserTransaction, error)

func (*DAO) FirstUserTwitterPost

func (d *DAO) FirstUserTwitterPost(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, orders []string) (*models.UserTwitterPost, error)

func (*DAO) FirstZkSyncNetwork

func (d *DAO) FirstZkSyncNetwork(tx *gorm.DB, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.ZkSyncNetwork, error)

func (*DAO) FirstZkSyncNetworkByID

func (d *DAO) FirstZkSyncNetworkByID(tx *gorm.DB, id uint, preloads map[string][]interface{}, forUpdate bool) (*models.ZkSyncNetwork, error)

func (*DAO) FirstZkSyncNetworkJoinSelect

func (d *DAO) FirstZkSyncNetworkJoinSelect(tx *gorm.DB, selected []string, joins map[string][]interface{}, filters map[string][]interface{}, preloads map[string][]interface{}, forUpdate bool) (*models.ZkSyncNetwork, error)

func (*DAO) GetAgentSocialInfo

func (d *DAO) GetAgentSocialInfo(tx *gorm.DB, agentID uint) (*models.AgentTokenInfo, error)

func (*DAO) GetAgentSummaryReport

func (d *DAO) GetAgentSummaryReport(tx *gorm.DB, hiddenNetworkId string) ([]*models.AgentInfo, error)

func (*DAO) GetAgentTradeHistoryInfo

func (d *DAO) GetAgentTradeHistoryInfo(tx *gorm.DB, agentTokenID uint, networkID uint64, tokenAddress string) (*models.AgentTokenInfo, error)

func (*DAO) GetListTwitterDefaultFollow

func (d *DAO) GetListTwitterDefaultFollow(tx *gorm.DB) ([]string, error)

func (*DAO) GetListTwitterMentionsScan

func (d *DAO) GetListTwitterMentionsScan(tx *gorm.DB) ([]string, error)

func (*DAO) GetListTwitterScan

func (d *DAO) GetListTwitterScan(tx *gorm.DB) ([]string, error)

func (*DAO) GetMemeChartCandleData1Day

func (d *DAO) GetMemeChartCandleData1Day(tx *gorm.DB, memeID, day uint) ([]*models.ChartData, error)

func (*DAO) GetMemeChartCandleData1Hour

func (d *DAO) GetMemeChartCandleData1Hour(tx *gorm.DB, memeID, day uint) ([]*models.ChartData, error)

func (*DAO) GetMemeChartCandleData30Min

func (d *DAO) GetMemeChartCandleData30Min(tx *gorm.DB, memeID, day uint) ([]*models.ChartData, error)

func (*DAO) GetMemeChartCandleData4Hour

func (d *DAO) GetMemeChartCandleData4Hour(tx *gorm.DB, memeID, day uint) ([]*models.ChartData, error)

func (*DAO) GetMemeChartCandleData5Min

func (d *DAO) GetMemeChartCandleData5Min(tx *gorm.DB, memeID, day uint) ([]*models.ChartData, error)

func (*DAO) GetMemeTradeHistoryInfo

func (d *DAO) GetMemeTradeHistoryInfo(tx *gorm.DB, pairID uint) (*models.Meme, error)

func (*DAO) GetMissionToolset

func (d *DAO) GetMissionToolset(tx *gorm.DB, id uint) (string, error)

func (*DAO) GetTokenMarketPrice

func (d *DAO) GetTokenMarketPrice(tx *gorm.DB, symbol string) (*numeric.BigFloat, *numeric.BigFloat, error)

func (*DAO) GetWalletActionTradeSum

func (d *DAO) GetWalletActionTradeSum(tx *gorm.DB, agentInfoID uint) ([]*models.AgentWalletTradeSum, error)

func (*DAO) IsTweetReplied

func (d *DAO) IsTweetReplied(tx *gorm.DB, tweetID string) (bool, error)

func (*DAO) Save

func (d *DAO) Save(tx *gorm.DB, m interface{}) error

func (*DAO) UpdateChartCandleDataByMemeID

func (d *DAO) UpdateChartCandleDataByMemeID(tx *gorm.DB, memID uint) (bool, error)

func (*DAO) UpdateChartCandleDataByPair

func (d *DAO) UpdateChartCandleDataByPair(tx *gorm.DB, memeID uint) (bool, error)

////////chart

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL