# Packages
Package cluster implements the cluster service for Flow, where multiple instances of Flow connect to each other for work distribution.
Package http implements the HTTP service for Flow.
No description provided by the author
Package otel implements the otel service for Flow.
No description provided by the author
Package ui implements the UI service.
# Constants
ConsumerTypeInvalid is the default value for ConsumerType.
ConsumerTypeService represents a service which uses another service.
# Structs
No description provided by the author
Definition describes an individual Flow service.
# Interfaces
Controller is implemented by flow.Flow.
Host is a controller for services and Flow components.
Service is an individual service to run.
# Type aliases
ConsumerType represents the type of consumer who is consuming a service.