Skip to content

Commit 0e5e6e2

Browse files
patrick.rissmann@l3montree.compatrick.rissmann@l3montree.com
authored andcommitted
removed unnecessary interface from api.go
1 parent a458e1e commit 0e5e6e2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

cmd/devguard/api/api.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ type assetVersionRepository interface {
5353
ReadBySlug(assetID uuid.UUID, slug string) (models.AssetVersion, error)
5454
}
5555

56-
type attestationRepository interface {
57-
ReadBySlug(attestationName string, slug string) (models.Attestation, error)
58-
}
59-
6056
type orgRepository interface {
6157
ReadBySlug(slugOrId string) (models.Org, error)
6258
}

0 commit comments

Comments
 (0)