Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type UserRepo ¶
type UserRepo struct {
DB *DB
}
func NewUserRepo ¶
func (UserRepo) Create ¶
func (ur UserRepo) Create(ctx context.Context, user graphql_twitter.User) (graphql_twitter.User, error)
func (UserRepo) GetByEmail ¶
func (UserRepo) GetByUsername ¶
Click to show internal directories.
Click to hide internal directories.