Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrProbeRetried = errors.New("probe is retried") ErrOutOfRetries = errors.New("retry limit reached") )
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService( servers repositories.ServerRepository, queue *ps.Service, logger *zerolog.Logger, opts ServiceOpts, ) *Service
type ServiceOpts ¶ added in v0.3.0
Click to show internal directories.
Click to hide internal directories.