keywords.go 132 B

1234567
  1. package store
  2. // keywords for internal useage
  3. var keywords = map[string]bool{
  4. "/acoounts": true,
  5. "/ephemeralNodes": true,
  6. }