Versions in this module Expand all Collapse all v1 v1.0.0 Aug 3, 2022 Changes in this version + type NknClient struct + Address string + Metadata string + func (c *NknClient) Empty() bool + func (c *NknClient) Match(nknClient *NknClient) bool + type NknFilter struct + Allow []NknClient + Disallow []NknClient + func (f *NknFilter) Empty() bool + func (f *NknFilter) IsAllow(nknClient *NknClient) bool