Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Heartbeater ¶
type HeartbeaterImpl ¶
type HeartbeaterImpl struct {
// contains filtered or unexported fields
}
func New ¶
func New(fs ...HeartbeaterOpt) (*HeartbeaterImpl, error)
func (*HeartbeaterImpl) Start ¶
func (t *HeartbeaterImpl) Start() (func() error, error)
type HeartbeaterOpt ¶
type HeartbeaterOpt func(*HeartbeaterOpts)
func WithLogger ¶
func WithLogger(l *zerolog.Logger) HeartbeaterOpt
func WithMessageQueue ¶ added in v0.16.0
func WithMessageQueue(mq msgqueue.MessageQueue) HeartbeaterOpt
func WithRepository ¶
func WithRepository(r repository.EngineRepository) HeartbeaterOpt
type HeartbeaterOpts ¶
type HeartbeaterOpts struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.