Skip to content

Commit

Permalink
fix: [skip ci] Removing unused struct for fetching tags
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed May 22, 2021
1 parent 266ea52 commit 2091d6b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ type authResponse struct {
AccessToken string `json:"access_token"`
}

type tagsResponse struct {
Tags []string `json:"tags"`
}

// App of package
type App interface {
LatestVersions(string, []string) (map[string]semver.Version, error)
Expand Down

0 comments on commit 2091d6b

Please sign in to comment.