AC-MrGamoo
view release on metacpan or search on metacpan
// Copyright (c) 2009 AdCopy
// Author: Jeff Weisberg
// Created: 2009-May-12 16:41 (EDT)
// Function:
//
// $Id: scrible.proto,v 1.3 2011/01/13 17:05:11 jaw Exp $
message ACPScriblRequest {
required string filename = 1;
optional string hash_sha1 = 2;
}
message ACPScriblReply {
required int32 status_code = 1;
optional string status_message = 2;
optional string hash_sha1 = 3;
}
( run in 1.955 second using v1.01-cache-2.11-cpan-98e64b0badf )