Documentation
¶
Overview ¶
Package common provides implementation of some of the basic functionalities to be used in application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cancelable ¶
type Cancelable struct {
// contains filtered or unexported fields
}
func (*Cancelable) Cancel ¶
func (c *Cancelable) Cancel()
func (*Cancelable) SetCancel ¶
func (c *Cancelable) SetCancel(cancel func())
type Hooked ¶
type Hooked struct {
// contains filtered or unexported fields
}
func (*Hooked) SetDoneHooks ¶
func (h *Hooked) SetDoneHooks(hooks []abstraction.Executable)
func (*Hooked) SetFailHooks ¶
func (h *Hooked) SetFailHooks(failHooks []abstraction.Executable)
type Retry ¶
type Retry struct {
// contains filtered or unexported fields
}
func (*Retry) SetMaxRetry ¶
func (*Retry) SetRetryDelay ¶
Click to show internal directories.
Click to hide internal directories.