package iotInterface type MeterCalc interface { GetMeterNo() string GetUpdateTime() int GetMeterData() interface{} SetMeterData(interface{}) }