Documentation ¶
Index ¶
- Constants
- type Component
- type Option
- func WithCSAKeyEncryptionKey(key string) Option
- func WithContainerName(name string) Option
- func WithContainerPort(port string) Option
- func WithDBURL(db string) Option
- func WithImage(image string) Option
- func WithTestInstance(t *testing.T) Option
- func WithVersion(version string) Option
- func WithWSRPCContainerPort(port string) Option
Constants ¶
View Source
const ( JDContainerName string = "job-distributor" DEAFULTJDContainerPort string = "42242" DEFAULTCSAKeyEncryptionKey string = "!PASsword000!" DEAFULTWSRPCContainerPort string = "8080" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct { test_env.EnvComponent Grpc string Wsrpc string InternalGRPC string InternalWSRPC string // contains filtered or unexported fields }
func (*Component) RestartContainer ¶
func (*Component) StartContainer ¶
type Option ¶
type Option = func(j *Component)
func WithCSAKeyEncryptionKey ¶
func WithContainerName ¶
func WithContainerPort ¶
func WithTestInstance ¶
func WithVersion ¶
func WithWSRPCContainerPort ¶
Click to show internal directories.
Click to hide internal directories.