clients

package
v1.1.16 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 30, 2021 License: MIT Imports: 4 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL