Documentation ¶
Index ¶
- type DynamoDbBackend
- func (d *DynamoDbBackend) CreateProxyConfiguration(proxy_configuration string) error
- func (d *DynamoDbBackend) DeleteProxyConfiguration(proxy_configuration string) error
- func (d *DynamoDbBackend) GetProxyConfigurations() ([]backends.ConnectionConfig, error)
- func (b *DynamoDbBackend) IsPollable() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamoDbBackend ¶
type DynamoDbBackend struct {
// contains filtered or unexported fields
}
func CreateDynamoDbBackend ¶
func CreateDynamoDbBackend(proxy_name string, tablename string, awsConfig *aws.Config) *DynamoDbBackend
func (*DynamoDbBackend) CreateProxyConfiguration ¶
func (d *DynamoDbBackend) CreateProxyConfiguration(proxy_configuration string) error
func (*DynamoDbBackend) DeleteProxyConfiguration ¶
func (d *DynamoDbBackend) DeleteProxyConfiguration(proxy_configuration string) error
func (*DynamoDbBackend) GetProxyConfigurations ¶
func (d *DynamoDbBackend) GetProxyConfigurations() ([]backends.ConnectionConfig, error)
func (*DynamoDbBackend) IsPollable ¶
func (b *DynamoDbBackend) IsPollable() bool
Click to show internal directories.
Click to hide internal directories.