MCPcopy
hub / github.com/baetyl/baetyl / nativeImpl

Struct nativeImpl

ami/native/native.go:59–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59type nativeImpl struct {
60 logHostPath string
61 runHostPath string
62 hostPathLib string
63 mapping *native.ServiceMapping
64 portAllocator *native.PortAllocator
65 log *log.Logger
66}
67
68func newNativeImpl(cfg config.AmiConfig) (ami.AMI, error) {
69 hostPathLib, err := v2context.HostPathLib()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected