summaryrefslogtreecommitdiff
path: root/pkg/rtree/remote.go
Commit message (Collapse)AuthorAgeFilesLines
* refactor package rtree towards testabilityStefan Majewsky2017-05-091-35/+2
|
* refactor cli.Interface yet againStefan Majewsky2017-05-091-8/+6
| | | | | | | | | | - Only one global instance now, so we don't need to pass it around all the time. - Allow to swap out the Command.Run implementation for unit tests. - Can now use cli.Interface during func init() of packages importing pkg/cli.
* replace panic() by a collector for early errorsStefan Majewsky2017-05-091-1/+3
|
* propagate errors upwards properlyStefan Majewsky2017-05-051-8/+10
|
* initial implementation of "rtree get" commandStefan Majewsky2017-05-021-4/+30
|
* restructure rtree into gofu (with rtree as the first applet)Stefan Majewsky2017-05-021-0/+80