Skip to content

Commit

Permalink
add doc strings to Options fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ajatprabha authored and hibiken committed Oct 12, 2021
1 parent 0cbec93 commit b20cf02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ import (

// Options can be used to customise HTTPHandler.
type Options struct {
// RedisConnOpt is a discriminated union of types that represent Redis connection configuration option.
RedisConnOpt asynq.RedisConnOpt
// PayloadFormatter can be used to convert payload bytes to string to show in web UI.
PayloadFormatter PayloadFormatter
}

Expand Down

0 comments on commit b20cf02

Please sign in to comment.