Versions in this module Expand all Collapse all v0 v0.0.2 Feb 16, 2026 Changes in this version + type CtrlPlane struct + Admin admin.Service + Deploys deploy.Service + Health health.Service + Instances instance.Service + Network network.Service + Secrets secrets.Service + Telemetry telemetry.Service + func New(opts ...Option) (*CtrlPlane, error) + func (cp *CtrlPlane) Auth() auth.Provider + func (cp *CtrlPlane) Config() ctrlplane.Config + func (cp *CtrlPlane) Events() event.Bus + func (cp *CtrlPlane) Providers() *provider.Registry + func (cp *CtrlPlane) Routes() http.Handler + func (cp *CtrlPlane) Start(ctx context.Context) error + func (cp *CtrlPlane) Stop(ctx context.Context) error + func (cp *CtrlPlane) Store() store.Store + type Option func(*CtrlPlane) error + func WithAuth(p auth.Provider) Option + func WithConfig(cfg ctrlplane.Config) Option + func WithDefaultProvider(name string) Option + func WithEventBus(b event.Bus) Option + func WithProvider(name string, p provider.Provider) Option + func WithStore(s store.Store) Option v0.0.1 Feb 13, 2026