mirror of
https://github.com/lorsanstand/HomeOps-Hub.git
synced 2026-06-19 16:45:15 +03:00
8 lines
165 B
Go
8 lines
165 B
Go
package connection_manager
|
|
|
|
import "errors"
|
|
|
|
var ErrConnectionClose = errors.New("connection close")
|
|
|
|
var ErrNotFoundConn = errors.New("agent connection not found")
|