package
Version:
v0.0.0-...-5f29f73
Opens a new window with list of versions in this module.
Published: Jun 3, 2017
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ResponseGroup struct {
ID int
Messages []string `pg:",array"`
RethinkID string `sql:"-"`
}
Postgres
type RethinkResponse struct {
RethinkID string `gorethink:"id"`
Name string `gorethink:"name"`
Aliases []string `gorethink:"aliases"`
Responses []string `gorethink:"responses"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.