mirror of
https://github.com/mrusme/neonmodem.git
synced 2024-12-04 14:46:37 -05:00
Added Connect draft func
This commit is contained in:
parent
8eb7bd960e
commit
fa6064537f
@ -17,6 +17,10 @@ func (sys *System) SetConfig(cfg *map[string]interface{}) {
|
|||||||
sys.config = *cfg
|
sys.config = *cfg
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (sys *System) Connect(sysURL string) error {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
func (sys *System) Load() error {
|
func (sys *System) Load() error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user