Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve comment
Browse files Browse the repository at this point in the history
mfridman committed Nov 23, 2024
1 parent 6feb4c9 commit da8e21f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion database/store_extended.go
Original file line number Diff line number Diff line change
@@ -18,7 +18,8 @@ import "context"
//
// var _ StoreExtender = (*CustomStoreExtended)(nil)
//
// In short, a compile-time to allow implementors to verify that they have implemented all methods.
// In short, it's exported to allows implementors to have a compile-time check that they are
// implementing the interface correctly.
type StoreExtender interface {
Store

0 comments on commit da8e21f

Please sign in to comment.