struct Protocol::Target::FilterEntry

Overview

A filter used by target query/discovery/auto-attach operations.

Included Modules

Defined in:

protocol/target.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def exclude : Bool | Nil #

If set, causes exclusion of mathcing targets from the list.


[View source]
def type : String | Nil #

If not present, matches any type.


[View source]