Documentation ¶
Index ¶
- type ProcessContext
- func (b *ProcessContext) ComponentFinished()
- func (b *ProcessContext) ComponentStarted()
- func (b *ProcessContext) Context() context.Context
- func (b *ProcessContext) Degraded(err error)
- func (b *ProcessContext) IsDegraded() (bool, []string)
- func (b *ProcessContext) ShutdownDendrite()
- func (b *ProcessContext) WaitForComponentsToFinish()
- func (b *ProcessContext) WaitForShutdown() <-chan struct{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProcessContext ¶
type ProcessContext struct {
// contains filtered or unexported fields
}
func NewProcessContext ¶
func NewProcessContext() *ProcessContext
func (*ProcessContext) ComponentFinished ¶
func (b *ProcessContext) ComponentFinished()
func (*ProcessContext) ComponentStarted ¶
func (b *ProcessContext) ComponentStarted()
func (*ProcessContext) Context ¶
func (b *ProcessContext) Context() context.Context
func (*ProcessContext) Degraded ¶ added in v0.7.0
func (b *ProcessContext) Degraded(err error)
func (*ProcessContext) IsDegraded ¶ added in v0.7.0
func (b *ProcessContext) IsDegraded() (bool, []string)
func (*ProcessContext) ShutdownDendrite ¶
func (b *ProcessContext) ShutdownDendrite()
func (*ProcessContext) WaitForComponentsToFinish ¶
func (b *ProcessContext) WaitForComponentsToFinish()
func (*ProcessContext) WaitForShutdown ¶
func (b *ProcessContext) WaitForShutdown() <-chan struct{}
Click to show internal directories.
Click to hide internal directories.