transformation

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2023 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Create

func Create(crds map[string]crd.CRD, manifest *manifest.Manifest, config *config.Config) (string, string, string, io.Reader, error)

func NewKeybindingHandler

func NewKeybindingHandler() *keybindingHandler

func NewLayout

func NewLayout() *layout

func ProcessKeystrokes

func ProcessKeystrokes(g *gocui.Gui, signals chan signal, cache registryCache, transformations map[string]transformationObject)

Types

type CloudEventsSchema

type CloudEventsSchema struct {
	Data Schema `json:"Data"`
}

type Index

type Index map[string]*Schema

type Media

type Media struct {
	BinaryEncoding string `json:"binaryEncoding"`
}

type Schema

type Schema struct {

	// Title                string        `json:"title"`
	// Description          string        `json:"description"`
	// Name                 string        `json:"name"`
	// Type                 interface{}   `json:"type"`
	// Properties           Index         `json:"properties"`
	// PatternProperties    Index         `json:"patternProperties"`
	// AdditionalProperties interface{}   `json:"additionalProperties"`
	// Items                *Schema       `json:"items"`
	// Media                Media         `json:"media"`
	// Required             []string      `json:"required"`
	Examples []interface{} `json:"examples"`
}

Jump to

Keyboard shortcuts

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