Documentation
¶
Index ¶
- type EnvironmentServer
- func (s *EnvironmentServer) GetDataDirectory(_ context.Context, req *pb.GetDataDirectoryRequest) (*pb.GetDataDirectoryResponse, error)
- func (s *EnvironmentServer) GetDownloadCacheDirectory(_ context.Context, req *pb.GetDownloadCacheDirectoryRequest) (*pb.GetDownloadCacheDirectoryResponse, error)
- func (s *EnvironmentServer) GetExternalStorageDirectory(_ context.Context, req *pb.GetExternalStorageDirectoryRequest) (*pb.GetExternalStorageDirectoryResponse, error)
- func (s *EnvironmentServer) GetExternalStoragePublicDirectory(_ context.Context, req *pb.GetExternalStoragePublicDirectoryRequest) (*pb.GetExternalStoragePublicDirectoryResponse, error)
- func (s *EnvironmentServer) GetExternalStorageState0(_ context.Context, req *pb.GetExternalStorageState0Request) (*pb.GetExternalStorageState0Response, error)
- func (s *EnvironmentServer) GetExternalStorageState1_1(_ context.Context, req *pb.GetExternalStorageState1_1Request) (*pb.GetExternalStorageState1_1Response, error)
- func (s *EnvironmentServer) GetRootDirectory(_ context.Context, req *pb.GetRootDirectoryRequest) (*pb.GetRootDirectoryResponse, error)
- func (s *EnvironmentServer) GetStorageDirectory(_ context.Context, req *pb.GetStorageDirectoryRequest) (*pb.GetStorageDirectoryResponse, error)
- func (s *EnvironmentServer) GetStorageState(_ context.Context, req *pb.GetStorageStateRequest) (*pb.GetStorageStateResponse, error)
- func (s *EnvironmentServer) IsExternalStorageEmulated0(_ context.Context, req *pb.IsExternalStorageEmulated0Request) (*pb.IsExternalStorageEmulated0Response, error)
- func (s *EnvironmentServer) IsExternalStorageEmulated1_1(_ context.Context, req *pb.IsExternalStorageEmulated1_1Request) (*pb.IsExternalStorageEmulated1_1Response, error)
- func (s *EnvironmentServer) IsExternalStorageLegacy0(_ context.Context, req *pb.IsExternalStorageLegacy0Request) (*pb.IsExternalStorageLegacy0Response, error)
- func (s *EnvironmentServer) IsExternalStorageLegacy1_1(_ context.Context, req *pb.IsExternalStorageLegacy1_1Request) (*pb.IsExternalStorageLegacy1_1Response, error)
- func (s *EnvironmentServer) IsExternalStorageManager0(_ context.Context, req *pb.IsExternalStorageManager0Request) (*pb.IsExternalStorageManager0Response, error)
- func (s *EnvironmentServer) IsExternalStorageManager1_1(_ context.Context, req *pb.IsExternalStorageManager1_1Request) (*pb.IsExternalStorageManager1_1Response, error)
- func (s *EnvironmentServer) IsExternalStorageRemovable0(_ context.Context, req *pb.IsExternalStorageRemovable0Request) (*pb.IsExternalStorageRemovable0Response, error)
- func (s *EnvironmentServer) IsExternalStorageRemovable1_1(_ context.Context, req *pb.IsExternalStorageRemovable1_1Request) (*pb.IsExternalStorageRemovable1_1Response, error)
- func (s *EnvironmentServer) NewEnvironment(_ context.Context, req *pb.NewEnvironmentRequest) (*pb.NewEnvironmentResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvironmentServer ¶
type EnvironmentServer struct {
pb.UnimplementedEnvironmentServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
EnvironmentServer implements pb.EnvironmentServiceServer.
func (*EnvironmentServer) GetDataDirectory ¶
func (s *EnvironmentServer) GetDataDirectory(_ context.Context, req *pb.GetDataDirectoryRequest) (*pb.GetDataDirectoryResponse, error)
func (*EnvironmentServer) GetDownloadCacheDirectory ¶
func (s *EnvironmentServer) GetDownloadCacheDirectory(_ context.Context, req *pb.GetDownloadCacheDirectoryRequest) (*pb.GetDownloadCacheDirectoryResponse, error)
func (*EnvironmentServer) GetExternalStorageDirectory ¶
func (s *EnvironmentServer) GetExternalStorageDirectory(_ context.Context, req *pb.GetExternalStorageDirectoryRequest) (*pb.GetExternalStorageDirectoryResponse, error)
func (*EnvironmentServer) GetExternalStoragePublicDirectory ¶
func (s *EnvironmentServer) GetExternalStoragePublicDirectory(_ context.Context, req *pb.GetExternalStoragePublicDirectoryRequest) (*pb.GetExternalStoragePublicDirectoryResponse, error)
func (*EnvironmentServer) GetExternalStorageState0 ¶
func (s *EnvironmentServer) GetExternalStorageState0(_ context.Context, req *pb.GetExternalStorageState0Request) (*pb.GetExternalStorageState0Response, error)
func (*EnvironmentServer) GetExternalStorageState1_1 ¶
func (s *EnvironmentServer) GetExternalStorageState1_1(_ context.Context, req *pb.GetExternalStorageState1_1Request) (*pb.GetExternalStorageState1_1Response, error)
func (*EnvironmentServer) GetRootDirectory ¶
func (s *EnvironmentServer) GetRootDirectory(_ context.Context, req *pb.GetRootDirectoryRequest) (*pb.GetRootDirectoryResponse, error)
func (*EnvironmentServer) GetStorageDirectory ¶
func (s *EnvironmentServer) GetStorageDirectory(_ context.Context, req *pb.GetStorageDirectoryRequest) (*pb.GetStorageDirectoryResponse, error)
func (*EnvironmentServer) GetStorageState ¶
func (s *EnvironmentServer) GetStorageState(_ context.Context, req *pb.GetStorageStateRequest) (*pb.GetStorageStateResponse, error)
func (*EnvironmentServer) IsExternalStorageEmulated0 ¶
func (s *EnvironmentServer) IsExternalStorageEmulated0(_ context.Context, req *pb.IsExternalStorageEmulated0Request) (*pb.IsExternalStorageEmulated0Response, error)
func (*EnvironmentServer) IsExternalStorageEmulated1_1 ¶
func (s *EnvironmentServer) IsExternalStorageEmulated1_1(_ context.Context, req *pb.IsExternalStorageEmulated1_1Request) (*pb.IsExternalStorageEmulated1_1Response, error)
func (*EnvironmentServer) IsExternalStorageLegacy0 ¶
func (s *EnvironmentServer) IsExternalStorageLegacy0(_ context.Context, req *pb.IsExternalStorageLegacy0Request) (*pb.IsExternalStorageLegacy0Response, error)
func (*EnvironmentServer) IsExternalStorageLegacy1_1 ¶
func (s *EnvironmentServer) IsExternalStorageLegacy1_1(_ context.Context, req *pb.IsExternalStorageLegacy1_1Request) (*pb.IsExternalStorageLegacy1_1Response, error)
func (*EnvironmentServer) IsExternalStorageManager0 ¶
func (s *EnvironmentServer) IsExternalStorageManager0(_ context.Context, req *pb.IsExternalStorageManager0Request) (*pb.IsExternalStorageManager0Response, error)
func (*EnvironmentServer) IsExternalStorageManager1_1 ¶
func (s *EnvironmentServer) IsExternalStorageManager1_1(_ context.Context, req *pb.IsExternalStorageManager1_1Request) (*pb.IsExternalStorageManager1_1Response, error)
func (*EnvironmentServer) IsExternalStorageRemovable0 ¶
func (s *EnvironmentServer) IsExternalStorageRemovable0(_ context.Context, req *pb.IsExternalStorageRemovable0Request) (*pb.IsExternalStorageRemovable0Response, error)
func (*EnvironmentServer) IsExternalStorageRemovable1_1 ¶
func (s *EnvironmentServer) IsExternalStorageRemovable1_1(_ context.Context, req *pb.IsExternalStorageRemovable1_1Request) (*pb.IsExternalStorageRemovable1_1Response, error)
func (*EnvironmentServer) NewEnvironment ¶
func (s *EnvironmentServer) NewEnvironment(_ context.Context, req *pb.NewEnvironmentRequest) (*pb.NewEnvironmentResponse, error)
Click to show internal directories.
Click to hide internal directories.