Documentation
¶
Index ¶
- type ManagerServer
- func (s *ManagerServer) AllocateBytes2(_ context.Context, req *pb.AllocateBytes2Request) (*pb.AllocateBytes2Response, error)
- func (s *ManagerServer) AllocateBytes2_1(_ context.Context, req *pb.AllocateBytes2_1Request) (*pb.AllocateBytes2_1Response, error)
- func (s *ManagerServer) GetAllocatableBytes(_ context.Context, req *pb.GetAllocatableBytesRequest) (*pb.GetAllocatableBytesResponse, error)
- func (s *ManagerServer) GetCacheQuotaBytes(_ context.Context, req *pb.GetCacheQuotaBytesRequest) (*pb.GetCacheQuotaBytesResponse, error)
- func (s *ManagerServer) GetCacheSizeBytes(_ context.Context, req *pb.GetCacheSizeBytesRequest) (*pb.GetCacheSizeBytesResponse, error)
- func (s *ManagerServer) GetManageSpaceActivityIntent(_ context.Context, req *pb.GetManageSpaceActivityIntentRequest) (*pb.GetManageSpaceActivityIntentResponse, error)
- func (s *ManagerServer) GetMountedObbPath(_ context.Context, req *pb.GetMountedObbPathRequest) (*pb.GetMountedObbPathResponse, error)
- func (s *ManagerServer) GetPrimaryStorageVolume(_ context.Context, req *pb.GetPrimaryStorageVolumeRequest) (*pb.GetPrimaryStorageVolumeResponse, error)
- func (s *ManagerServer) GetRecentStorageVolumes(_ context.Context, req *pb.GetRecentStorageVolumesRequest) (*pb.GetRecentStorageVolumesResponse, error)
- func (s *ManagerServer) GetStorageVolume1(_ context.Context, req *pb.GetStorageVolume1Request) (*pb.GetStorageVolume1Response, error)
- func (s *ManagerServer) GetStorageVolume1_1(_ context.Context, req *pb.GetStorageVolume1_1Request) (*pb.GetStorageVolume1_1Response, error)
- func (s *ManagerServer) GetStorageVolumes(_ context.Context, req *pb.GetStorageVolumesRequest) (*pb.GetStorageVolumesResponse, error)
- func (s *ManagerServer) GetStorageVolumesIncludingSharedProfiles(_ context.Context, req *pb.GetStorageVolumesIncludingSharedProfilesRequest) (*pb.GetStorageVolumesIncludingSharedProfilesResponse, error)
- func (s *ManagerServer) GetUuidForPath(_ context.Context, req *pb.GetUuidForPathRequest) (*pb.GetUuidForPathResponse, error)
- func (s *ManagerServer) IsAllocationSupported(_ context.Context, req *pb.IsAllocationSupportedRequest) (*pb.IsAllocationSupportedResponse, error)
- func (s *ManagerServer) IsCacheBehaviorGroup(_ context.Context, req *pb.IsCacheBehaviorGroupRequest) (*pb.IsCacheBehaviorGroupResponse, error)
- func (s *ManagerServer) IsCacheBehaviorTombstone(_ context.Context, req *pb.IsCacheBehaviorTombstoneRequest) (*pb.IsCacheBehaviorTombstoneResponse, error)
- func (s *ManagerServer) IsCheckpointSupported(_ context.Context, req *pb.IsCheckpointSupportedRequest) (*pb.IsCheckpointSupportedResponse, error)
- func (s *ManagerServer) IsEncrypted(_ context.Context, req *pb.IsEncryptedRequest) (*pb.IsEncryptedResponse, error)
- func (s *ManagerServer) IsObbMounted(_ context.Context, req *pb.IsObbMountedRequest) (*pb.IsObbMountedResponse, error)
- func (s *ManagerServer) MountObb(_ context.Context, req *pb.MountObbRequest) (*pb.MountObbResponse, error)
- func (s *ManagerServer) RegisterStorageVolumeCallback(_ context.Context, req *pb.RegisterStorageVolumeCallbackRequest) (*pb.RegisterStorageVolumeCallbackResponse, error)
- func (s *ManagerServer) SetCacheBehaviorGroup(_ context.Context, req *pb.SetCacheBehaviorGroupRequest) (*pb.SetCacheBehaviorGroupResponse, error)
- func (s *ManagerServer) SetCacheBehaviorTombstone(_ context.Context, req *pb.SetCacheBehaviorTombstoneRequest) (*pb.SetCacheBehaviorTombstoneResponse, error)
- func (s *ManagerServer) UnmountObb(_ context.Context, req *pb.UnmountObbRequest) (*pb.UnmountObbResponse, error)
- func (s *ManagerServer) UnregisterStorageVolumeCallback(_ context.Context, req *pb.UnregisterStorageVolumeCallbackRequest) (*pb.UnregisterStorageVolumeCallbackResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManagerServer ¶ added in v0.0.4
type ManagerServer struct {
pb.UnimplementedManagerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ManagerServer implements pb.ManagerServiceServer.
func (*ManagerServer) AllocateBytes2 ¶ added in v0.0.4
func (s *ManagerServer) AllocateBytes2(_ context.Context, req *pb.AllocateBytes2Request) (*pb.AllocateBytes2Response, error)
func (*ManagerServer) AllocateBytes2_1 ¶ added in v0.0.4
func (s *ManagerServer) AllocateBytes2_1(_ context.Context, req *pb.AllocateBytes2_1Request) (*pb.AllocateBytes2_1Response, error)
func (*ManagerServer) GetAllocatableBytes ¶ added in v0.0.4
func (s *ManagerServer) GetAllocatableBytes(_ context.Context, req *pb.GetAllocatableBytesRequest) (*pb.GetAllocatableBytesResponse, error)
func (*ManagerServer) GetCacheQuotaBytes ¶ added in v0.0.4
func (s *ManagerServer) GetCacheQuotaBytes(_ context.Context, req *pb.GetCacheQuotaBytesRequest) (*pb.GetCacheQuotaBytesResponse, error)
func (*ManagerServer) GetCacheSizeBytes ¶ added in v0.0.4
func (s *ManagerServer) GetCacheSizeBytes(_ context.Context, req *pb.GetCacheSizeBytesRequest) (*pb.GetCacheSizeBytesResponse, error)
func (*ManagerServer) GetManageSpaceActivityIntent ¶ added in v0.0.4
func (s *ManagerServer) GetManageSpaceActivityIntent(_ context.Context, req *pb.GetManageSpaceActivityIntentRequest) (*pb.GetManageSpaceActivityIntentResponse, error)
func (*ManagerServer) GetMountedObbPath ¶ added in v0.0.4
func (s *ManagerServer) GetMountedObbPath(_ context.Context, req *pb.GetMountedObbPathRequest) (*pb.GetMountedObbPathResponse, error)
func (*ManagerServer) GetPrimaryStorageVolume ¶ added in v0.0.4
func (s *ManagerServer) GetPrimaryStorageVolume(_ context.Context, req *pb.GetPrimaryStorageVolumeRequest) (*pb.GetPrimaryStorageVolumeResponse, error)
func (*ManagerServer) GetRecentStorageVolumes ¶ added in v0.0.4
func (s *ManagerServer) GetRecentStorageVolumes(_ context.Context, req *pb.GetRecentStorageVolumesRequest) (*pb.GetRecentStorageVolumesResponse, error)
func (*ManagerServer) GetStorageVolume1 ¶ added in v0.0.4
func (s *ManagerServer) GetStorageVolume1(_ context.Context, req *pb.GetStorageVolume1Request) (*pb.GetStorageVolume1Response, error)
func (*ManagerServer) GetStorageVolume1_1 ¶ added in v0.0.4
func (s *ManagerServer) GetStorageVolume1_1(_ context.Context, req *pb.GetStorageVolume1_1Request) (*pb.GetStorageVolume1_1Response, error)
func (*ManagerServer) GetStorageVolumes ¶ added in v0.0.4
func (s *ManagerServer) GetStorageVolumes(_ context.Context, req *pb.GetStorageVolumesRequest) (*pb.GetStorageVolumesResponse, error)
func (*ManagerServer) GetStorageVolumesIncludingSharedProfiles ¶ added in v0.0.4
func (s *ManagerServer) GetStorageVolumesIncludingSharedProfiles(_ context.Context, req *pb.GetStorageVolumesIncludingSharedProfilesRequest) (*pb.GetStorageVolumesIncludingSharedProfilesResponse, error)
func (*ManagerServer) GetUuidForPath ¶ added in v0.0.4
func (s *ManagerServer) GetUuidForPath(_ context.Context, req *pb.GetUuidForPathRequest) (*pb.GetUuidForPathResponse, error)
func (*ManagerServer) IsAllocationSupported ¶ added in v0.0.4
func (s *ManagerServer) IsAllocationSupported(_ context.Context, req *pb.IsAllocationSupportedRequest) (*pb.IsAllocationSupportedResponse, error)
func (*ManagerServer) IsCacheBehaviorGroup ¶ added in v0.0.4
func (s *ManagerServer) IsCacheBehaviorGroup(_ context.Context, req *pb.IsCacheBehaviorGroupRequest) (*pb.IsCacheBehaviorGroupResponse, error)
func (*ManagerServer) IsCacheBehaviorTombstone ¶ added in v0.0.4
func (s *ManagerServer) IsCacheBehaviorTombstone(_ context.Context, req *pb.IsCacheBehaviorTombstoneRequest) (*pb.IsCacheBehaviorTombstoneResponse, error)
func (*ManagerServer) IsCheckpointSupported ¶ added in v0.0.4
func (s *ManagerServer) IsCheckpointSupported(_ context.Context, req *pb.IsCheckpointSupportedRequest) (*pb.IsCheckpointSupportedResponse, error)
func (*ManagerServer) IsEncrypted ¶ added in v0.0.4
func (s *ManagerServer) IsEncrypted(_ context.Context, req *pb.IsEncryptedRequest) (*pb.IsEncryptedResponse, error)
func (*ManagerServer) IsObbMounted ¶ added in v0.0.4
func (s *ManagerServer) IsObbMounted(_ context.Context, req *pb.IsObbMountedRequest) (*pb.IsObbMountedResponse, error)
func (*ManagerServer) MountObb ¶ added in v0.0.4
func (s *ManagerServer) MountObb(_ context.Context, req *pb.MountObbRequest) (*pb.MountObbResponse, error)
func (*ManagerServer) RegisterStorageVolumeCallback ¶ added in v0.0.4
func (s *ManagerServer) RegisterStorageVolumeCallback(_ context.Context, req *pb.RegisterStorageVolumeCallbackRequest) (*pb.RegisterStorageVolumeCallbackResponse, error)
func (*ManagerServer) SetCacheBehaviorGroup ¶ added in v0.0.4
func (s *ManagerServer) SetCacheBehaviorGroup(_ context.Context, req *pb.SetCacheBehaviorGroupRequest) (*pb.SetCacheBehaviorGroupResponse, error)
func (*ManagerServer) SetCacheBehaviorTombstone ¶ added in v0.0.4
func (s *ManagerServer) SetCacheBehaviorTombstone(_ context.Context, req *pb.SetCacheBehaviorTombstoneRequest) (*pb.SetCacheBehaviorTombstoneResponse, error)
func (*ManagerServer) UnmountObb ¶ added in v0.0.4
func (s *ManagerServer) UnmountObb(_ context.Context, req *pb.UnmountObbRequest) (*pb.UnmountObbResponse, error)
func (*ManagerServer) UnregisterStorageVolumeCallback ¶ added in v0.0.4
func (s *ManagerServer) UnregisterStorageVolumeCallback(_ context.Context, req *pb.UnregisterStorageVolumeCallbackRequest) (*pb.UnregisterStorageVolumeCallbackResponse, error)
Click to show internal directories.
Click to hide internal directories.