Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DependencyManager ¶
type DependencyManager struct { DeliverCall struct { sync.Mutex CallCount int Receives struct { Dependency postal.Dependency CnbPath string DestinationPath string PlatformPath string } Returns struct { Error error } Stub func(postal.Dependency, string, string, string) error } ResolveCall struct { sync.Mutex CallCount int Receives struct { Path string Id string Version string Stack string } Returns struct { Dependency postal.Dependency Error error } Stub func(string, string, string, string) (postal.Dependency, error) } }
func (*DependencyManager) Deliver ¶
func (f *DependencyManager) Deliver(param1 postal.Dependency, param2 string, param3 string, param4 string) error
func (*DependencyManager) Resolve ¶
func (f *DependencyManager) Resolve(param1 string, param2 string, param3 string, param4 string) (postal.Dependency, error)
Click to show internal directories.
Click to hide internal directories.