Skip to content

Commit

Permalink
Merge pull request #2037 from wind0r/add_missing_updated_at_to_project
Browse files Browse the repository at this point in the history
Add missing created at to project struct
  • Loading branch information
svanharmelen authored Oct 14, 2024
2 parents 0a72e2c + dab8140 commit 39fc25b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ type Project struct {
ContainerRegistryAccessLevel AccessControlValue `json:"container_registry_access_level"`
ContainerRegistryImagePrefix string `json:"container_registry_image_prefix,omitempty"`
CreatedAt *time.Time `json:"created_at,omitempty"`
UpdatedAt *time.Time `json:"updated_at,omitempty"`
LastActivityAt *time.Time `json:"last_activity_at,omitempty"`
CreatorID int `json:"creator_id"`
Namespace *ProjectNamespace `json:"namespace"`
Expand Down

0 comments on commit 39fc25b

Please sign in to comment.