Struct for storing CacheConfiguration
| 22 | |
| 23 | // Struct for storing CacheConfiguration |
| 24 | type CacheConfig struct { |
| 25 | Parameters []plugins.ParameterConfiguration |
| 26 | Dynamodb []plugins.DynamodbConfiguration |
| 27 | } |
| 28 | |
| 29 | var cacheConfig = CacheConfig{} |
| 30 |
nothing calls this directly
no outgoing calls
no test coverage detected