Terminal UI for monitoring state of status-go process through RPC
Go to file
Jakub Sokołowski 2bc143aa2b don't create new state, method argument is already a copy
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-07-04 09:06:36 -04:00
.gitignore do not ignore go.mod and go.sum 2019-07-01 13:07:20 -04:00
LICENSE add MIT license 2019-07-01 13:07:20 -04:00
Makefile move all ViewController methods to view.go 2019-07-01 13:07:20 -04:00
client.go don't allocate memory in case return value is nil 2019-07-01 13:07:20 -04:00
go.mod drop useless import, use redux v2 2019-07-01 13:07:20 -04:00
go.sum drop useless import, use redux v2 2019-07-01 13:07:20 -04:00
json.go rename ID to Id 2019-07-01 13:07:20 -04:00
loop.go use the time.After in fetching loop select case 2019-07-01 13:07:20 -04:00
main.go add moar comments 2019-07-01 13:07:20 -04:00
model.go don't create new state, method argument is already a copy 2019-07-04 09:06:36 -04:00
render.go rename ID to Id 2019-07-01 13:07:20 -04:00
state.go drop useless import, use redux v2 2019-07-01 13:07:20 -04:00
view.go move all ViewController methods to view.go 2019-07-01 13:07:20 -04:00