Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetRequest ¶
type GetRequest struct {
Key string
}
type GetResponse ¶
type PutRequest ¶
type PutResponse ¶
type PutResponse struct {
Location string
}
type Service ¶
type Service interface { Put(req PutRequest) (*PutResponse, error) Get(req GetRequest) (*GetResponse, error) }
func NewStorageService ¶
Click to show internal directories.
Click to hide internal directories.