Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMockBlobsCacheClient ¶
func NewMockBlobsCacheClient() ia.CacheClient
func NewRemoteBlobsCacheClient ¶
func NewRemoteBlobsCacheClient(serverURL string) ia.CacheClient
Types ¶
type GetBlobRequest ¶
type GetBlobRequest struct {
Key string `json:"key"`
}
type GetBlobResponse ¶
type GetBlobResponse struct {
Blob json.RawMessage `json:"blob"`
}
type PubBlobRequest ¶
type PubBlobRequest struct { Key string `json:"key"` Blob json.RawMessage `json:"blob"` }
Click to show internal directories.
Click to hide internal directories.