.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
|
simplify rcp call methods
|
2019-07-04 09:06:36 -04:00 |
control.go
|
simplify rcp call methods
|
2019-07-04 09:06:36 -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
|
fix json key typo
|
2019-07-04 09:06:36 -04:00 |
main.go
|
add a t binding for trusting a whisper peer
|
2019-07-04 09:06:36 -04:00 |
model.go
|
add Stringer for AppData
|
2019-07-04 09:06:36 -04:00 |
render.go
|
fix rendering when there's no peers
|
2019-07-04 09:06:36 -04:00 |
view.go
|
add a t binding for trusting a whisper peer
|
2019-07-04 09:06:36 -04:00 |