mirror of
https://github.com/mrusme/neonmodem.git
synced 2024-11-03 04:27:16 -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
|
||||
}
|
||||
|
||||
func (sys *System) Connect(sysURL string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (sys *System) Load() error {
|
||||
return nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user