MCPcopy Create free account
hub / github.com/code-scan/Goal / Quake

Struct Quake

Gsensor/Quake.go:12–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type Quake struct {
13 Domain string
14 UserName string
15 PassWord string
16 Type string
17 result Result
18 http Ghttp.Http
19}
20
21type QuakeResult struct {
22 Code int `json:"code"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected