mirror of
https://github.com/ipfs/kubo.git
synced 2025-05-21 00:47:22 +08:00
gc: address CR comments
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
This commit is contained in:
@ -40,6 +40,7 @@ var RepoCmd = &cmds.Command{
|
||||
},
|
||||
}
|
||||
|
||||
// GcResult is the result returned by "repo gc" command.
|
||||
type GcResult struct {
|
||||
Key *cid.Cid
|
||||
Error string `json:",omitempty"`
|
||||
|
Reference in New Issue
Block a user