Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseSQLRows ¶
ParseSQLRows will parse the row
func TestStorePutGet ¶
TestStorePutGet define the common test cases for put and get
func TestStoreTransaction ¶
TestStoreTransaction define the common test cases for transaction
Types ¶
type ActionHistory ¶
ActionHistory define the schema for action history
type CQLITE3 ¶ added in v1.1.4
type CQLITE3 struct { // SQLite3File is the sqlite3 db file SQLite3File string `yaml:"sqlite3File"` }
CQLITE3 is the local sqlite3 config
type RDS ¶ added in v1.1.4
type RDS struct { // AwsRDSEndpoint is the endpoint of aws rds AwsRDSEndpoint string `yaml:"awsRDSEndpoint"` // AwsRDSPort is the port of aws rds AwsRDSPort uint64 `yaml:"awsRDSPort"` // AwsRDSUser is the user to access aws rds AwsRDSUser string `yaml:"awsRDSUser"` // AwsPass is the pass to access aws rds AwsPass string `yaml:"awsPass"` // AwsDBName is the db name of aws rds AwsDBName string `yaml:"awsDBName"` }
RDS is the cloud rds config
Click to show internal directories.
Click to hide internal directories.