MCPcopy Create free account
hub / github.com/UiPath/uipathcli / Names

Method Names

commandline/definition_store.go:5–5  ·  view source on GitHub ↗
(serviceVersion string)

Source from the content-addressed store, hash-verified

3// DefinitionStore is used to provide the names and content of definition files.
4type DefinitionStore interface {
5 Names(serviceVersion string) ([]string, error)
6 Read(name string, serviceVersion string) (*DefinitionData, error)
7}

Callers 2

LoadMethod · 0.65
loadEmptyDefinitionsMethod · 0.65

Implementers 1

DefinitionFileStorecommandline/definition_file_store.go

Calls

no outgoing calls

Tested by

no test coverage detected