Skip to content

Commit 33178b1

Browse files
committed
Added error return to SetAfterAuthenticate
1 parent fbe2d17 commit 33178b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

base.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ type Hiro interface {
8989

9090
AddPublisher(publisher Publisher)
9191

92-
SetAfterAuthenticate(fn AfterAuthenticateFn)
92+
SetAfterAuthenticate(fn AfterAuthenticateFn) error
9393

9494
// SetCollectionResolver sets a function that may change the storage collection target for Hiro systems. Not typically used.
9595
SetCollectionResolver(fn CollectionResolverFn)

0 commit comments

Comments
 (0)