Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPortReachableService ¶
type IPortReachableService interface {
GetPortReachableDetails(models.PortReachableRequest) models.Checks
}
func NewPortReachableService ¶
func NewPortReachableService(log logger.Logger, timeout time.Duration) IPortReachableService
type MockPortReachableService ¶
type MockPortReachableService struct {
GetPortReachableDetailsFunc func(reqBody models.PortReachableRequest) models.Checks
}
func (*MockPortReachableService) GetPortReachableDetails ¶
func (mpr *MockPortReachableService) GetPortReachableDetails(reqBody models.PortReachableRequest) models.Checks
type PortReachableService ¶
type PortReachableService struct {
// contains filtered or unexported fields
}
func (*PortReachableService) GetPortReachableDetails ¶
func (pr *PortReachableService) GetPortReachableDetails(reqBody models.PortReachableRequest) models.Checks
Click to show internal directories.
Click to hide internal directories.