Skip to content

Commit

Permalink
Add type assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna committed Oct 29, 2024
1 parent f194150 commit 76bcf64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/configurl/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ type ExtensibleProvider[ObjectType comparable] struct {

var (
_ Provider[any] = (*ExtensibleProvider[any])(nil)
_ BuildFunc[any] = (*ExtensibleProvider[any])(nil).NewInstance
_ TypeRegistry[any] = (*ExtensibleProvider[any])(nil)
)

Expand Down

0 comments on commit 76bcf64

Please sign in to comment.