Skip to content

Commit

Permalink
Add missing created at to project struct
Browse files Browse the repository at this point in the history
  • Loading branch information
wind0r committed Oct 14, 2024
1 parent 0a72e2c commit dab8140
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 dab8140

Please sign in to comment.