Documentation
¶
Overview ¶
Package client contains an http implementation of the WriteLogger client.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Snapshotter ¶
type Snapshotter struct {
// contains filtered or unexported fields
}
Snapshotter is a client for the Snapshotter API methods.
func New ¶
func New(address dax.Address) *Snapshotter
func (*Snapshotter) Read ¶
func (s *Snapshotter) Read(bucket string, key string, version int) (io.ReadCloser, error)
func (*Snapshotter) Write ¶
func (s *Snapshotter) Write(bucket string, key string, version int, rc io.ReadCloser) error
Click to show internal directories.
Click to hide internal directories.