(repo ghrepo.Interface, id string)
| 23 | |
| 24 | type AutolinkViewClient interface { |
| 25 | View(repo ghrepo.Interface, id string) (*shared.Autolink, error) |
| 26 | } |
| 27 | |
| 28 | func NewCmdView(f *cmdutil.Factory, runF func(*viewOptions) error) *cobra.Command { |
no outgoing calls
no test coverage detected