Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type EnvironmentClient struct + func NewEnvironmentClient(cc grpc.ClientConnInterface) *EnvironmentClient + func (c *EnvironmentClient) GetDataDirectory(ctx context.Context, handle int64) (int64, error) + func (c *EnvironmentClient) GetDownloadCacheDirectory(ctx context.Context, handle int64) (int64, error) + func (c *EnvironmentClient) GetExternalStorageDirectory(ctx context.Context, handle int64) (int64, error) + func (c *EnvironmentClient) GetExternalStoragePublicDirectory(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *EnvironmentClient) GetExternalStorageState0(ctx context.Context, handle int64) (string, error) + func (c *EnvironmentClient) GetExternalStorageState1_1(ctx context.Context, handle int64, arg0 int64) (string, error) + func (c *EnvironmentClient) GetRootDirectory(ctx context.Context, handle int64) (int64, error) + func (c *EnvironmentClient) GetStorageDirectory(ctx context.Context, handle int64) (int64, error) + func (c *EnvironmentClient) GetStorageState(ctx context.Context, handle int64, arg0 int64) (string, error) + func (c *EnvironmentClient) IsExternalStorageEmulated0(ctx context.Context, handle int64) (bool, error) + func (c *EnvironmentClient) IsExternalStorageEmulated1_1(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *EnvironmentClient) IsExternalStorageLegacy0(ctx context.Context, handle int64) (bool, error) + func (c *EnvironmentClient) IsExternalStorageLegacy1_1(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *EnvironmentClient) IsExternalStorageManager0(ctx context.Context, handle int64) (bool, error) + func (c *EnvironmentClient) IsExternalStorageManager1_1(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *EnvironmentClient) IsExternalStorageRemovable0(ctx context.Context, handle int64) (bool, error) + func (c *EnvironmentClient) IsExternalStorageRemovable1_1(ctx context.Context, handle int64, arg0 int64) (bool, error)