|
@@ -9,6 +9,11 @@ import (
|
|
|
"time"
|
|
"time"
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
|
|
+// Returns current version
|
|
|
|
|
+func Version() string {
|
|
|
|
|
+ return "0.1"
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
// --- Response interfaces and structs ----
|
|
// --- Response interfaces and structs ----
|
|
|
|
|
|
|
|
// This interface represents the response from HostPool. You can retrieve the
|
|
// This interface represents the response from HostPool. You can retrieve the
|