Home
last modified time | relevance | path

Searched refs:HostExcluder (Results 1 – 1 of 1) sorted by last modified time

/dports/net/storj/storj-1.45.3/storagenode/trust/
H A Dexcluder.go88 type HostExcluder struct { struct
94 func NewHostExcluder(host string) *HostExcluder {
103 return &HostExcluder{
110 func (excluder *HostExcluder) IsTrusted(url SatelliteURL) bool { argument
123 func (excluder *HostExcluder) String() string { argument