package
1.0.0
Repository: https://github.com/fluxninja/aperture-go.git
Documentation: pkg.go.dev

# Functions

FlowStatusString retrieves an enum value from the enum constants string name.
FlowStatusStrings returns a slice of all String values of the enum.
FlowStatusValues returns all values of the enum.
NewClient returns a new Client that can be used to perform Check calls.

# Constants

Error indicate error on flow execution.
OK indicates successful flow execution.

# Structs

Options that the user can pass to Aperture in order to receive a new Client.

# Interfaces

Client is the interface that is provided to the user upon which they can perform Check calls for their service and eventually shut down in case of error.
Flow is the interface that is returned to the user every time a Check call through ApertureClient is made.

# Type aliases

FlowStatus represents status of flow execution.