status-go/cmd/statusd/topics
Adrià Cidre d5be8c525d
[#856] move geth subpackages to root level (#1007)
2018-06-08 13:29:50 +02:00
..
README.md Add tests for topic flags 2018-04-10 16:18:02 +03:00
topics.go [#856] move geth subpackages to root level (#1007) 2018-06-08 13:29:50 +02:00
topics_test.go [#856] move geth subpackages to root level (#1007) 2018-06-08 13:29:50 +02:00

README.md

Topics flags

This module provides 2 helpers to parse collections of topics.

  1. List of topics, such as:
statusd -topic.register=whisper -topic.register=les
  1. List of topics with limits per topic. Main use case is to define per-protocol peer limits:
statusd -topic.search=whisper=7,9 -topic.search=mailserver=1,1 -topic.search=les=1,2