Documentation
¶
Index ¶
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) GetCardClient ¶
func (s *Services) GetCardClient() (pb_card.CardServiceClient, error)
func (*Services) GetUserClient ¶
func (s *Services) GetUserClient() (pb_user.UserServiceClient, error)
Click to show internal directories.
Click to hide internal directories.