Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TenantClient ¶
type TenantClient interface { GetTenant(context microappCtx.ExecutionContext, rawToken string, tenantID string) (map[string]interface{}, error) GetAllTenants(context microappCtx.ExecutionContext, rawToken string) ([]map[string]interface{}, error) }
TenantClient is used to interface with Security microservice
func NewTenantClient ¶
func NewTenantClient(appName, url string) TenantClient
NewTenantClient returns a new instance of ServerManagerClient
Click to show internal directories.
Click to hide internal directories.