Searched refs:ContentAddressableStorageServer (Results 1 – 1 of 1) sorted by relevance
7264 type ContentAddressableStorageServer interface { interface7364 func RegisterContentAddressableStorageServer(s *grpc.Server, srv ContentAddressableStorageServer) { argument7374 return srv.(ContentAddressableStorageServer).FindMissingBlobs(ctx, in)7381 return srv.(ContentAddressableStorageServer).FindMissingBlobs(ctx, req.(*FindMissingBlobsRequest))7392 return srv.(ContentAddressableStorageServer).BatchUpdateBlobs(ctx, in)7399 return srv.(ContentAddressableStorageServer).BatchUpdateBlobs(ctx, req.(*BatchUpdateBlobsRequest))7410 return srv.(ContentAddressableStorageServer).BatchReadBlobs(ctx, in)7417 return srv.(ContentAddressableStorageServer).BatchReadBlobs(ctx, req.(*BatchReadBlobsRequest))7427 …return srv.(ContentAddressableStorageServer).GetTree(m, &contentAddressableStorageGetTreeServer{st…7445 HandlerType: (*ContentAddressableStorageServer)(nil),