Versions in this module Expand all Collapse all v0 v0.1.156 Apr 24, 2026 v0.1.155 Apr 24, 2026 Changes in this version + func Connection(service, name string) string + func HasValidExtension(path string, extensions []string) bool + func Inject(env *resources.EnvironmentVariable) + func Module() (*resources.Module, error) + func RecreateDirectory(request *utils.Directory, destPath string) error + func SerializeDirectory(rootPath string, extensions []string) (*utils.Directory, error) + func Service() (*resources.Service, error) + type Dependencies struct + func WithDependencies(ctx context.Context, opts ...OptionFunc) (*Dependencies, error) + func (l *Dependencies) Destroy(ctx context.Context) error + func (l *Dependencies) SetEnvironment(ctx context.Context) error + func (l *Dependencies) Stop(ctx context.Context) error + func (l *Dependencies) WaitForReady(ctx context.Context, opt *Option) error + type Env struct + func New() *Env + func (e *Env) Add(agentName string) *Env + func (e *Env) Connection(agentName, name string) string + func (e *Env) Connections(agentName string) map[string]string + func (e *Env) Load(dir string) (*Env, error) + func (e *Env) Start(ctx context.Context) error + func (e *Env) Stop(ctx context.Context) error + type Option struct + Debug bool + NamingScope string + Silents []string + Timeout time.Duration + type OptionFunc func(*Option) + func WithDebug() OptionFunc + func WithNamingScope(scope string) OptionFunc + func WithSilence(uniques ...string) OptionFunc + func WithTimeout(timeout time.Duration) OptionFunc