package devices type GateWay struct { } func (GateWay) TableName() string { return "dev_gateway" }