status-go/cmd/statusd/topics
Pedro Pombeiro c8a911ebd1 Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
..
README.md Add tests for topic flags 2018-04-10 16:18:02 +03:00
topics.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
topics_test.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01: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