Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Endpoint = "http://139.162.111.178"
)
Functions ¶
Types ¶
type AuthBody ¶
type AuthBody struct { User string `json:"user"` Operation json.RawMessage `json:"operation"` }
type UploadBody ¶
type UploadBody struct { Owner string `json:"owner"` Metadata json.RawMessage `json:"metadata"` Data string `json:"data"` }
Click to show internal directories.
Click to hide internal directories.