 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
db provides useful constants, identifiers, and simple types that apply to all implementations of the store
Index ¶
Constants ¶
      View Source
      
  
const ( // Database providers RedisDB = "redisdb" Postgres = "postgres" )
Variables ¶
      View Source
      
  
var (
	ErrUnsupportedDatabase = errors.New("unsupported database type")
)
    Functions ¶
This section is empty.
Types ¶
This section is empty.
       Directories
      ¶
      Directories
      ¶
    
    | Path | Synopsis | 
|---|---|
| models describes the data types that will be used when storing export data in Redis. | models describes the data types that will be used when storing export data in Redis. | 
| redis provides the Redis implementation of the StoreClient interface. | redis provides the Redis implementation of the StoreClient interface. | 
 Click to show internal directories. 
   Click to hide internal directories.