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) }
var Service GatewayOrgClientService
Click to show internal directories.
Click to hide internal directories.