status-go/whisper
Samuel Hawksby-Robinson cc8d57752f
Refactor/waku.doc (#1950)
* Refactor of waku.doc.go

Moved out all code from docs.go, placed much of the seemingly misc code into much more closely related files, created a dedicated const file for housing all the package consts.

* Moved doc_test to message_test

* Refactored type collision and check on nil err

* message_test.go fmt

* Implemented whisper/doc.go refactor

* import order change to attempt to please the linter.

* Bug fix on whisper_test.go

I also spotted a load of redundant type casting and fixed some of them
2020-04-23 20:54:24 +01:00
..
shhclient Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
api.go Move whisper to status-go monorepo (#1720) 2019-12-09 11:06:04 +01:00
api_test.go Move whisper to status-go monorepo (#1720) 2019-12-09 11:06:04 +01:00
benchmarks_test.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
config.go Move whisper to status-go monorepo (#1720) 2019-12-09 11:06:04 +01:00
const.go Refactor/waku.doc (#1950) 2020-04-23 20:54:24 +01:00
envelope.go Refactor/waku.doc (#1950) 2020-04-23 20:54:24 +01:00
envelope_test.go Move whisper to status-go monorepo (#1720) 2019-12-09 11:06:04 +01:00
events.go acknowledge spelling 2020-02-28 13:27:00 +01:00
filter.go Add statusUpdate code (#1861) 2020-02-21 15:48:53 +01:00
filter_test.go Refactor/waku.doc (#1950) 2020-04-23 20:54:24 +01:00
fuzz.go Move whisper to status-go monorepo (#1720) 2019-12-09 11:06:04 +01:00
gen_criteria_json.go Move whisper to status-go monorepo (#1720) 2019-12-09 11:06:04 +01:00
gen_message_json.go Move whisper to status-go monorepo (#1720) 2019-12-09 11:06:04 +01:00
gen_newmessage_json.go Move whisper to status-go monorepo (#1720) 2019-12-09 11:06:04 +01:00
go.mod Waku/0 service (#1715) 2019-12-20 10:40:50 +01:00
go.sum Waku/0 service (#1715) 2019-12-20 10:40:50 +01:00
mailserver.go Refactor/waku.doc (#1950) 2020-04-23 20:54:24 +01:00
mailserver_test.go Refactor/waku.doc (#1950) 2020-04-23 20:54:24 +01:00
message.go Refactor/waku.doc (#1950) 2020-04-23 20:54:24 +01:00
message_test.go Refactor/waku.doc (#1950) 2020-04-23 20:54:24 +01:00
metrics.go add bridge metrics to Whisper and Waku (#1864) 2020-02-19 15:36:16 +01:00
peer.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
peer_test.go Refactor/waku.doc (#1950) 2020-04-23 20:54:24 +01:00
rate_limiter.go Refactor/waku.doc (#1950) 2020-04-23 20:54:24 +01:00
rate_limiter_test.go Add statusUpdate code (#1861) 2020-02-21 15:48:53 +01:00
topic.go Move whisper to status-go monorepo (#1720) 2019-12-09 11:06:04 +01:00
topic_test.go Move whisper to status-go monorepo (#1720) 2019-12-09 11:06:04 +01:00
whisper.go make apis private (#1866) 2020-02-25 08:03:01 +01:00
whisper_test.go Refactor/waku.doc (#1950) 2020-04-23 20:54:24 +01:00