Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReadOnlyProvider ¶
type ReadOnlyProvider struct { }
ReadOnlyProvider is a read-only CouchDB provider
func NewReadOnlyProvider ¶
func NewReadOnlyProvider() *ReadOnlyProvider
NewReadOnlyProvider returns a read-only CouchDB provider
func (*ReadOnlyProvider) ConnectToCouchDB ¶
func (p *ReadOnlyProvider) ConnectToCouchDB(ci storageapi.CouchInstance, dbName string) (storageapi.CouchDatabase, error)
ConnectToCouchDB connects to an existing Couch database
Click to show internal directories.
Click to hide internal directories.