status-go/cmd/statusd/topics
Ivan Danyliuk 56292fb505 Make Limits type a struct 2018-04-21 00:03:40 +02:00
..
README.md Add tests for topic flags 2018-04-10 16:18:02 +03:00
topics.go Make Limits type a struct 2018-04-21 00:03:40 +02:00
topics_test.go Make Limits type a struct 2018-04-21 00:03:40 +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