package
0.0.0-20240517214603-12a582f1ef68
Repository: https://github.com/edobtc/cloudkit.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewGuard returns an initialized Guard.

# Constants

Abort will unsafely and suddenly end the guarded operation.
Alert will trigger an alert.
DefaultIntegration is the default integration to use.
DefaultKind is the default guard type to use.
DefaultPollInterval is the default checking interval for a guide.
DefaultWindowSize is the default windowSize to keep of historical statuses.
Failed means the guard was triggered.
Failing status can be used when any status in the window has failed.
HTTP will make an HTTP request to some data source to test a guard.
OK means the guard was not triggered.
Query Means query a data source.
Teardown will safely begin teardown for any guarded operation.
Warn will send a warning.

# Structs

Guard is a mechanism for watching some data and using that as signal to see if.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author