1
0
mirror of https://github.com/mrusme/neonmodem.git synced 2024-06-16 06:25:23 +00:00

Added Connect draft func

This commit is contained in:
マリウス 2022-12-29 17:46:43 -05:00
parent 8eb7bd960e
commit fa6064537f
No known key found for this signature in database
GPG Key ID: 272ED814BF63261F

View File

@ -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
}