Versions in this module Expand all Collapse all v0 v0.0.5 Dec 7, 2022 v0.0.4 Nov 15, 2022 Changes in this version + func NewBundleSource(path string) system.Source + type BundleSource struct + func (b *BundleSource) Authentication(ident, namespace string, version int64) (*tenant.Authentication, error) + func (b *BundleSource) Capabilities(ident, namespace string, version int64) (*capabilities.CapabilityConfig, error) + func (b *BundleSource) Connections(ident, namespace string, version int64) ([]tenant.Connection, error) + func (b *BundleSource) GetModule(FQMN string) (*tenant.Module, error) + func (b *BundleSource) Overview() (*system.Overview, error) + func (b *BundleSource) Queries(ident, namespace string, version int64) ([]tenant.DBQuery, error) + func (b *BundleSource) Start(opts system.Options) error + func (b *BundleSource) State() (*system.State, error) + func (b *BundleSource) StaticFile(ident string, tenantVersion int64, filename string) ([]byte, error) + func (b *BundleSource) TenantOverview(ident string) (*system.TenantOverview, error) + func (b *BundleSource) Workflows(ident, namespace string, version int64) ([]tenant.Workflow, error)