org_client

package
v1.3.2 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GatewayOrgClientService

type GatewayOrgClientService interface {
	Clone(context.Context) GatewayOrgClientService
	Create(orgId, name string) (dto.ClientInfoDto, bool, error)
	Delete(id string) (bool, error)
	GetCredentials(id string) (dto.ClientInfoDto, error)
	UpdateCredentials(id string, secret ...string) (dto.ClientInfoDto, error)
	GrantPackage(id, packageId string) (bool, error)
	RevokePackage(id, packageId string) (bool, error)
	CreateOrUpdateLimit(id, packageId string, limits exdto.ChangeLimitsReq) (bool, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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