Discover Packages
github.com/arturss7/tuktuk
backend
package
Version:
v0.0.0-...-04f4181
Opens a new window with list of versions in this module.
Published: Nov 20, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 19
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Domain struct {
Id int `json:"id"`
Data string `json:"domain"`
DeleteTime int64 `json:"delete_time"`
}
type DomainT struct {
Id int `json:"id"`
Data string `json:"domain"`
DeleteTime string `json:"delete_time"`
}
type ErrorContext struct {
Error string
}
type Request struct {
Id int `json:"id"`
Data string `json:"data"`
SourceIp string `json:"source_ip"`
Time string `json:"time"`
}
type Result struct {
Error string `json:"error"`
}
type TCPData struct {
Data string `json:"data"`
SourceIP string `json:"source_ip"`
Time string `json:"time"`
Port string `json:"port"`
Id int `json:"id"`
}
type TcpErr struct {
Error error `json:"error"`
}
type TcpResult struct {
Port string `json:"port"`
Success bool `json:"success"`
}
type TcpServer struct {
Port string `json:"port"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.