(repo ghrepo.Interface, request AutolinkCreateRequest)
| 26 | |
| 27 | type AutolinkCreateClient interface { |
| 28 | Create(repo ghrepo.Interface, request AutolinkCreateRequest) (*shared.Autolink, error) |
| 29 | } |
| 30 | |
| 31 | func NewCmdCreate(f *cmdutil.Factory, runF func(*createOptions) error) *cobra.Command { |
no outgoing calls