Documentation
¶
Index ¶
- type PIP
- func (m *PIP) GetMetadata() plugin.Metadata
- func (m *PIP) GetRootModule(path string) (*meta.Package, error)
- func (m *PIP) GetVersion() (string, error)
- func (m *PIP) HasModulesInstalled(path string) error
- func (m *PIP) IsValid(path string) bool
- func (m *PIP) ListModulesWithDeps(path string, globalSettingFile string) ([]meta.Package, error)
- func (m *PIP) ListUsedModules(path string) ([]meta.Package, error)
- func (m *PIP) SetRootModule(path string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PIP ¶
type PIP struct {
// contains filtered or unexported fields
}
func (*PIP) GetRootModule ¶
Get Root Module ...
func (*PIP) HasModulesInstalled ¶
Has Modules Installed ...
func (*PIP) ListModulesWithDeps ¶
List Modules With Deps ...
func (*PIP) ListUsedModules ¶
List Used Modules...
Click to show internal directories.
Click to hide internal directories.