mirror of
https://github.com/lorsanstand/HomeOps-Hub.git
synced 2026-06-19 20:05:17 +03:00
feat: add connection manager
This commit is contained in:
@@ -2,4 +2,6 @@ package connection_manager
|
||||
|
||||
import "errors"
|
||||
|
||||
var ConnectionCloseErr error = errors.New("connection close")
|
||||
var ErrConnectionClose = errors.New("connection close")
|
||||
|
||||
var ErrNotFoundConn = errors.New("agent connection not found")
|
||||
|
||||
Reference in New Issue
Block a user