blob: 2ab0e6a69cd3d7a8783a0068456f17b5cf8fc369 [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 = "config";
message CobaltOptions {
bool hide_on_client = 1;
}
extend google.protobuf.FieldOptions {
CobaltOptions cobalt_options = 225077165;
}