Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct{}
API Port Checker API
func (API) Check ¶
Check /api/portchecker/check @Summary Check if host port is open for tcp or udp pconnections. @Description Check if host port is open for tcp or udp pconnections. @Tags Lookup @Accept json @Produce json,xml @Param "" body Request true "Request JSON" @Success 200 {object} data.APIResponse @Failure 400 {object} data.APIResponse @Failure 429 {object} data.APIResponse @Router /api/portchecker/check [post]
Click to show internal directories.
Click to hide internal directories.