MCPcopy Create free account
hub / github.com/dan-v/lambda-nat-proxy / SessionLauncher

Interface SessionLauncher

internal/manager/manager.go:16–18  ·  view source on GitHub ↗

SessionLauncher defines the interface for launching new sessions

Source from the content-addressed store, hash-verified

14
15// SessionLauncher defines the interface for launching new sessions
16type SessionLauncher interface {
17 Launch(ctx context.Context) (*Session, error)
18}
19
20// Session role constants
21const (

Callers 1

launchSessionMethod · 0.65

Implementers 1

Launcherinternal/launcher.go

Calls

no outgoing calls

Tested by

no test coverage detected