Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Transport ¶
type Transport interface { ClientLessonList(clientID, psychologistID, userRole string) ([]*model.Shedule, error) PsychologistName(psychologistID, userRole string) (*model.Psychologist, error) ClientLessonSet(clientID, psychologistID, userRole string, dateTime time.Time) error ClientLessonReschedule(clientID, psychologistID, userRole string, dateTimeOld, dateTimeNew time.Time) error }
Transport represents transport between micro services
Click to show internal directories.
Click to hide internal directories.