questions

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2016 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Close

func Close()

func New

func New(e *echo.Group, server string, database string)

Types

type Question

type Question struct {
	ID          string `gorethink:"id,omitempty" json:"id,omitempty"`
	Title       string `gorethink:"title" json:"title,omitempty"`
	Description string `gorethink:"description" json:"description,omitempty"`
}

type Repository

type Repository struct {
	// contains filtered or unexported fields
}

func NewRepository

func NewRepository(server string, database string) Repository

func (Repository) Create

func (re Repository) Create(q *Question) error

func (Repository) GetAll

func (re Repository) GetAll() ([]Question, error)

func (Repository) Remove

func (re Repository) Remove(id string) error

func (Repository) Table

func (re Repository) Table() r.Term

func (Repository) Update

func (re Repository) Update(q *Question) error

Jump to

Keyboard shortcuts

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