web

package
v0.0.0-...-cfbe396 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2015 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewSchemaController

func NewSchemaController(service goa.Service, store *store.Store) app.SchemaController

NewSchemaController creates a schema controller.

func NewValueController

func NewValueController(service goa.Service, store *store.Store) app.ValueController

NewValueController creates a value controller.

func Run

func Run(addr string, store *store.Store)

Run starts the server

Types

type SchemaController

type SchemaController struct {
	goa.Controller
	// contains filtered or unexported fields
}

SchemaController implements the schema resource.

func (*SchemaController) Create

Create runs the create action.

func (*SchemaController) Delete

Delete runs the delete action.

func (*SchemaController) Get

Get runs the get action.

func (*SchemaController) List

List runs the list action.

func (*SchemaController) SetDefaults

func (c *SchemaController) SetDefaults(ctx *app.SetDefaultsSchemaContext) error

SetDefaults runs the setDefaults action.

func (*SchemaController) Update

Update runs the update action.

type ValueController

type ValueController struct {
	goa.Controller
	// contains filtered or unexported fields
}

ValueController implements the value resource.

func (*ValueController) Delete

func (c *ValueController) Delete(ctx *app.DeleteValueContext) error

Delete runs the delete action.

func (*ValueController) List

func (c *ValueController) List(ctx *app.ListValueContext) error

List runs the list action.

func (*ValueController) Show

func (c *ValueController) Show(ctx *app.ShowValueContext) error

Show runs the show action.

func (*ValueController) Write

func (c *ValueController) Write(ctx *app.WriteValueContext) error

Write runs the write action.

func (*ValueController) WriteAll

func (c *ValueController) WriteAll(ctx *app.WriteAllValueContext) error

WriteAll runs the writeAll action.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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