MCPcopy Index your code
hub / github.com/devspace-sh/devspace / Upstream

Struct Upstream

helper/server/upstream.go:78–87  ·  view source on GitHub ↗

Upstream is the implementation for the upstream server

Source from the content-addressed store, hash-verified

76
77// Upstream is the implementation for the upstream server
78type Upstream struct {
79 remote.UnimplementedUpstreamServer
80
81 options *UpstreamOptions
82
83 // ignore matcher is the ignore matcher which matches against excluded files and paths
84 ignoreMatcher ignoreparser.IgnoreParser
85
86 ping *pingtimeout.PingTimeout
87}
88
89// Ping returns empty
90func (u *Upstream) Ping(context.Context, *remote.Empty) (*remote.Empty, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected