Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository interface { InsertNewMatch(fromUserId, toUserId string, reqStatus matchEntity.Status) (string, error) SelectMatchReqToUserId(userId string) ([]matchEntity.FullUserDTO, error) UpdateMatchById(matchEntity matchEntity.MatchDAO) error GetMatchById(matchId string) (matchEntity.MatchDAO, error) }
Click to show internal directories.
Click to hide internal directories.