Documentation ¶
Index ¶
- Variables
- type Datastore
- type Mysql
- func (ds Mysql) FindProfileByKeycloakID(keycloakId string) (*proto.Profile, error)
- func (ds Mysql) FindProfilesById(userIds ...uint64) ([]*proto.Profile, error)
- func (ds Mysql) FindProfilesByUsername(username string) ([]*proto.Profile, error)
- func (ds Mysql) FindRosterByType(rosterType proto.RosterType) (*proto.Roster, error)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Mysql ¶
func (Mysql) FindProfileByKeycloakID ¶
func (Mysql) FindProfilesById ¶
func (Mysql) FindProfilesByUsername ¶
func (Mysql) FindRosterByType ¶
Click to show internal directories.
Click to hide internal directories.