mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-19 09:52:03 +08:00
commands: Made PostRun signature match Run
This commit is contained in:
@ -47,7 +47,7 @@ type Command struct {
|
||||
Arguments []Argument
|
||||
PreRun func(req Request) error
|
||||
Run Function
|
||||
PostRun func(res Response)
|
||||
PostRun Function
|
||||
Marshalers map[EncodingType]Marshaler
|
||||
Helptext HelpText
|
||||
|
||||
|
Reference in New Issue
Block a user