mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-19 09:52:03 +08:00
core/commands: Made add command output a channel
core/commands: Don't use pointers for Type field
This commit is contained in:
@ -48,5 +48,5 @@ output of a running daemon.
|
||||
Marshalers: cmds.MarshalerMap{
|
||||
cmds.Text: MessageTextMarshaler,
|
||||
},
|
||||
Type: &MessageOutput{},
|
||||
Type: MessageOutput{},
|
||||
}
|
||||
|
Reference in New Issue
Block a user