Versions in this module Expand all Collapse all v0 v0.2.0 Nov 9, 2021 Changes in this version + func DiscardConfigPrinter(*config.Config) error + type ConfigOptions struct + Config *config.Config + ConfigPrinter ConfigPrinter + MappingFile string + func (o *ConfigOptions) Complete(ctx context.Context, replogConfig *pgxpool.Config, streams streams.IO) error + type ConfigPrinter func(c *config.Config) error + func JSONConfigPrinter(w io.Writer) ConfigPrinter + func YAMLConfigPrinter(w io.Writer) ConfigPrinter + type PostgresOptions struct + PoolConfig *pgxpool.Config + PostgresURI string + ReplogConfig *pgxpool.Config + func (o *PostgresOptions) Complete() error + type SpiceDBOptions struct + Client *authzed.Client + SpiceDBEndpoint string + SpiceDBInsecure bool + SpiceDBToken string + func (o *SpiceDBOptions) Complete(dryRun bool) (err error)