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 ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Authenticate ¶
func Authenticate(req *protos.AuthenticationRequest) (*protos.AuthenticationAnswer, error)
Authenticate sends MAR (code 303) over diameter connection, waits (blocks) for MAA & returns its RPC representation
func Deregister ¶
func Deregister(req *protos.RegistrationRequest) (*protos.RegistrationAnswer, error)
Deregister sends SAR (Code 301) over diameter connection with ServerAssignmentType set to USER_DEREGISTRATION, waits (blocks) for SAA & returns its RPC representation
func Register ¶
func Register(req *protos.RegistrationRequest) (*protos.RegistrationAnswer, error)
Register sends SAR (Code 301) over diameter connection with ServerAssignmentType set to REGISTRATION, waits (blocks) for SAA & returns its RPC representation
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package cache implements Swx GRPC response cache
|
Package cache implements Swx GRPC response cache |
Package servicers implements Swx GRPC proxy service which sends MAR/SAR messages over diameter connection, waits (blocks) for diameter's MAA/SAAs and returns their RPC representation Package servicers implements Swx GRPC proxy service which sends MAR/SAR messages over diameter connection, waits (blocks) for diameter's MAA/SAAs and returns their RPC representation Package servicers implements Swx GRPC proxy service which sends MAR/SAR messages over diameter connection, waits (blocks) for diameter's MAA/SAAs returns their RPC representation
|
Package servicers implements Swx GRPC proxy service which sends MAR/SAR messages over diameter connection, waits (blocks) for diameter's MAA/SAAs and returns their RPC representation Package servicers implements Swx GRPC proxy service which sends MAR/SAR messages over diameter connection, waits (blocks) for diameter's MAA/SAAs and returns their RPC representation Package servicers implements Swx GRPC proxy service which sends MAR/SAR messages over diameter connection, waits (blocks) for diameter's MAA/SAAs returns their RPC representation |
Magma's Swx Proxy Service converts gRPC requests into Swx protocol over diameter
|
Magma's Swx Proxy Service converts gRPC requests into Swx protocol over diameter |
Click to show internal directories.
Click to hide internal directories.