Categorygithub.com/testcontainers/testcontainers-go/modules/cassandra
modulepackage
0.35.0
Repository: https://github.com/testcontainers/testcontainers-go.git
Documentation: pkg.go.dev

# Functions

Run creates an instance of the Cassandra container type.
Deprecated: use Run instead RunContainer creates an instance of the Cassandra container type.
WithConfigFile sets the YAML config file to be used for the cassandra container It will also set the "configFile" parameter to the path of the config file as a command line argument to the container.
WithInitScripts sets the init cassandra queries to be run when the container starts.

# Structs

CassandraContainer represents the Cassandra container type used in the module.