mirror of
https://github.com/mrusme/neonmodem.git
synced 2025-02-02 15:07:59 -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…
x
Reference in New Issue
Block a user