MCPcopy
hub / github.com/larksuite/cli / capVersionPlugin

Struct capVersionPlugin

internal/platform/version_test.go:164–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164type capVersionPlugin struct {
165 name string
166 requirement string
167 fail platform.FailurePolicy
168}
169
170func (p *capVersionPlugin) Name() string { return p.name }
171func (p *capVersionPlugin) Version() string { return "0.0.1" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected