Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type ResourcesLoaderClient struct + func NewResourcesLoaderClient(cc grpc.ClientConnInterface) *ResourcesLoaderClient + func (c *ResourcesLoaderClient) AddProvider(ctx context.Context, handle int64, arg0 int64) error + func (c *ResourcesLoaderClient) ClearProviders(ctx context.Context, handle int64) error + func (c *ResourcesLoaderClient) GetProviders(ctx context.Context, handle int64) (int64, error) + func (c *ResourcesLoaderClient) RemoveProvider(ctx context.Context, handle int64, arg0 int64) error + type ResourcesProviderClient struct + func NewResourcesProviderClient(cc grpc.ClientConnInterface) *ResourcesProviderClient + func (c *ResourcesProviderClient) Close(ctx context.Context) error + func (c *ResourcesProviderClient) Empty(ctx context.Context, arg0 int64) (int64, error) + func (c *ResourcesProviderClient) LoadFromApk1(ctx context.Context, arg0 int64) (int64, error) + func (c *ResourcesProviderClient) LoadFromApk2_1(ctx context.Context, arg0 int64, arg1 int64) (int64, error) + func (c *ResourcesProviderClient) LoadFromDirectory(ctx context.Context, arg0 string, arg1 int64) (int64, error) + func (c *ResourcesProviderClient) LoadFromSplit(ctx context.Context, arg0 int64, arg1 string) (int64, error) + func (c *ResourcesProviderClient) LoadFromTable(ctx context.Context, arg0 int64, arg1 int64) (int64, error) + func (c *ResourcesProviderClient) LoadOverlay(ctx context.Context, arg0 int64) (int64, error)