mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-11 11:19:05 +08:00
docs(commands) amend
This commit is contained in:
parent
e6f2de40dc
commit
ea15bd6ffe
@ -42,8 +42,8 @@ type Command struct {
|
||||
Marshallers map[EncodingType]Marshaller
|
||||
|
||||
// Type describes the type of the output of the Command's Run Function.
|
||||
// Precisely, the value of Type is an instance of the return type of the
|
||||
// Run Function.
|
||||
// In precise terms, the value of Type is an instance of the return type of
|
||||
// the Run Function.
|
||||
//
|
||||
// ie. If command Run returns &Block{}, then Command.Type == &Block{}
|
||||
Type interface{}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user