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

Commit 7439847

Browse files
committed
Add missing created at to project struct
1 parent 0a72e2c commit 7439847

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ type Project struct {
6767
ContainerRegistryImagePrefix string `json:"container_registry_image_prefix,omitempty"`
6868
CreatedAt *time.Time `json:"created_at,omitempty"`
6969
LastActivityAt *time.Time `json:"last_activity_at,omitempty"`
70+
UpdatedAt *time.Time `json:"updated_at,omitempty"`
7071
CreatorID int `json:"creator_id"`
7172
Namespace *ProjectNamespace `json:"namespace"`
7273
Permissions *Permissions `json:"permissions"`

0 commit comments

Comments
 (0)