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 WithByteValues(vs map[string][]byte) Option + func WithValues(vs map[string]string) Option + func WithVersion(version string) Option + type P struct + ByteValues map[string][]byte + Values map[string]string + Version string + func (p *P) Image() string + func (p *P) Options() []gnomock.Option + func (p *P) Ports() gnomock.NamedPorts