MCPcopy
hub / github.com/docker/compose / EventOptions

Method EventOptions

internal/tracing/attributes.go:53–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53func (s SpanOptions) EventOptions() []trace.EventOption {
54 out := make([]trace.EventOption, len(s))
55 for i := range s {
56 out[i] = s[i]
57 }
58 return out
59}
60
61// ProjectOptions returns common attributes from a Compose project.
62//

Callers 1

EventWrapFuncForErrGroupFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected