Documentation
¶
Index ¶
- type Connector
- func (c *Connector) ConnectAppClient(endpoint string, insecure bool) (modoki.AppClient, error)
- func (c *Connector) ConnectGenerator(endpoint string, insecure bool) (modoki.GeneratorClient, error)
- func (c *Connector) ConnectTokenClient(endpoint string, insecure bool) (modoki.TokenClient, error)
- func (c *Connector) ConnectUserOrgClient(endpoint string, insecure bool) (modoki.UserOrgClient, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connector ¶
type Connector struct {
// contains filtered or unexported fields
}
func NewConnector ¶
func NewConnector(dialer *grpcutil.GRPCDialer) *Connector
func (*Connector) ConnectAppClient ¶
func (*Connector) ConnectGenerator ¶
func (*Connector) ConnectTokenClient ¶
func (*Connector) ConnectUserOrgClient ¶
Click to show internal directories.
Click to hide internal directories.