MCPcopy
hub / github.com/cli/cli / AutolinkListClient

Interface AutolinkListClient

pkg/cmd/repo/autolink/list/list.go:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28type AutolinkListClient interface {
29 List(repo ghrepo.Interface) ([]shared.Autolink, error)
30}
31
32func NewCmdList(f *cmdutil.Factory, runF func(*listOptions) error) *cobra.Command {
33 opts := &listOptions{

Callers 1

listRunFunction · 0.65

Implementers 12

DiscussionClientMockpkg/cmd/discussion/client/client_mock.
discussionClientpkg/cmd/discussion/client/client.go
AutolinkListerpkg/cmd/repo/autolink/list/http.go
stubAutolinkListerpkg/cmd/repo/autolink/list/list_test.g
apiPlatformpkg/cmd/run/download/http.go
fakePlatformpkg/cmd/run/download/download_test.go
listerpkg/cmd/pr/shared/lister.go
mockListerpkg/cmd/pr/shared/lister.go
Apppkg/cmd/codespace/common.go
Managerpkg/cmd/extension/manager.go
ExtensionManagerMockpkg/extensions/manager_mock.go
emcmd/gen-docs/main.go

Calls

no outgoing calls

Tested by

no test coverage detected