feat: add experimental flag (#4364)

This commit is contained in:
Garrett Delfosse
2022-10-04 15:45:00 -04:00
committed by GitHub
parent 18b282cabb
commit ffbaa93722
12 changed files with 55 additions and 9 deletions

View File

@ -81,6 +81,7 @@ type Options struct {
MetricsCacheRefreshInterval time.Duration
AgentStatsRefreshInterval time.Duration
Experimental bool
}
// New constructs a Coder API handler.