Fixed error

This commit is contained in:
Unknown 2018-01-24 12:56:33 +10:30
parent 3d8d721744
commit 98699a455c
1 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,8 @@ type RevidInst interface {
Stop() Stop()
ChangeState(newconfig Config) error ChangeState(newconfig Config) error
GetConfigRef() *Config GetConfigRef() *Config
Log(type, m string)
IsRunning() bool
} }
type revidInst struct { type revidInst struct {