package component import ( "dynatron.me/x/blasphem/pkg/blas" ) type ( Setup func(blas.Core) (Instance, error) Instance interface { Shutdown() } )