Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckService ¶
type CheckService interface {
Check(serviceUrl string)
}
func NewCheckServiceImplementation ¶
func NewCheckServiceImplementation(httpClient services.HTTPClient, logRepository repository.LogRepository, onSuccess func(), onFailure func()) CheckService
type CheckServiceImplementation ¶
type CheckServiceImplementation struct {
HTTPClient services.HTTPClient
LogRepository repository.LogRepository
OnSuccess func()
OnFailure func()
}
func (*CheckServiceImplementation) Check ¶
func (checkService *CheckServiceImplementation) Check(serviceUrl string)
Click to show internal directories.
Click to hide internal directories.