Documentation ¶
Overview ¶
TODO: squirrel must be removed?
Index ¶
- type MemberDTO
- type MemberRepo
- func (pg *MemberRepo) Delete(ctx context.Context, id *uint64) error
- func (pg *MemberRepo) GetByID(ctx context.Context, id uint64) (*entity.Member, error)
- func (pg *MemberRepo) Insert(ctx context.Context, member *entity.Member) (*uint64, error)
- func (pg *MemberRepo) Update(ctx context.Context, member *entity.Member) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemberRepo ¶
func NewMemberRepo ¶
func NewMemberRepo(pg *postgres.Postgres) *MemberRepo
Click to show internal directories.
Click to hide internal directories.