Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base ¶
type Base struct {
// contains filtered or unexported fields
}
func (*Base) Connect ¶
func (b *Base) Connect(c *grpc.ClientConn)
func (*Base) GetClient ¶
func (b *Base) GetClient() server_external.ExternalServerServiceClient
type Clients ¶
type Clients struct {
// contains filtered or unexported fields
}
func UseClients ¶
func UseClients() *Clients
type Services ¶
type Services struct {
// contains filtered or unexported fields
}
func NewServices ¶
func NewServices() *Services
func (*Services) Connect ¶
func (a *Services) Connect(c *grpc.ClientConn)
func (*Services) GetClient ¶
func (a *Services) GetClient() services_external.ExternalServicesServiceClient
Click to show internal directories.
Click to hide internal directories.