adapter

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2026 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 Adapter

type Adapter struct {
	Name         string       `json:"name"`
	Kind         string       `json:"kind"`
	Status       string       `json:"status"`
	Available    bool         `json:"available"`
	Boundary     string       `json:"boundary"`
	Inputs       []string     `json:"inputs"`
	Outputs      []string     `json:"outputs"`
	IdentityKeys []string     `json:"identity_keys"`
	Capabilities []Capability `json:"capabilities"`
	QBSImpact    []string     `json:"qbs_impact"`
	Notes        string       `json:"notes"`
}

func Inspect

func Inspect(name string) (Adapter, error)

func List

func List() []Adapter

func ListByKind

func ListByKind(kind string) []Adapter

type Capability

type Capability struct {
	Name      string `json:"name"`
	Supported bool   `json:"supported"`
	Level     string `json:"level"`
	Notes     string `json:"notes"`
}

Jump to

Keyboard shortcuts

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