Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
leg100 committed Jan 15, 2025
1 parent 473c0a0 commit 6e6df3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/resource/id.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package resource
// ID uniquely identifies a Pug resource.
type ID any

// Identifiable is a Pug resource with an identity.
type Identifiable interface {
GetID() ID
}

0 comments on commit 6e6df3a

Please sign in to comment.