transport

package
v0.0.0-...-fd95499 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2020 License: MIT Imports: 2 Imported by: 0

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL