Versions in this module Expand all Collapse all v0 v0.1.0 Feb 8, 2024 Changes in this version + type User struct + Address string + CreateAt time.Time + Name string + type UserRepo interface + Save func(context.Context, *User) error + type UserUsecase struct + Repo UserRepo + func (uu *UserUsecase) Register(ctx context.Context, name, address string) error