Commit graph

6 commits

Author SHA1 Message Date
Ciro S. Costa 45b42a1fae source formatting
Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
2021-07-18 17:22:57 -04:00
Ciro S. Costa 87083cf533 remove unecessary status code println
Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
2021-07-18 17:15:29 -04:00
Ciro S. Costa 564d426f3a source formatting
Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
2021-07-18 16:48:09 -04:00
Ciro S. Costa e94f6ae0dd address lint cases
Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
2021-07-17 20:54:50 -04:00
Ciro S. Costa e6bc54f872 use cobra for cmds; refactor rpc to support wallet
- using `cobra` for sake of better organization when it comes to command
hierarchy

- splitting `rpc` into `daemon` and `wallet` so we can start thinking of
monero-wallet-rpc support

Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
2021-07-10 20:29:16 -04:00
Ciro S. Costa 42d84b912b pkg: unexport methods; cmd: common factory
- there's no reason why we should be exporting those method names, so
  let's unexport them

- with a common factory for creating a deadlined context and client, we
  have to care less about those details inside the commands themselves

Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
2021-06-12 10:04:11 -04:00
Renamed from pkg/rpc/dump_transport.go (Browse further)