aboutsummaryrefslogtreecommitdiffstats
path: root/gosrc/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'gosrc/structs.go')
-rw-r--r--gosrc/structs.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/gosrc/structs.go b/gosrc/structs.go
index ac17cf6..ec0d285 100644
--- a/gosrc/structs.go
+++ b/gosrc/structs.go
@@ -16,11 +16,13 @@ type Config struct {
// urls to hit on mirror
type Targets struct {
getall string
+ status string
null string
}
var Endpoints = Targets {
getall: "/sapi/v1/capital/config/getall",
+ status: "/sapi/v1/account/status",
null: "/null",
}