operations

package
v0.0.0-...-90603f3 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2018 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Field

type Field struct {
	Name     string `json:"name" bson:"name" yaml:"name" hcl:"name"`
	Required bool   `json:"required" bson:"required" yaml:"required" hcl:"required"`
}

type OperationDefinition

type OperationDefinition struct {
	Name   string   `json:"name" bson:"name" yaml:"name" hcl:"name"`
	Fields []Field  `json:"fields" bson:"fields" yaml:"fields" hcl:"fields"`
	Next   []string `json:"next" bson:"next" yaml:"next" hcl:"next"`
}

func (OperationDefinition) Json

func (op OperationDefinition) Json() (string, error)

func (OperationDefinition) Yaml

func (op OperationDefinition) Yaml() (string, error)

Jump to

Keyboard shortcuts

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