Documentation ¶
Index ¶
Constants ¶
View Source
const ( TestBundleName = `test-bundle` TestBundlePathPrefix = `/bundles/` BundleServiceKey = "test-bundle-service" )
Variables ¶
View Source
var DefaultBundleFS embed.FS
View Source
var DefaultConfigFS embed.FS
Functions ¶
func BundleServerProvider ¶
func BundleServerProvider(bundleFSs ...fs.FS) func(BundleServerDI) (BundleServerOut, error)
func WaitForOPAReady ¶
func WaitForOPAReady(lc fx.Lifecycle, ready opa.EmbeddedOPAReadyCH)
Types ¶
type BundleServerDI ¶
type BundleServerDI struct { fx.In AppCtx *bootstrap.ApplicationContext }
type BundleServerOut ¶
Click to show internal directories.
Click to hide internal directories.