Versions in this module Expand all Collapse all v0 v0.0.1 Nov 8, 2023 Changes in this version + func FatalOnError(err error) + type App interface + Run func() error + type AppBuilder struct + func NewAppBuilder() AppBuilder + func (b *AppBuilder) Cleanup() + func (b *AppBuilder) Create() App + func (b *AppBuilder) WithBrokerClient() + func (b *AppBuilder) WithConfig() + func (b *AppBuilder) WithGardenerClient() + func (b *AppBuilder) WithLogger() + func (b *AppBuilder) WithProvisionerClient() + func (b *AppBuilder) WithStorage()