about summary refs log tree commit diff
path: root/users/fcuny/exp/buckit/info.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ref(users/fcuny): and just like that ...Franck Cuny2022-10-271-16/+0
|
* delete reference to namespacesFranck Cuny2022-06-131-2/+2
| | | | | | We don't need namespaces, a better abstraction is to use different buckets, as this provides a better abstraction to manage quotas and permissions.
* add stub commands for buckitFranck Cuny2022-06-131-0/+16
Add the stub commands for the binary. Each command will be in its own file (with the exception of delete/un-delete). This will make it easier to navigate the code. We use `github/urfave/cli` for generating the sub commands, as the module is well documented and easy to use.