Skip to content

Commit 33b10e8

Browse files
committed
make gen
1 parent 11f2016 commit 33b10e8

File tree

5 files changed

+160
-107
lines changed

5 files changed

+160
-107
lines changed

coderd/apidoc/docs.go

Lines changed: 56 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/apidoc/swagger.json

Lines changed: 48 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codersdk/workspaceproxy.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ type WorkspaceProxy struct {
5656
// and ready to use.
5757
Status WorkspaceProxyStatus `json:"status,omitempty" table:"proxy,recursive"`
5858

59-
CreatedAt time.Time `json:"created_at" format:"date-time" table:"created_at,default_sort"`
59+
CreatedAt time.Time `json:"created_at" format:"date-time" table:"created_at"`
6060
UpdatedAt time.Time `json:"updated_at" format:"date-time" table:"updated_at"`
6161
Deleted bool `json:"deleted" table:"deleted"`
6262
Version string `json:"version" table:"version"`
@@ -69,9 +69,8 @@ type CreateWorkspaceProxyRequest struct {
6969
}
7070

7171
type UpdateWorkspaceProxyResponse struct {
72-
Proxy WorkspaceProxy `json:"proxy" table:"proxy,recursive"`
73-
// The recursive table sort is not working very well.
74-
ProxyToken string `json:"proxy_token" table:"proxy token,default_sort"`
72+
Proxy WorkspaceProxy `json:"proxy" table:"p,recursive_inline"`
73+
ProxyToken string `json:"proxy_token" table:"proxy token"`
7574
}
7675

7776
func (c *Client) CreateWorkspaceProxy(ctx context.Context, req CreateWorkspaceProxyRequest) (UpdateWorkspaceProxyResponse, error) {

docs/api/enterprise.md

Lines changed: 0 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)