blob: f38ba5b6bf1aaf179fec485dbfcbaacb052181a4 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
namespace cloud_provider;
table SerializedCommit {
id: [ubyte];
data: [ubyte];
}
table SerializedCommits {
commits: [SerializedCommit];
}
root_type SerializedCommits;