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

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

Issue 1144163010: Getting started on the fuzzer web front end. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Frontend can now retrieve/show the hashes of existing passed/failed fuzzes. Good place to land. Created 5 years, 7 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
index dd96144cfbd5f515c45f79c436e81e7daa30741e..3f99599199eb0b1aec6a2bc6c91afc9116da2879 100644
--- a/fuzzer/go/config/config.go
+++ b/fuzzer/go/config/config.go
@@ -6,11 +6,14 @@ type Common struct {
DoOAuth bool
OAuthCacheFile string
OAuthClientSecretFile string
+ Local bool
}
type FrontEnd struct {
Port string
GraphiteServer string
+ RedirectURL string
+ ForceLogin bool
}
type Fuzzer struct {
« no previous file with comments | « fuzzer/fuzzer.toml ('k') | fuzzer/go/frontend/main.go » ('j') | fuzzer/templates/index.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698