Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GatewayClient ¶
type GatewayClient interface {
GatewaySendDataToGateway(ctx context.Context, in *gateway.TLGatewaySendDataToGateway) (*mtproto.Bool, error)
}
func NewGatewayClient ¶
func NewGatewayClient(cli zrpc.Client) GatewayClient
Click to show internal directories.
Click to hide internal directories.