Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type ContractClient struct + func NewContractClient(cc grpc.ClientConnInterface) *ContractClient + func (c *ContractClient) BuildChildDocumentsUri(ctx context.Context, arg0 string, arg1 string) (int64, error) + func (c *ContractClient) BuildChildDocumentsUriUsingTree(ctx context.Context, arg0 int64, arg1 string) (int64, error) + func (c *ContractClient) BuildDocumentUri(ctx context.Context, arg0 string, arg1 string) (int64, error) + func (c *ContractClient) BuildDocumentUriUsingTree(ctx context.Context, arg0 int64, arg1 string) (int64, error) + func (c *ContractClient) BuildRecentDocumentsUri(ctx context.Context, arg0 string, arg1 string) (int64, error) + func (c *ContractClient) BuildRootUri(ctx context.Context, arg0 string, arg1 string) (int64, error) + func (c *ContractClient) BuildRootsUri(ctx context.Context, arg0 string) (int64, error) + func (c *ContractClient) BuildSearchDocumentsUri(ctx context.Context, arg0 string, arg1 string, arg2 string) (int64, error) + func (c *ContractClient) BuildTreeDocumentUri(ctx context.Context, arg0 string, arg1 string) (int64, error) + func (c *ContractClient) CopyDocument(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error) + func (c *ContractClient) CreateDocument(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 string) (int64, error) + func (c *ContractClient) CreateWebLinkIntent(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error) + func (c *ContractClient) DeleteDocument(ctx context.Context, arg0 int64, arg1 int64) (bool, error) + func (c *ContractClient) EjectRoot(ctx context.Context, arg0 int64, arg1 int64) error + func (c *ContractClient) FindDocumentPath(ctx context.Context, arg0 int64, arg1 int64) (int64, error) + func (c *ContractClient) GetDocumentId(ctx context.Context, arg0 int64) (string, error) + func (c *ContractClient) GetDocumentMetadata(ctx context.Context, arg0 int64, arg1 int64) (int64, error) + func (c *ContractClient) GetDocumentThumbnail(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int64, error) + func (c *ContractClient) GetRootId(ctx context.Context, arg0 int64) (string, error) + func (c *ContractClient) GetSearchDocumentsQuery(ctx context.Context, arg0 int64) (string, error) + func (c *ContractClient) GetTreeDocumentId(ctx context.Context, arg0 int64) (string, error) + func (c *ContractClient) IsChildDocument(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (bool, error) + func (c *ContractClient) IsDocumentUri(ctx context.Context, arg0 int64, arg1 int64) (bool, error) + func (c *ContractClient) IsRootUri(ctx context.Context, arg0 int64, arg1 int64) (bool, error) + func (c *ContractClient) IsRootsUri(ctx context.Context, arg0 int64, arg1 int64) (bool, error) + func (c *ContractClient) IsTreeUri(ctx context.Context, arg0 int64) (bool, error) + func (c *ContractClient) MoveDocument(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int64, error) + func (c *ContractClient) RemoveDocument(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (bool, error) + func (c *ContractClient) RenameDocument(ctx context.Context, arg0 int64, arg1 int64, arg2 string) (int64, error) + type ContractPathClient struct + func NewContractPathClient(cc grpc.ClientConnInterface) *ContractPathClient + func (c *ContractPathClient) DescribeContents(ctx context.Context) (int32, error) + func (c *ContractPathClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *ContractPathClient) GetPath(ctx context.Context) (int64, error) + func (c *ContractPathClient) GetRootId(ctx context.Context) (string, error) + func (c *ContractPathClient) HashCode(ctx context.Context) (int32, error) + func (c *ContractPathClient) ToString(ctx context.Context) (string, error) + func (c *ContractPathClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error