Versions in this module Expand all Collapse all v0 v0.0.2 Jul 13, 2019 Changes in this version + type Base struct + CreatedAt time.Time + ID string + UpdatedAt time.Time + type User struct + Email string + type UserRepo struct + func (rep *UserRepo) Get(ctx context.Context, id string) (*User, error) + func (rep *UserRepo) List(ctx context.Context) ([]*User, error) + func (rep *UserRepo) Save(ctx context.Context, u *User) error