contracts

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 20, 2025 License: MIT Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Dsn      string
	Host     string
	Port     int
	Database string
	Username string
	Password string
	Schema   string
}

Config Used in config/database.go

type ConfigBuilder

type ConfigBuilder interface {
	Config() contractsconfig.Config
	Connection() string
	Readers() []FullConfig
	Writers() []FullConfig
}

type FullConfig

type FullConfig struct {
	Config
	Driver       string
	Connection   string
	Prefix       string
	Singular     bool
	Sslmode      string
	Timezone     string
	NoLowerCase  bool
	NameReplacer Replacer
}

FullConfig Fill the default value for Config

type Replacer

type Replacer interface {
	Replace(name string) string
}

Replacer replacer interface like strings.Replacer

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL