package
0.0.5
Repository: https://github.com/yndd/lcnc-runtime.git
Documentation: pkg.go.dev

# Functions

New returns a new Manager for creating Controllers.

# Structs

Options are the arguments for creating a new Manager.

# Interfaces

LeaderElectionRunnable knows if a Runnable needs to be run in the leader election mode.
Manager initializes shared dependencies such as Caches and Clients, and provides them to Runnables.
Runnable allows a component to be started.

# Type aliases

BaseContextFunc is a function used to provide a base Context to Runnables managed by a Manager.
RunnableFunc implements Runnable using a function.