package
Version:
v1.5.2
Opens a new window with list of versions in this module.
Published: Sep 25, 2023
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const Version = "1.0.0"
Version of server package
RunServer method to run server
type Request struct {
AddrStrings []string `json:"addr_strings,omitempty"`
Force bool `json:"force"`
}
Request for getting result as boolean (in case of query) or details.
type Response struct {
Results []*hitrssl.SSL `json:"results"`
Error string `json:"error,omitempty"`
StatusCode int `json:"status_code"`
}
Response for sending results from API
Source Files
¶
Click to show internal directories.
Click to hide internal directories.