Documentation
¶
Index ¶
- type NugetClient
- func (c *NugetClient) DetectFirewallError(stderr string) bool
- func (c *NugetClient) DetectRegistry(explicitRegistry string) (*pkgmgr.RegistryInfo, error)
- func (c *NugetClient) FallbackOrgProject() (string, string)
- func (c *NugetClient) Name() string
- func (c *NugetClient) PackageType() string
- func (c *NugetClient) ResolveDependencies(progress p.Reporter) (*pkgmgr.DependencyResult, error)
- func (c *NugetClient) RunCommand(command string, args []string) (*pkgmgr.InstallResult, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NugetClient ¶
type NugetClient struct{}
func NewClient ¶
func NewClient() *NugetClient
func (*NugetClient) DetectFirewallError ¶
func (c *NugetClient) DetectFirewallError(stderr string) bool
func (*NugetClient) DetectRegistry ¶
func (c *NugetClient) DetectRegistry(explicitRegistry string) (*pkgmgr.RegistryInfo, error)
func (*NugetClient) FallbackOrgProject ¶
func (c *NugetClient) FallbackOrgProject() (string, string)
func (*NugetClient) Name ¶
func (c *NugetClient) Name() string
func (*NugetClient) PackageType ¶
func (c *NugetClient) PackageType() string
func (*NugetClient) ResolveDependencies ¶
func (c *NugetClient) ResolveDependencies(progress p.Reporter) (*pkgmgr.DependencyResult, error)
func (*NugetClient) RunCommand ¶
func (c *NugetClient) RunCommand(command string, args []string) (*pkgmgr.InstallResult, error)
Click to show internal directories.
Click to hide internal directories.