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

Method Read

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

Source from the content-addressed store, hash-verified

4type DefinitionStore interface {
5 Names(serviceVersion string) ([]string, error)
6 Read(name string, serviceVersion string) (*DefinitionData, error)
7}

Callers 2

operationIdMethod · 0.65
LoadMethod · 0.65

Implementers 1

DefinitionFileStorecommandline/definition_file_store.go

Calls

no outgoing calls

Tested by

no test coverage detected