Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChromeVersionDto ¶
type Info ¶
type Info struct {
// contains filtered or unexported fields
}
func NewInfo ¶
func NewInfo(settings InfoSettings) (*Info, error)
type InfoDto ¶
type InfoDto struct {
IP string `json:"ip"`
Version VersionDto `json:"version"`
}
type InfoSettings ¶
type InfoSettings struct {
Version string
FerretVersion string
CDP worker.CDPSettings
}
type VersionDto ¶
type VersionDto struct {
Worker string `json:"worker"`
Chrome ChromeVersionDto `json:"chrome"`
Ferret string `json:"ferret"`
}
Click to show internal directories.
Click to hide internal directories.