 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClaimThreadSafe ¶ added in v0.3.2
type ClaimThreadSafe struct {
	datastore.BatchingDatastore
}
    ClaimThreadSafe claims that a Datastore is threadsafe, even when it's type does not guarantee this. Use carefully.
func (ClaimThreadSafe) IsThreadSafe ¶ added in v0.3.2
func (ClaimThreadSafe) IsThreadSafe()
type ThreadSafeDatastoreCloser ¶
type ThreadSafeDatastoreCloser interface {
	datastore.ThreadSafeDatastore
	io.Closer
	Batch() (datastore.Batch, error)
}
    func CloserWrap ¶
func CloserWrap(ds datastore.ThreadSafeDatastore) ThreadSafeDatastoreCloser
 Click to show internal directories. 
   Click to hide internal directories.