diff options
author | Valery Piashchynski <[email protected]> | 2021-01-05 00:18:44 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-05 00:18:44 +0300 |
commit | 877b0ed461c7d5e1de87b7561f414aeb236cf3ec (patch) | |
tree | 2afdf6fa505f91043e4f22bfc7229d691e3da1d5 /cmd/cli/reset.go | |
parent | 984953a9db1d94817bda2e3d9266583151b1b437 (diff) |
Add dput.cf file for the ubuntu launchpad
Add a lot of comments to the exported functions
Diffstat (limited to 'cmd/cli/reset.go')
-rw-r--r-- | cmd/cli/reset.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/cli/reset.go b/cmd/cli/reset.go index 03b470e5..504d88ad 100644 --- a/cmd/cli/reset.go +++ b/cmd/cli/reset.go @@ -12,7 +12,10 @@ import ( "github.com/vbauerster/mpb/v5/decor" ) +// List is the resetter.List RPC method const List string = "resetter.List" + +// Reset is the resetter.Reset RPC method const Reset string = "resetter.Reset" func init() { |