domain

package
v0.0.0-...-3eef48c Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GatewayDevice

type GatewayDevice struct {
	ID                   int64     `json:"id" db:"id"`
	VendorID             int64     `json:"sensing_device_id" db:"vendor_id"`
	DeviceType           string    `json:"device_type" db:"device_type"`
	SerialNumber         string    `json:"serial_number" db:"serial_number"`
	Point                float64   `json:"point" db:"point"`
	Name                 string    `json:"name" db:"name"`
	TransmissionDistance int16     `json:"transmission_distance" db:"transmission_distance"`
	AuthenticationName   string    `json:"authentication_name" db:"authentication_name"`
	Password             string    `json:"-" db:"password"`
	CreatedAt            time.Time `json:"created_at" db:"created_at"`
	UpdatedAt            time.Time `json:"updated_at" db:"updated_at"`
}

GatewayDevice Model

type GatewayDevices

type GatewayDevices []GatewayDevice

GatewayDevices Model

Jump to

Keyboard shortcuts

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