Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountRepo ¶
type AccountRepo struct {
// contains filtered or unexported fields
}
func NewAccountRepo ¶
func NewAccountRepo(pool *pgxpool.Pool) *AccountRepo
type AccountService ¶
type AccountService struct { // Embedding transactional behavior in your service tx.Transactor // contains filtered or unexported fields }
func NewAccountService ¶
func NewAccountService(transactor tx.Transactor, repo Repo) *AccountService
func (*AccountService) ProvisionAccount ¶
func (s *AccountService) ProvisionAccount(ctx context.Context, r ProvisionAccountReq) error
type ProvisionAccountReq ¶
type ProvisionAccountReq struct { }
Click to show internal directories.
Click to hide internal directories.