mirror of https://bitbucket.org/ausocean/av.git
Fixed error
This commit is contained in:
parent
3d8d721744
commit
98699a455c
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue