interfaces

package
v1.2.1-rc3 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2021 License: MPL-2.0 Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type APIManagementClient

type APIManagementClient interface {
	CreateAPI(def *objects.DBApiDefinition) (string, error)
	FetchAPIs() ([]objects.DBApiDefinition, error)
	UpdateAPI(def *objects.DBApiDefinition) error
	DeleteAPI(id string) error
}

type CertificateManagementClient

type CertificateManagementClient interface {
	CreateCertificate(cert []byte) (string, error)
}

type UniversalClient

type UniversalClient interface {
	APIManagementClient
	CertificateManagementClient
	GetActiveID(def *objects.DBApiDefinition) string
	SetInsecureTLS(bool)
}

Jump to

Keyboard shortcuts

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