Skip to content

Commit

Permalink
Remove unused handlerData
Browse files Browse the repository at this point in the history
  • Loading branch information
javorszky committed Feb 7, 2022
1 parent 4bccfae commit e48ef0a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions subo/command/create_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ import (
"github.com/suborbital/subo/subo/util"
)

type handlerData struct {
HandlerType string
Request string
Method string
}

func CreateHandlerCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "handler <resource>",
Expand Down

0 comments on commit e48ef0a

Please sign in to comment.