Skip to content

Commit

Permalink
Update handler.go
Browse files Browse the repository at this point in the history
Co-authored-by: Francesco Guardiani <[email protected]>
  • Loading branch information
jackkleeman and slinkydeveloper authored Nov 7, 2024
1 parent 34f9801 commit 5bc87ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type Void = encoding.Void
// ServiceHandlerFn is the signature for a Service handler function
type ServiceHandlerFn[I any, O any] func(ctx Context, input I) (O, error)

// ObjectHandlerFn is the signature for a Virtual Object exclusive-mode handler function
// ObjectHandlerFn is the signature for a Virtual Object exclusive handler function
type ObjectHandlerFn[I any, O any] func(ctx ObjectContext, input I) (O, error)

// ObjectSharedHandlerFn is the signature for a Virtual Object shared-mode handler function
Expand Down

0 comments on commit 5bc87ce

Please sign in to comment.