portreachableservice

package
v0.0.0-...-7cac148 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL