Documentation ¶
Overview ¶
Package swx_proxy provides a thin client for using swx proxy service. This can be used by apps to discover and contact the service, without knowing about the RPC implementation.
Index ¶
- func Authenticate(ctx context.Context, req *protos.AuthenticationRequest) (*protos.AuthenticationAnswer, error)
- func Deregister(_ context.Context, req *protos.RegistrationRequest) (*protos.RegistrationAnswer, error)
- func Register(_ context.Context, req *protos.RegistrationRequest) (*protos.RegistrationAnswer, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Authenticate ¶
func Authenticate(ctx context.Context, req *protos.AuthenticationRequest) (*protos.AuthenticationAnswer, error)
Authenticate - HLR equivalent of SWX Authenticate
func Deregister ¶
func Deregister(_ context.Context, req *protos.RegistrationRequest) (*protos.RegistrationAnswer, error)
Deregister HLR equivalent of SWX deregister
func Register ¶
func Register(_ context.Context, req *protos.RegistrationRequest) (*protos.RegistrationAnswer, error)
Register HLR equivalent of SWX register
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.