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()
ChangeState(newconfig Config) error
GetConfigRef() *Config
Log(type, m string)
IsRunning() bool
}
type revidInst struct {