Versions in this module Expand all Collapse all v0 v0.1.0 Oct 21, 2024 Changes in this version + func BoolPointer(b bool) *bool + func Server(app core.App) + type AgentServer struct + Clients map[string]Client + PB core.App + func (s *AgentServer) Stream(ctx context.Context, ...) error + type Client struct + Machine *models.Record + Stream *connect.BidiStream[agentv1.StreamRequest, agentv1.StreamResponse]