Documentation
¶
Index ¶
- func Create(crds map[string]crd.CRD, manifest *manifest.Manifest, config *config.Config) (string, string, string, io.Reader, error)
- func NewKeybindingHandler() *keybindingHandler
- func NewLayout() *layout
- func ProcessKeystrokes(g *gocui.Gui, signals chan signal, cache registryCache, ...)
- type CloudEventsSchema
- type Index
- type Media
- type Schema
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewKeybindingHandler ¶
func NewKeybindingHandler() *keybindingHandler
func ProcessKeystrokes ¶
Types ¶
type CloudEventsSchema ¶
type CloudEventsSchema struct {
Data Schema `json:"Data"`
}
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"`
}
Click to show internal directories.
Click to hide internal directories.