Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConnectToEmailService ¶
func ConnectToEmailService(addr string, maxMsgSize int) (client email_client_service.EmailClientServiceApiClient, close func() error)
func ConnectToStudyService ¶
func ConnectToStudyService(addr string, maxMsgSize int) (client studyAPI.StudyServiceApiClient, close func() error)
Types ¶
type APIClients ¶
type APIClients struct { StudyService studyAPI.StudyServiceApiClient EmailClientService email_client_service.EmailClientServiceApiClient }
APIClients holds the service clients to the internal services
Click to show internal directories.
Click to hide internal directories.