We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbe2d17 commit 33178b1Copy full SHA for 33178b1
1 file changed
base.go
@@ -89,7 +89,7 @@ type Hiro interface {
89
90
AddPublisher(publisher Publisher)
91
92
- SetAfterAuthenticate(fn AfterAuthenticateFn)
+ SetAfterAuthenticate(fn AfterAuthenticateFn) error
93
94
// SetCollectionResolver sets a function that may change the storage collection target for Hiro systems. Not typically used.
95
SetCollectionResolver(fn CollectionResolverFn)
0 commit comments