Versions in this module Expand all Collapse all v0 v0.0.3 Mar 19, 2022 v0.0.2 Mar 19, 2022 v0.0.1 Mar 19, 2022 Changes in this version + type Repository struct + func NewAddressRepo(master *sqlx.DB, slave *sqlx.DB) *Repository + func (r *Repository) CreateAddress(ctx context.Context, address entities.Address) (int, error)