dataobject

package
v0.0.0-...-6e21e7b Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2018 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthKeysDO

type AuthKeysDO struct {
	Id        int32  `db:"id"`
	AuthId    int64  `db:"auth_id"`
	Body      string `db:"body"`
	CreatedAt string `db:"created_at"`
	DeletedAt string `db:"deleted_at"`
}

type AuthUsersDO

type AuthUsersDO struct {
	Id            int32  `db:"id"`
	AuthId        int64  `db:"auth_id"`
	UserId        int32  `db:"user_id"`
	Hash          int64  `db:"hash"`
	DeviceModel   string `db:"device_model"`
	Platform      string `db:"platform"`
	SystemVersion string `db:"system_version"`
	ApiId         int32  `db:"api_id"`
	AppName       string `db:"app_name"`
	AppVersion    string `db:"app_version"`
	DateCreated   int32  `db:"date_created"`
	DateActive    int32  `db:"date_active"`
	Ip            string `db:"ip"`
	Country       string `db:"country"`
	Region        string `db:"region"`
	DeletedAt     int64  `db:"deleted_at"`
	CreatedAt     string `db:"created_at"`
	UpdatedAt     string `db:"updated_at"`
}

Jump to

Keyboard shortcuts

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