 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LockFile ¶
type LockFile interface {
	Read(moduleName string) (models.LockFileInfo, error)
}
    ModuleReflect helper for gettings information about modules
type ModuleReflect ¶
type ModuleReflect struct {
	// contains filtered or unexported fields
}
    ModuleReflect helper for gettings information about modules
func (*ModuleReflect) GetModulePath ¶
func (h *ModuleReflect) GetModulePath(ctx context.Context, requestedDependency string) (string, error)
GetModulePath return full path on fs for requestedDependency or install it
 Click to show internal directories. 
   Click to hide internal directories.