mirror of
https://github.com/lorsanstand/HomeOps-Hub.git
synced 2026-09-18 15:08:21 +03:00
refactor: сhanged the connection manager to implement the stream
This commit is contained in:
@@ -11,7 +11,6 @@ type streamConn interface {
|
||||
Send(request *pb.ServerCommandRequest) error
|
||||
Recv() (*pb.AgentEvent, error)
|
||||
Context() context.Context
|
||||
Close() error
|
||||
}
|
||||
|
||||
type heartbeatStore interface {
|
||||
|
||||
Reference in New Issue
Block a user