Versions in this module Expand all Collapse all v0 v0.0.2 Sep 14, 2022 Changes in this version + func Preset(opts ...Option) gnomock.Preset + type Option func(*P) + func WithAdminPassword(password string) Option + func WithDatabase(db string) Option + func WithLicense(accept bool) Option + func WithQueries(queries ...string) Option + func WithQueriesFile(file string) Option + func WithVersion(version string) Option + type P struct + DB string + License bool + Password string + Queries []string + QueriesFiles []string + Version string + func (p *P) Image() string + func (p *P) Options() []gnomock.Option + func (p *P) Ports() gnomock.NamedPorts