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

Unified Diff: fuzzer/go/config/config.go

Issue 911143003: skeleton for fuzzer; contains makefile and front end server (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: ;switch fuzzer to new metrics callback init Created 5 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fuzzer/fuzzer.toml ('k') | fuzzer/go/fuzzer/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fuzzer/go/config/config.go
diff --git a/fuzzer/go/config/config.go b/fuzzer/go/config/config.go
new file mode 100644
index 0000000000000000000000000000000000000000..54fb4ac1413ffa941d8fb9bc451cef43c4f3ad12
--- /dev/null
+++ b/fuzzer/go/config/config.go
@@ -0,0 +1,11 @@
+package config
+
+type FrontEnd struct {
+ Port string
+ ResourcePath string
+ GraphiteServer string
+}
+
+var Fuzzer struct {
+ FrontEnd FrontEnd
+}
« no previous file with comments | « fuzzer/fuzzer.toml ('k') | fuzzer/go/fuzzer/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698