Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TCPCheckUseCase ¶
type TCPCheckUseCase interface {
Run(ctx context.Context, hostname string, port uint32, timeoutSeconds uint) (<-chan *pb.TCPCheckManyResponse, error)
}
func NewTCPCheckUseCase ¶
func NewTCPCheckUseCase(networkClient pb.NetworkClientProxy) TCPCheckUseCase
Click to show internal directories.
Click to hide internal directories.