question

package
v0.0.0-...-cf9b0ff Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2014 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init

func Init(router *mux.Router)

Types

type Category

type Category struct {
	Id      string              `json:"id"`
	Text    string              `json:"text"`
	Order   string              `json:"order"`
	Options []map[string]string `json:"options"`
}

type Question

type Question struct {
	Id         string     `json:"id"`
	Text       string     `json:"text"`
	Tag        string     `json:"tag"`
	Order      string     `json:"order"`
	Categories []Category `json:"categories"`
}

Jump to

Keyboard shortcuts

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