MCPcopy
hub / github.com/marmotedu/iam / MatchVersionFlags

Struct MatchVersionFlags

internal/iamctl/cmd/util/iam_match_version.go:27–33  ·  view source on GitHub ↗

MatchVersionFlags is for setting the "match server version" function.

Source from the content-addressed store, hash-verified

25
26// MatchVersionFlags is for setting the "match server version" function.
27type MatchVersionFlags struct {
28 Delegate genericclioptions.RESTClientGetter
29
30 RequireMatchedServerVersion bool
31 checkServerVersion sync.Once
32 matchesServerVersionErr error
33}
34
35var _ genericclioptions.RESTClientGetter = &MatchVersionFlags{}
36

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected