Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(370)

Side by Side Diff: appengine/machine_provider/proto/config.proto

Issue 2225263004: Adds config component to Machine Provider (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: . Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2016 The LUCI Authors. All rights reserved.
2 // Use of this source code is governed under the Apache License, Version 2.0
3 // that can be found in the LICENSE file.
4
5 // Machine Provider config schema.
6
7 package machine_provider;
8
9
10 // Machine Provider Configuration
11 message SettingsCfg {
12 // Enable ts_mon based monitoring.
13 optional bool enable_ts_monitoring = 1;
14 }
OLDNEW
« no previous file with comments | « appengine/machine_provider/proto/__init__.py ('k') | appengine/machine_provider/proto/config_pb2.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698