We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc2fbe commit 15980f4Copy full SHA for 15980f4
dynamodb_table_config.go
@@ -1,7 +1,7 @@
1
package remoteconfig
2
3
type DynamoDBTableConfig struct {
4
- TableName *string `json:"table_name,omitempty"`
+ TableName *string `mapstructure:"table_name" json:"table_name,omitempty"`
5
}
6
7
func (d DynamoDBTableConfig) GetTableName() string {
0 commit comments