module Bigbrother::Check

Direct including types

Defined in:

bigbrother/check.cr
bigbrother/check/failure.cr
bigbrother/check/host_ip.cr
bigbrother/check/http.cr
bigbrother/check/response.cr

Constant Summary

TYPES = [Bigbrother::Check::HostIp, Bigbrother::Check::Http] of Class

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def app : Bigbrother::App | Nil #

[View source]
def app=(app : Bigbrother::App | Nil) #

[View source]
abstract def check #

[View source]
abstract def label #

[View source]
def run #

[View source]
def start(app : App) #

[View source]