Documentation ¶
Index ¶
- type Manager
- func (manager *Manager) LoadDependencies(ctx context.Context, ids ...string) ([]dependency.Dependency, error)
- func (manager *Manager) LoadGroups(ctx context.Context, ids ...string) ([]dependency.Group, error)
- func (manager *Manager) NewDependencies(ctx context.Context, n int) ([]dependency.Dependency, error)
- func (manager *Manager) NewGroup(ctx context.Context, ids ...string) (groupId string, err error)
- func (manager *Manager) ReadyGroups(ctx context.Context) (<-chan string, error)
- func (manager *Manager) Resolve(ctx context.Context, values ...dependency.Dependency) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func (*Manager) LoadDependencies ¶
func (manager *Manager) LoadDependencies(ctx context.Context, ids ...string) ([]dependency.Dependency, error)
func (*Manager) LoadGroups ¶
func (*Manager) NewDependencies ¶
func (manager *Manager) NewDependencies(ctx context.Context, n int) ([]dependency.Dependency, error)
func (*Manager) ReadyGroups ¶
func (*Manager) Resolve ¶
func (manager *Manager) Resolve(ctx context.Context, values ...dependency.Dependency) error
Click to show internal directories.
Click to hide internal directories.