users

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 DubtrackUser

type DubtrackUser struct {
	// ID int
	Karma    int    `gorethink:"karma"`
	DubID    string `gorethink:"uid"`
	Username string `gorethink:"username"`

	// Rethink Only
	Seen struct {
		Message string    `gorethink:"message"`
		Time    time.Time `gorethink:"time"`
		Type    string    `gorethink:"type"`
	} `sql:"-" gorethink:"seen"`

	// Postgres Only
	SeenMessage string
	SeenTime    time.Time
	SeenType    string

	RethinkID string `gorethink:"id"`
}

Jump to

Keyboard shortcuts

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