Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetIMSIFromSessionID ¶
Types ¶
type CloseableAbortSessionResponderClient ¶
type CloseableAbortSessionResponderClient struct { protos.AbortSessionResponderClient // contains filtered or unexported fields }
func GetAbortSessionResponderClient ¶
func GetAbortSessionResponderClient( cloudRegistry service_registry.GatewayRegistry) (*CloseableAbortSessionResponderClient, error)
GetAbortSessionResponderClient returns a client to the local abort session client. To avoid leaking connections, defer Close() on the returned client.
func (*CloseableAbortSessionResponderClient) Close ¶
func (client *CloseableAbortSessionResponderClient) Close()
type CloseableSessionProxyResponderClient ¶
type CloseableSessionProxyResponderClient struct { protos.SessionProxyResponderClient // contains filtered or unexported fields }
func GetSessionProxyResponderClient ¶
func GetSessionProxyResponderClient( cloudRegistry service_registry.GatewayRegistry) (*CloseableSessionProxyResponderClient, error)
Get a client to the local session manager client. To avoid leaking connections, defer Close() on the returned client.
func (*CloseableSessionProxyResponderClient) Close ¶
func (client *CloseableSessionProxyResponderClient) Close()
Click to show internal directories.
Click to hide internal directories.