# Functions
Duration translates float second values used by Marathon to go Duration format.
FindLabel returns a label matching given key.
GetLabelKeysByValue searches provided labels for a given value and returns a list of matching keys.
# Structs
HealthCheck keeps details how to check task health.
HTTPCheck contains details about HTTP healthcheck.
TaskInfo is a wrapper over Mesos TaskInfo providing convenient ways to access some of its values.
# Type aliases
HealthCheckType is type of healthcheck.
TaskID is framework-generated ID to distinguish a task.