Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type DeviceServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *DeviceServer) Close(_ context.Context, req *pb.CloseRequest) (*pb.CloseResponse, error) + func (s *DeviceServer) DeleteObject(_ context.Context, req *pb.DeleteObjectRequest) (*pb.DeleteObjectResponse, error) + func (s *DeviceServer) GetDeviceId(_ context.Context, req *pb.GetDeviceIdRequest) (*pb.GetDeviceIdResponse, error) + func (s *DeviceServer) GetDeviceInfo(_ context.Context, req *pb.GetDeviceInfoRequest) (*pb.GetDeviceInfoResponse, error) + func (s *DeviceServer) GetDeviceName(_ context.Context, req *pb.GetDeviceNameRequest) (*pb.GetDeviceNameResponse, error) + func (s *DeviceServer) GetObject(_ context.Context, req *pb.GetObjectRequest) (*pb.GetObjectResponse, error) + func (s *DeviceServer) GetObjectHandles(_ context.Context, req *pb.GetObjectHandlesRequest) (*pb.GetObjectHandlesResponse, error) + func (s *DeviceServer) GetObjectInfo(_ context.Context, req *pb.GetObjectInfoRequest) (*pb.GetObjectInfoResponse, error) + func (s *DeviceServer) GetParent(_ context.Context, req *pb.DeviceGetParentRequest) (*pb.DeviceGetParentResponse, error) + func (s *DeviceServer) GetPartialObject(_ context.Context, req *pb.GetPartialObjectRequest) (*pb.GetPartialObjectResponse, error) + func (s *DeviceServer) GetPartialObject64(_ context.Context, req *pb.GetPartialObject64Request) (*pb.GetPartialObject64Response, error) + func (s *DeviceServer) GetStorageId(_ context.Context, req *pb.DeviceGetStorageIdRequest) (*pb.DeviceGetStorageIdResponse, error) + func (s *DeviceServer) GetStorageIds(_ context.Context, req *pb.GetStorageIdsRequest) (*pb.GetStorageIdsResponse, error) + func (s *DeviceServer) GetStorageInfo(_ context.Context, req *pb.GetStorageInfoRequest) (*pb.GetStorageInfoResponse, error) + func (s *DeviceServer) GetThumbnail(_ context.Context, req *pb.GetThumbnailRequest) (*pb.GetThumbnailResponse, error) + func (s *DeviceServer) ImportFile2(_ context.Context, req *pb.ImportFile2Request) (*pb.ImportFile2Response, error) + func (s *DeviceServer) ImportFile2_1(_ context.Context, req *pb.ImportFile2_1Request) (*pb.ImportFile2_1Response, error) + func (s *DeviceServer) NewDevice(_ context.Context, req *pb.NewDeviceRequest) (*pb.NewDeviceResponse, error) + func (s *DeviceServer) Open(_ context.Context, req *pb.OpenRequest) (*pb.OpenResponse, error) + func (s *DeviceServer) ReadEvent(_ context.Context, req *pb.ReadEventRequest) (*pb.ReadEventResponse, error) + func (s *DeviceServer) SendObject(_ context.Context, req *pb.SendObjectRequest) (*pb.SendObjectResponse, error) + func (s *DeviceServer) SendObjectInfo(_ context.Context, req *pb.SendObjectInfoRequest) (*pb.SendObjectInfoResponse, error) + func (s *DeviceServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)