Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bridge ¶
type Bridge struct {
ServiceClient
// contains filtered or unexported fields
}
func NewBridge ¶
func NewBridge(config *BridgeConfig) (*Bridge, error)
func (*Bridge) GetTcpAddr ¶
func (*Bridge) GetTcpPort ¶
func (*Bridge) GetUDSPath ¶
type BridgeConfig ¶
type BridgeConfig struct {
RootDir string
TmpDir string
UseTcpListener bool
DisableUdsListener bool
}
func NewBridgeConfig ¶
func NewBridgeConfig() *BridgeConfig
type PromiseBlock ¶
type ServiceClient ¶
type ServiceClient interface {
InvokeGrpcMethodWithPromiseBlock(promise PromiseBlock, method string, jsonMessage string)
CreateStreamClientWithPromiseBlock(promise PromiseBlock, method string, jsonMessage string)
StreamClientReceiveWithPromiseBlock(promise PromiseBlock, id string)
CloseStreamClientWithPromiseBlock(promise PromiseBlock, id string)
}
func NewServiceClient ¶
func NewServiceClient(client _goconnect.GnoNativeServiceClient) ServiceClient
Click to show internal directories.
Click to hide internal directories.