Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type UserAuthQueryMysql ¶
func (UserAuthQueryMysql) FindByUserID ¶
func (s UserAuthQueryMysql) FindByUserID(uid uuid.UUID) <-chan query.Result
type UserEventQueryMysql ¶
func (*UserEventQueryMysql) FindAllByID ¶
func (f *UserEventQueryMysql) FindAllByID(uid uuid.UUID) <-chan query.Result
type UserReadQueryMysql ¶
func (UserReadQueryMysql) FindByID ¶
func (s UserReadQueryMysql) FindByID(uid uuid.UUID) <-chan query.Result
func (UserReadQueryMysql) FindByUsername ¶
func (s UserReadQueryMysql) FindByUsername(username string) <-chan query.Result
func (UserReadQueryMysql) FindByUsernameAndPassword ¶
func (s UserReadQueryMysql) FindByUsernameAndPassword(username, password string) <-chan query.Result
Click to show internal directories.
Click to hide internal directories.