responses

package
v0.0.0-...-5f29f73 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2017 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ResponseCommand

type ResponseCommand struct {
	ID        int
	Name      string
	Group     int
	RethinkID string `sql:"-"`
}

Postgres

type ResponseGroup

type ResponseGroup struct {
	ID        int
	Messages  []string `pg:",array"`
	RethinkID string   `sql:"-"`
}

Postgres

type RethinkResponse

type RethinkResponse struct {
	RethinkID string   `gorethink:"id"`
	Name      string   `gorethink:"name"`
	Aliases   []string `gorethink:"aliases"`
	Responses []string `gorethink:"responses"`
}

Jump to

Keyboard shortcuts

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