Documentation ¶
Overview ¶
The package provides ror-context for services
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRorContextFromServiceContext ¶
func GetRorContextFromServiceContext(c *context.Context, servicename string) (context.Context, context.CancelFunc)
Function provides a ror context for a given servicename, the context must be used to authenticate against existing services
func GetRorContextFromServiceContextWithoutCancel ¶
func GetRorContextFromServiceContextWithoutCancel(c context.Context, servicename string) context.Context
GetRorContextFromServiceContextWithoutCancel Function provides a ror context for a given servicename, the context must be used to authenticate against existing services. The functionality is the same except that it forces a cancel on us.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.