appdescriptor

package
v0.0.0-...-ae8d93c Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2015 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppDescriptor

type AppDescriptor struct {
	Functions []Function
	Tags      map[string]string
}

func AppDescriptorFromJson

func AppDescriptorFromJson(JSON string) (appkey AppDescriptor)

func (AppDescriptor) AsTagSet

func (a AppDescriptor) AsTagSet() (tagset map[string]string)

type Function

type Function struct {
	Name   string
	Input  []Parameter
	Output []Parameter
}

func (Function) String

func (f Function) String() string

type Parameter

type Parameter struct {
	Name string
	Type string
}

func (Parameter) String

func (p Parameter) String() string

Jump to

Keyboard shortcuts

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