package
Version:
v1.0.9
Opens a new window with list of versions in this module.
Published: May 24, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
API Port Checker API
Check /api/portchecker/check
type Request struct {
Host string `json:"host" xml:"host" form:"host" binding:"required"`
Port int `json:"port" xml:"port" form:"port" binding:"required"`
PortType string `json:"type" xml:"type" form:"type" binding:"required"`
}
Request port checker request
Source Files
¶
Click to show internal directories.
Click to hide internal directories.