mirror of
https://github.com/mrusme/neonmodem.git
synced 2024-12-04 14:46:37 -05:00
Added Connect func to interface
This commit is contained in:
parent
fa6064537f
commit
9bdec33795
@ -14,6 +14,7 @@ type System interface {
|
||||
SetConfig(cfg *map[string]interface{})
|
||||
GetCapabilities() []adapter.Capability
|
||||
|
||||
Connect(sysURL string) error
|
||||
Load() error
|
||||
|
||||
ListPosts() ([]post.Post, error)
|
||||
|
Loading…
Reference in New Issue
Block a user