 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Backend ¶
func (*Backend) Workspaces ¶
type RemoteClient ¶
type RemoteClient struct {
	Client     *sql.DB
	Name       string
	SchemaName string
	// contains filtered or unexported fields
}
    RemoteClient is a remote client that stores data in a Postgres database
func (*RemoteClient) Delete ¶
func (c *RemoteClient) Delete() error
func (*RemoteClient) Put ¶
func (c *RemoteClient) Put(data []byte) error
func (*RemoteClient) Unlock ¶
func (c *RemoteClient) Unlock(id string) error
 Click to show internal directories. 
   Click to hide internal directories.