development

package
v0.9.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Context added in v0.5.0

func Context(fileContext file.Context) (cont *v1.Context, err error)

Context is a function that takes a file context and returns a base context and an error.

Types

type Development added in v0.4.0

type Development struct {
	Container *servers.Container
}

func NewContainer

func NewContainer() *Development

func (*Development) ReadSchema added in v0.4.0

func (c *Development) ReadSchema(ctx context.Context) (sch *v1.SchemaDefinition, err error)

ReadSchema - Creates new read schema request

func (*Development) Run added in v0.5.0

func (c *Development) Run(ctx context.Context, shape map[string]interface{}) (errors []Error)

type Error added in v0.5.0

type Error struct {
	Type    string `json:"type"`
	Key     any    `json:"key"`
	Message string `json:"message"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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