package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Jun 6, 2020
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Version of server package
RunServer method to run server
type Request struct {
AddrStrings []string `json:"addr_strings,omitempty"`
}
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.