mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-01-18 10:53:31 +08:00
add doc strings to Options fields
This commit is contained in:
parent
0cbec9318f
commit
b20cf02f3b
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user