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 ¶
func (*Bridge) StartGnokeyMobileService ¶ added in v1.6.0
Start the Gnokey Mobile service and save it in gnokeyMobileService. This will be closed in Close(). If the gnonative serviceServer is not started, do nothing. If gnokeyMobileService is already started, do nothing.
type BridgeConfig ¶
type BridgeConfig struct { RootDir string TmpDir string UseTcpListener bool DisableUdsListener bool UseGnokeyMobile 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.