connector

package
v0.0.0-...-239afe9 Latest Latest
Warning

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

Go to latest
Published: May 10, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CertificationResponse

type CertificationResponse struct {
	Result schema.CertificationResult `json:"result"`
}

type Client

type Client interface {
	Configuration(ctx context.Context, headers map[string]string) (schema.Configuration, error)
	SignCSR(ctx context.Context, csr string, headers map[string]string) (schema.CertificationResult, error)
}

func NewConnectorClient

func NewConnectorClient(graphQlClient graphql.Client) Client

type ConfigurationResponse

type ConfigurationResponse struct {
	Result schema.Configuration `json:"result"`
}

type RevokeResult

type RevokeResult struct {
	Result bool `json:"result"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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