Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DependencyManager ¶
type DependencyManager struct {
// contains filtered or unexported fields
}
func NewDependencyManager ¶
func NewDependencyManager(dependenciesPath string) *DependencyManager
func (*DependencyManager) Dependencies ¶
func (d *DependencyManager) Dependencies(id string) ([]string, error)
func (*DependencyManager) Deregister ¶
func (d *DependencyManager) Deregister(id string) error
Click to show internal directories.
Click to hide internal directories.