Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
health-checker
v0.1.2
HealthChecker
App
ArgParser
Check
Checker
Config
Down
Html
HtmlUtils
JsonParser
Request
Response
Rule
Tcp
Up
Built with Crystal 1.9.2
2023-10-08 13:46:07 UTC
class
HealthChecker::Tcp
HealthChecker::Tcp
Reference
Object
Included Modules
YAML::Serializable
Defined in:
config.cr
Constructors
.new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Instance Method Summary
#host
: String
#host=
(host : String)
#port
: Int32
#port=
(port : Int32)
Constructor Detail
def self.
new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
[
View source
]
Instance Method Detail
def
host
: String
#
[
View source
]
def
host=
(host : String)
#
[
View source
]
def
port
: Int32
#
[
View source
]
def
port=
(port : Int32)
#
[
View source
]