package
Version:
v0.0.0-...-4ceb61e
Opens a new window with list of versions in this module.
Published: Nov 9, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Host struct {
DNSname string `json:"dnsname"`
Username string `json:"username"`
LastUsed time.Time `json:"lastused"`
SocketType string `json:"sockettype"`
}
type HostDB struct {
Hosts []Host `json:"hosts"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.