blob: 1ffcdbe4adfaba83cc4ebcc5a7a6afac22dacd48 [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.
syntax = "proto3";
package cobalt;
import "google/protobuf/descriptor.proto";
option go_package = "src/registry;config";
message CobaltOptions {
bool hide_on_client = 1;
bool deprecated_in_1_1 = 2;
bool added_in_1_1 = 3;
}
extend google.protobuf.FieldOptions {
CobaltOptions cobalt_options = 225077165;
}