database

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: May 8, 2021 License: GPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ProviderSet = wire.NewSet(NewOptions, NewMongo)

ProviderSet is a provider set for wire

Functions

func NewMariaDB

func NewMariaDB(o *Options) (*sqlx.DB, error)

NewMariaDB init mariadb client

func NewMongo

func NewMongo(o *Options) (*mongo.Client, error)

NewMongo init a mongo client

Types

type Options

type Options struct {
	URL   string `json:"url" yaml:"url"`
	Debug bool   `json:"debug" yaml:"debug"`
}

Options is configuration of database

func NewOptions

func NewOptions(v *viper.Viper, logger *zap.Logger) (*Options, error)

NewOptions serve caller to create an Options

Jump to

Keyboard shortcuts

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