open-vault/physical
Jeff Mitchell 9e204bd88c Add arbitrary string slice parsing.
Like the KV function, this supports either separated strings or JSON
strings, base64-encoded or not.

Fixes #1619 in theory.
2016-08-03 14:24:16 -04:00
..
azure.go Add permitPool support to Azure 2016-06-08 12:01:43 -04:00
azure_test.go Add a *log.Logger argument to physical.Factory 2016-04-25 20:10:32 -07:00
cache.go Replace physical cache with TwoQueue instead of LRU. 2016-01-07 09:21:33 -05:00
cache_test.go Add a *log.Logger argument to physical.Factory 2016-04-25 20:10:32 -07:00
consul.go Add arbitrary string slice parsing. 2016-08-03 14:24:16 -04:00
consul_test.go Fixed the test after removing shutdown bool 2016-08-01 12:20:38 -04:00
dynamodb.go Use parsebool 2016-07-18 13:49:05 -04:00
dynamodb_test.go Add a *log.Logger argument to physical.Factory 2016-04-25 20:10:32 -07:00
etcd.go Turn off DynamoDB HA by default. 2016-07-18 13:19:58 -04:00
etcd_test.go fixed typo: explitely -> explicitly 2016-06-30 19:10:15 +00:00
file.go Added JSON Decode and Encode helpers. 2016-07-06 12:25:40 -04:00
file_test.go Add a *log.Logger argument to physical.Factory 2016-04-25 20:10:32 -07:00
inmem.go Add a *log.Logger argument to physical.Factory 2016-04-25 20:10:32 -07:00
inmem_ha.go Turn off DynamoDB HA by default. 2016-07-18 13:19:58 -04:00
inmem_ha_test.go Add a *log.Logger argument to physical.Factory 2016-04-25 20:10:32 -07:00
inmem_test.go Add a *log.Logger argument to physical.Factory 2016-04-25 20:10:32 -07:00
mysql.go Add a *log.Logger argument to physical.Factory 2016-04-25 20:10:32 -07:00
mysql_test.go Add a *log.Logger argument to physical.Factory 2016-04-25 20:10:32 -07:00
physical.go Close the shutdown channel instead of sending a value down 2016-08-01 11:58:45 -04:00
physical_test.go Add a *log.Logger argument to physical.Factory 2016-04-25 20:10:32 -07:00
postgresql.go Remove prepared stmnts from pgsql physical backend 2016-05-26 17:07:21 -06:00
postgresql_test.go Remove prepared stmnts from pgsql physical backend 2016-05-26 17:07:21 -06:00
s3.go Cleanups, add shared provider, ability to specify http client, and port S3 physical backend over 2016-05-03 17:01:02 -04:00
s3_test.go Add a *log.Logger argument to physical.Factory 2016-04-25 20:10:32 -07:00
swift.go Add permit pool and cleanhttp support to Swift 2016-06-08 12:20:21 -04:00
swift_test.go Add permit pool and cleanhttp support to Swift 2016-06-08 12:20:21 -04:00
zookeeper.go Turn off DynamoDB HA by default. 2016-07-18 13:19:58 -04:00
zookeeper_test.go Add a *log.Logger argument to physical.Factory 2016-04-25 20:10:32 -07:00