diff --git a/system/system.go b/system/system.go index e8a49e1..ef5ccb8 100644 --- a/system/system.go +++ b/system/system.go @@ -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)