Documentation
¶
Index ¶
Constants ¶
View Source
const ( HTBQueryKeyPerPage = "per_page" HTBQueryKeyKeyword = "keyword" HTBQueryKeyProduct = "product" )
View Source
const HTBHost = "https://www.hackthebox.eu"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTBPath ¶
type HTBPath string
const ( HTBPathListRetiredLabMachines HTBPath = "/api/v4/machine/list/retired/paginated" HTBPathListActiveLabMachines HTBPath = "/api/v4/machine/paginated" HTBPathVPNServers HTBPath = "/api/v4/connections/servers" HTBPathActiveLabMachine HTBPath = "/api/v4/machine/active" HTBPathSpawnLabMachine HTBPath = "/api/v4/vm/spawn" HTBPathTerminateLabMachine HTBPath = "/api/v4/vm/terminate" )
Click to show internal directories.
Click to hide internal directories.