Skip to content

Commit

Permalink
chore: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
appleboy committed Jun 20, 2022
1 parent 5684c3b commit cf790e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions options.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ import (
// Option for queue system
type Option func(*config)

type Generator func() string
type Handler func(c *gin.Context, requestID string)
type (
Generator func() string
Handler func(c *gin.Context, requestID string)
)

type HeaderStrKey string

Expand Down

0 comments on commit cf790e9

Please sign in to comment.