6 lines
68 B
Go
Raw Normal View History

2015-11-22 12:05:21 +01:00
package config
type RouterRuleConfig interface {
Rules() []Rule
}