Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define type for release metadata #88

Merged
merged 2 commits into from
Jul 31, 2024
Merged

Define type for release metadata #88

merged 2 commits into from
Jul 31, 2024

Conversation

gwuah
Copy link
Contributor

@gwuah gwuah commented Jul 30, 2024

No description provided.

User User
EvaluationID string
CreatedAt time.Time
ImageRef string
}

type PostDeploymentInfo struct {
FlyctlVersion string `json:"flyctl_version"`
Error string `json:"error"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps we should have an omitempty on this field since it will be empty for many cases. So we don't have a null as a value

@gwuah gwuah merged commit 717771f into main Jul 31, 2024
5 checks passed
@gwuah gwuah deleted the release-metadata branch July 31, 2024 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants