Documentation ¶
Index ¶
- func NewAppConfigPersistence(db db.Ext) repository.AppConfigRepository
- func NewExternalIntegrationPersistence(db db.Ext) repository.ExternalIntegrationRepository
- func NewPaymentStatusPersistence(db db.Ext) repository.PaymentStatusRepository
- func NewPaymentTransactionPersistence(db db.Ext) repository.PaymentTransactionRepository
- func NewTokenPersistence(db db.Ext) repository.TokenRepository
- func NewUserPersistence(db db.Ext) repository.UserRepository
- func NewUserRolePersistence(db db.Ext) repository.UserRoleRepository
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAppConfigPersistence ¶
func NewAppConfigPersistence(db db.Ext) repository.AppConfigRepository
NewAppConfigPersistence - Portalのグローバル設定を管理するAppConfigのPersistence
func NewExternalIntegrationPersistence ¶
func NewExternalIntegrationPersistence(db db.Ext) repository.ExternalIntegrationRepository
NewExternalIntegrationPersistence - 外部連携サービスのためのDB
func NewPaymentStatusPersistence ¶
func NewPaymentStatusPersistence(db db.Ext) repository.PaymentStatusRepository
NewPaymentStatusPersistence - 支払状況のMySQL関連の実装
func NewPaymentTransactionPersistence ¶
func NewPaymentTransactionPersistence(db db.Ext) repository.PaymentTransactionRepository
NewPaymentTransactionPersistence - 支払状況のMySQL関連の実装
func NewTokenPersistence ¶
func NewTokenPersistence(db db.Ext) repository.TokenRepository
NewTokenPersistence - ユーザのMySQL関連の実装
func NewUserPersistence ¶
func NewUserPersistence(db db.Ext) repository.UserRepository
NewUserPersistence - ユーザのMySQL関連の実装
func NewUserRolePersistence ¶
func NewUserRolePersistence(db db.Ext) repository.UserRoleRepository
NewUserRolePersistence -
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.