Documentation ¶
Index ¶
- type Services
- func (s *Services) Close()
- func (s *Services) GetAuthClient() (pb_user.AuthServiceClient, error)
- func (s *Services) GetBoardClient() (pbBoard.BoardServiceClient, error)
- func (s *Services) GetCardClient() (pb_card.CardServiceClient, error)
- func (s *Services) GetListClient() (pb_list.ListServiceClient, error)
- func (s *Services) GetUserClient() (pb_user.UserServiceClient, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Services ¶
type Services struct {
// contains filtered or unexported fields
}
func GetServices ¶
func GetServices(cfg *config.ServiceConfig) *Services
func (*Services) GetAuthClient ¶
func (s *Services) GetAuthClient() (pb_user.AuthServiceClient, error)
func (*Services) GetBoardClient ¶
func (s *Services) GetBoardClient() (pbBoard.BoardServiceClient, error)
func (*Services) GetCardClient ¶
func (s *Services) GetCardClient() (pb_card.CardServiceClient, error)
func (*Services) GetListClient ¶
func (s *Services) GetListClient() (pb_list.ListServiceClient, error)
func (*Services) GetUserClient ¶
func (s *Services) GetUserClient() (pb_user.UserServiceClient, error)
Click to show internal directories.
Click to hide internal directories.