struct Circed::OperatorConfig

Included Modules

Defined in:

circed/config/operator_config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def hosts : Array(String) #

[View source]
def local? : Bool #

[View source]
def matches?(oper_name : String, oper_password : String, client_masks : Array(String)) : Bool #

[View source]
def mode : Char #

[View source]
def name : String #

[View source]
def password : String #

[View source]