Documentation
¶
Index ¶
Constants ¶
View Source
const MonobeamHostEnvVarName = "R8_MONOBEAM_HOST"
Variables ¶
This section is empty.
Functions ¶
func HostFromEnvironment ¶
func HostFromEnvironment() string
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) PostPreUpload ¶ added in v0.14.4
type S3Config ¶
type S3Config struct {
Key string `json:"key"`
Bucket string `json:"bucket"`
Endpoint string `json:"endpoint"`
AccessKeyId string `json:"access_key_id"`
SecretAccessKey string `json:"secret_access_key"`
SessionToken string `json:"session_token"`
Expires int64 `json:"expires"`
Uuid string `json:"uuid"`
}
type VerificationStatus ¶
Click to show internal directories.
Click to hide internal directories.