Skip to content

Commit

Permalink
drop unused TagOwner enums
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbloss committed Jan 7, 2025
1 parent 8d2cc91 commit 443dfc6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tags.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ import (
"slices"
)

type TagOwnerEnum string

const (
TagOwnerService TagOwnerEnum = "Service"
TagOwnerRepository TagOwnerEnum = "Repository"
)

type TaggableResourceInterface interface {
GetTags(*Client, *PayloadVariables) (*TagConnection, error)
ResourceId() ID
Expand Down

0 comments on commit 443dfc6

Please sign in to comment.