node

package
v0.0.0-...-9f5cd3f Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2013 License: BSD-2-Clause Imports: 20 Imported by: 0

Documentation

Overview

Package node implements /node resource

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller

type Controller struct{}

func (*Controller) Create

func (cr *Controller) Create(cx *goweb.Context)

POST: /node

func (*Controller) Delete

func (cr *Controller) Delete(id string, cx *goweb.Context)

DELETE: /node/{id}

func (*Controller) DeleteMany

func (cr *Controller) DeleteMany(cx *goweb.Context)

DELETE: /node

func (*Controller) Options

func (cr *Controller) Options(cx *goweb.Context)

Options: /node

func (*Controller) Read

func (cr *Controller) Read(id string, cx *goweb.Context)

GET: /node/{id} ToDo: clean up this function. About to get unmanageable

func (*Controller) ReadMany

func (cr *Controller) ReadMany(cx *goweb.Context)

GET: /node To do: - Iterate node queries

func (*Controller) Update

func (cr *Controller) Update(id string, cx *goweb.Context)

PUT: /node/{id} -> multipart-form

func (*Controller) UpdateMany

func (cr *Controller) UpdateMany(cx *goweb.Context)

Will not implement PUT: /node

Directories

Path Synopsis
Package acl implements /node/:id/acl resource
Package acl implements /node/:id/acl resource
Package index implements /node/:id/index resource (UNFINISHED)
Package index implements /node/:id/index resource (UNFINISHED)

Jump to

Keyboard shortcuts

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