Documentation ¶ Index ¶ type Registry func NewRegistry() *Registry func (registry Registry) Consume(ctx context.Context, id string) error func (registry Registry) Fulfill(ctx context.Context, id string, err error) error func (registry Registry) Has(id string) bool func (registry Registry) Register(id string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Registry ¶ type Registry struct { // contains filtered or unexported fields } func NewRegistry ¶ func NewRegistry() *Registry func (Registry) Consume ¶ func (registry Registry) Consume(ctx context.Context, id string) error func (Registry) Fulfill ¶ func (registry Registry) Fulfill(ctx context.Context, id string, err error) error func (Registry) Has ¶ func (registry Registry) Has(id string) bool func (Registry) Register ¶ func (registry Registry) Register(id string) Source Files ¶ View all Source files pending.go Click to show internal directories. Click to hide internal directories.