Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter interface {
GetData(args []AdapterAttribute) (interface{}, error)
GetParameters(args map[string]interface{}) ([]AdapterAttribute, error)
}
type AdapterAttribute ¶
type DynamoDBAdapter ¶
type DynamoDBAdapter interface {
Adapter
}
func NewDynamoDBAdapter ¶
func NewDynamoDBAdapter(region, table, accessKeyId, secretAccessKey string) DynamoDBAdapter
type RedisAdapter ¶
type RedisAdapter interface {
Adapter
}
func NewRedisAdapter ¶
func NewRedisAdapter(endpoint, pass, keyPattern string, attributes map[string]interface{}) RedisAdapter
Click to show internal directories.
Click to hide internal directories.