Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface { Create(ctx context.Context, customerID, checkingAccountNumber entity.ID) error Get(ctx context.Context, customerID, checkingAccountNumber entity.ID) (Mapping, error) }
func NewManager ¶
func NewManager(r repository) Manager
type MySqlRepository ¶
type MySqlRepository struct {
// contains filtered or unexported fields
}
func NewMySqlRepository ¶
func NewMySqlRepository(client *sql.DB) (*MySqlRepository, error)
Click to show internal directories.
Click to hide internal directories.