Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type ManagerServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *ManagerServer) GetDevices(_ context.Context, req *pb.GetDevicesRequest) (*pb.GetDevicesResponse, error) + func (s *ManagerServer) GetDevicesForTransport(_ context.Context, req *pb.GetDevicesForTransportRequest) (*pb.GetDevicesForTransportResponse, error) + func (s *ManagerServer) RegisterDeviceCallback(_ context.Context, req *pb.RegisterDeviceCallbackRequest) (*pb.RegisterDeviceCallbackResponse, error) + func (s *ManagerServer) UnregisterDeviceCallback(_ context.Context, req *pb.UnregisterDeviceCallbackRequest) (*pb.UnregisterDeviceCallbackResponse, error)