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

Added Connect func to interface

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

View File

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