Documentation
¶
Index ¶
- type MinioSource
- func (S *MinioSource) Del(key string) error
- func (S *MinioSource) Get(key string, header map[string]string) ([]byte, error)
- func (S *MinioSource) GetSignURL(key string, expires time.Duration, header map[string]string) (string, error)
- func (S *MinioSource) GetURL(key string) string
- func (S *MinioSource) Has(key string) error
- func (S *MinioSource) PostSignURL(key string, expires time.Duration) (string, map[string]string, error)
- func (S *MinioSource) Put(key string, data []byte, header map[string]string) error
- func (S *MinioSource) PutSignURL(key string, expires time.Duration) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MinioSource ¶
type MinioSource struct {
// contains filtered or unexported fields
}
func NewMinioSource ¶
func (*MinioSource) Del ¶
func (S *MinioSource) Del(key string) error
func (*MinioSource) GetSignURL ¶
func (*MinioSource) GetURL ¶
func (S *MinioSource) GetURL(key string) string
func (*MinioSource) Has ¶
func (S *MinioSource) Has(key string) error
func (*MinioSource) PostSignURL ¶
func (*MinioSource) PutSignURL ¶
Click to show internal directories.
Click to hide internal directories.