Documentation ¶
Index ¶
- type SiloSDK
- func (sdk *SiloSDK) Delete(key string) error
- func (sdk *SiloSDK) Download(key string, writer io.Writer) (int64, error)
- func (sdk *SiloSDK) GenerateDownloadLink(key string, ttl int, baseurl_override ...string) string
- func (sdk *SiloSDK) Has(key string) (bool, error)
- func (sdk *SiloSDK) PerformSignedRequest(method string, key string, reader io.Reader, headers map[string]string) (*http.Response, error)
- func (sdk *SiloSDK) SetTTL(key string, ttl int) (bool, error)
- func (sdk *SiloSDK) Upload(key string, reader io.Reader) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SiloSDK ¶
type SiloSDK struct {
// contains filtered or unexported fields
}
func NewSiloSDK ¶
func (*SiloSDK) GenerateDownloadLink ¶
func (*SiloSDK) PerformSignedRequest ¶
Click to show internal directories.
Click to hide internal directories.