Documentation ¶
Index ¶
- type BlobStorageClient
- func (c *BlobStorageClient) Exists(ref schema.BlobRef) bool
- func (c *BlobStorageClient) Get(ref schema.BlobRef) []byte
- func (c *BlobStorageClient) GetSchema(ref schema.BlobRef) *schema.Schema
- func (c *BlobStorageClient) Put(ref schema.BlobRef, content io.Reader)
- func (c *BlobStorageClient) PutSchema(s *schema.Schema) schema.BlobRef
- func (c *BlobStorageClient) UpdateServerState()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlobStorageClient ¶
type BlobStorageClient struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(c *config.Configuration) *BlobStorageClient
func (*BlobStorageClient) GetSchema ¶
func (c *BlobStorageClient) GetSchema(ref schema.BlobRef) *schema.Schema
func (*BlobStorageClient) Put ¶
func (c *BlobStorageClient) Put(ref schema.BlobRef, content io.Reader)
func (*BlobStorageClient) PutSchema ¶
func (c *BlobStorageClient) PutSchema(s *schema.Schema) schema.BlobRef
func (*BlobStorageClient) UpdateServerState ¶
func (c *BlobStorageClient) UpdateServerState()
Click to show internal directories.
Click to hide internal directories.