Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
remove more unused types
Browse files Browse the repository at this point in the history
Signed-off-by: Kingdon Barrett <kingdon@weave.works>
  • Loading branch information
Kingdon Barrett committed Aug 26, 2022
1 parent fd198d3 commit 2d87f63
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions pkg/checkpoint/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,6 @@ import (
"time"
)

type checkAlert struct {
ID int
Date int
Message string
URL string
Level string
}

type checkResponse struct {
Product string
CurrentVersion string `json:"current_version"`
CurrentReleaseDate int `json:"current_release_date"`
CurrentDownloadURL string `json:"current_download_url"`
CurrentChangelogURL string `json:"current_changelog_url"`
ProjectWebsite string `json:"project_website"`
Outdated bool `json:"outdated"`
Alerts []*checkAlert
}

type flag struct {
Key string
Value string
Expand Down

0 comments on commit 2d87f63

Please sign in to comment.