Skip to content
Snippets Groups Projects
then.go 197 B
Newer Older
  • Learn to ignore specific revisions
  • package filter
    
    import (
    	"github.com/bio-routing/bio-rd/net"
    	"github.com/bio-routing/bio-rd/route"
    )
    
    type Then interface {
    
    	Do(p net.Prefix, pa *route.Path) (modPath *route.Path, reject bool)