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

Commit 39fc25b

Browse files
authored
Merge pull request #2037 from wind0r/add_missing_updated_at_to_project
Add missing created at to project struct
2 parents 0a72e2c + dab8140 commit 39fc25b

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
@@ -66,6 +66,7 @@ type Project struct {
6666
ContainerRegistryAccessLevel AccessControlValue `json:"container_registry_access_level"`
6767
ContainerRegistryImagePrefix string `json:"container_registry_image_prefix,omitempty"`
6868
CreatedAt *time.Time `json:"created_at,omitempty"`
69+
UpdatedAt *time.Time `json:"updated_at,omitempty"`
6970
LastActivityAt *time.Time `json:"last_activity_at,omitempty"`
7071
CreatorID int `json:"creator_id"`
7172
Namespace *ProjectNamespace `json:"namespace"`

0 commit comments

Comments
 (0)