Documentation ¶
Index ¶
- Constants
- func NewBigtable() *e2e.HTTPService
- func NewCassandra() *e2e.HTTPService
- func NewConsul() *e2e.HTTPService
- func NewDynamoClient(endpoint string) (*dynamodb.DynamoDB, error)
- func NewDynamoDB() *e2e.HTTPService
- func NewETCD() *e2e.HTTPService
- func NewMinio(port int, bktName string) *e2e.HTTPService
- func NewSwiftStorage() *e2e.HTTPService
Constants ¶
View Source
const ( MinioAccessKey = "Cheescake" MinioSecretKey = "supersecret" )
Variables ¶
This section is empty.
Functions ¶
func NewBigtable ¶ added in v1.0.0
func NewBigtable() *e2e.HTTPService
while using Bigtable emulator as index store make sure you set BIGTABLE_EMULATOR_HOST environment variable to host:9035 for all the services which access stores
func NewCassandra ¶ added in v1.0.0
func NewCassandra() *e2e.HTTPService
func NewConsul ¶
func NewConsul() *e2e.HTTPService
func NewDynamoDB ¶
func NewDynamoDB() *e2e.HTTPService
func NewETCD ¶ added in v1.1.0
func NewETCD() *e2e.HTTPService
func NewMinio ¶
func NewMinio(port int, bktName string) *e2e.HTTPService
NewMinio returns minio server, used as a local replacement for S3.
func NewSwiftStorage ¶ added in v1.1.0
func NewSwiftStorage() *e2e.HTTPService
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.