Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 66528ca

Browse files
committed
fixup! Add tab:"omit" struct tag
1 parent a27700e commit 66528ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/entclient/me.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ import (
66

77
// User describes a Coder user account
88
type User struct {
9-
ID string `json:"id"`
9+
ID string `json:"id" tab:"omit"`
1010
Email string `json:"email"`
1111
Username string `json:"username"`
1212
Name string `json:"name"`
1313
CreatedAt time.Time `json:"created_at"`
14+
UpdatedAt time.Time `json:"updated_at" tab:"omit"`
1415
}
1516

1617
// Me gets the details of the authenticated user

0 commit comments

Comments
 (0)