1
0
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:
Kevin Atkinson
2017-03-20 14:46:02 -04:00
parent f66ca2ff24
commit d39d9ed60b
3 changed files with 23 additions and 13 deletions

View File

@ -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"`