Documentation
¶
Index ¶
- type 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
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContractClient ¶
type ContractClient struct {
// contains filtered or unexported fields
}
ContractClient wraps the gRPC ContractService client.
func NewContractClient ¶
func NewContractClient(cc grpc.ClientConnInterface) *ContractClient
NewContractClient creates a new Contract client.
func (*ContractClient) BuildChildDocumentsUri ¶
func (c *ContractClient) BuildChildDocumentsUri(ctx context.Context, arg0 string, arg1 string) (int64, error)
BuildChildDocumentsUri calls the BuildChildDocumentsUri RPC.
func (*ContractClient) BuildChildDocumentsUriUsingTree ¶
func (c *ContractClient) BuildChildDocumentsUriUsingTree(ctx context.Context, arg0 int64, arg1 string) (int64, error)
BuildChildDocumentsUriUsingTree calls the BuildChildDocumentsUriUsingTree RPC.
func (*ContractClient) BuildDocumentUri ¶
func (c *ContractClient) BuildDocumentUri(ctx context.Context, arg0 string, arg1 string) (int64, error)
BuildDocumentUri calls the BuildDocumentUri RPC.
func (*ContractClient) BuildDocumentUriUsingTree ¶
func (c *ContractClient) BuildDocumentUriUsingTree(ctx context.Context, arg0 int64, arg1 string) (int64, error)
BuildDocumentUriUsingTree calls the BuildDocumentUriUsingTree RPC.
func (*ContractClient) BuildRecentDocumentsUri ¶
func (c *ContractClient) BuildRecentDocumentsUri(ctx context.Context, arg0 string, arg1 string) (int64, error)
BuildRecentDocumentsUri calls the BuildRecentDocumentsUri RPC.
func (*ContractClient) BuildRootUri ¶
BuildRootUri calls the BuildRootUri RPC.
func (*ContractClient) BuildRootsUri ¶
BuildRootsUri calls the BuildRootsUri RPC.
func (*ContractClient) BuildSearchDocumentsUri ¶
func (c *ContractClient) BuildSearchDocumentsUri(ctx context.Context, arg0 string, arg1 string, arg2 string) (int64, error)
BuildSearchDocumentsUri calls the BuildSearchDocumentsUri RPC.
func (*ContractClient) BuildTreeDocumentUri ¶
func (c *ContractClient) BuildTreeDocumentUri(ctx context.Context, arg0 string, arg1 string) (int64, error)
BuildTreeDocumentUri calls the BuildTreeDocumentUri RPC.
func (*ContractClient) CopyDocument ¶
func (c *ContractClient) CopyDocument(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)
CopyDocument calls the CopyDocument RPC.
func (*ContractClient) CreateDocument ¶
func (c *ContractClient) CreateDocument(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 string) (int64, error)
CreateDocument calls the CreateDocument RPC.
func (*ContractClient) CreateWebLinkIntent ¶
func (c *ContractClient) CreateWebLinkIntent(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)
CreateWebLinkIntent calls the CreateWebLinkIntent RPC.
func (*ContractClient) DeleteDocument ¶
DeleteDocument calls the DeleteDocument RPC.
func (*ContractClient) FindDocumentPath ¶
func (c *ContractClient) FindDocumentPath(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
FindDocumentPath calls the FindDocumentPath RPC.
func (*ContractClient) GetDocumentId ¶
GetDocumentId calls the GetDocumentId RPC.
func (*ContractClient) GetDocumentMetadata ¶
func (c *ContractClient) GetDocumentMetadata(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
GetDocumentMetadata calls the GetDocumentMetadata RPC.
func (*ContractClient) GetDocumentThumbnail ¶
func (c *ContractClient) GetDocumentThumbnail(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int64, error)
GetDocumentThumbnail calls the GetDocumentThumbnail RPC.
func (*ContractClient) GetSearchDocumentsQuery ¶
GetSearchDocumentsQuery calls the GetSearchDocumentsQuery RPC.
func (*ContractClient) GetTreeDocumentId ¶
GetTreeDocumentId calls the GetTreeDocumentId RPC.
func (*ContractClient) IsChildDocument ¶
func (c *ContractClient) IsChildDocument(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (bool, error)
IsChildDocument calls the IsChildDocument RPC.
func (*ContractClient) IsDocumentUri ¶
IsDocumentUri calls the IsDocumentUri RPC.
func (*ContractClient) IsRootsUri ¶
IsRootsUri calls the IsRootsUri RPC.
func (*ContractClient) MoveDocument ¶
func (c *ContractClient) MoveDocument(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int64, error)
MoveDocument calls the MoveDocument RPC.
func (*ContractClient) RemoveDocument ¶
func (c *ContractClient) RemoveDocument(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (bool, error)
RemoveDocument calls the RemoveDocument RPC.
func (*ContractClient) RenameDocument ¶
func (c *ContractClient) RenameDocument(ctx context.Context, arg0 int64, arg1 int64, arg2 string) (int64, error)
RenameDocument calls the RenameDocument RPC.
type ContractPathClient ¶
type ContractPathClient struct {
// contains filtered or unexported fields
}
ContractPathClient wraps the gRPC ContractPathService client.
func NewContractPathClient ¶
func NewContractPathClient(cc grpc.ClientConnInterface) *ContractPathClient
NewContractPathClient creates a new ContractPath client.
func (*ContractPathClient) DescribeContents ¶
func (c *ContractPathClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*ContractPathClient) GetPath ¶
func (c *ContractPathClient) GetPath(ctx context.Context) (int64, error)
GetPath calls the GetPath RPC.
func (*ContractPathClient) GetRootId ¶
func (c *ContractPathClient) GetRootId(ctx context.Context) (string, error)
GetRootId calls the GetRootId RPC.
func (*ContractPathClient) HashCode ¶
func (c *ContractPathClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*ContractPathClient) ToString ¶
func (c *ContractPathClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*ContractPathClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.