refac(pkg/types): remove deprecated prefix name of struct attributes
This commit is contained in:
@ -6,7 +6,7 @@ import (
|
||||
)
|
||||
|
||||
type Sensor interface {
|
||||
ID() string
|
||||
GetID() string
|
||||
GetTicker() *time.Ticker
|
||||
Read() ([]*types.MeasuredValue, error)
|
||||
Ticker() *time.Ticker
|
||||
}
|
||||
|
Reference in New Issue
Block a user