MCPcopy
hub / github.com/elastic/go-elasticsearch / Start

Struct Start

typedapi/slm/start/start.go:46–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44var ErrBuildPath = errors.New("cannot build path, check for missing path parameters")
45
46type Start struct {
47 transport elastictransport.Interface
48
49 headers http.Header
50 values url.Values
51 path url.URL
52
53 raw io.Reader
54
55 paramSet int
56
57 spanStarted bool
58
59 instrument elastictransport.Instrumentation
60}
61
62// NewStart type alias for index.
63type NewStart func() *Start

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected