mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
@@ -218,7 +218,7 @@ func TestTimezoneOffsets(t *testing.T) {
|
||||
// Name: "Eastern",
|
||||
// Loc: must(time.LoadLocation("America/New_York")),
|
||||
// ExpectedOffset: -4,
|
||||
//},
|
||||
// },
|
||||
//{
|
||||
// Name: "Central",
|
||||
// Loc: must(time.LoadLocation("America/Chicago")),
|
||||
|
||||
@@ -166,6 +166,7 @@ type WorkspaceAgent struct {
|
||||
Directory string `json:"directory,omitempty"`
|
||||
ExpandedDirectory string `json:"expanded_directory,omitempty"`
|
||||
Version string `json:"version"`
|
||||
APIVersion string `json:"api_version"`
|
||||
Apps []WorkspaceApp `json:"apps"`
|
||||
// DERPLatency is mapped by region name (e.g. "New York City", "Seattle").
|
||||
DERPLatency map[string]DERPRegion `json:"latency,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user