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

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: Joe comments 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
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
+}

Powered by Google App Engine
This is Rietveld 408576698