matchbox

package
v0.5.4 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2024 License: Apache-2.0 Imports: 13 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMatchboxClient

func NewMatchboxClient(config *Config) (*matchbox.Client, error)

NewMatchboxClient returns a new matchbox.Client.

func Provider

func Provider() *schema.Provider

Provider returns a Provider for Matchbox.

Types

type Config

type Config struct {
	// gRPC API endpoint
	Endpoint string
	// PEM encoded TLS CA and client credentials
	CA         []byte
	ClientCert []byte
	ClientKey  []byte
}

Config configures a matchbox client.

Jump to

Keyboard shortcuts

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