config

package
v0.0.0-...-d13da26 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

没有k8s 这个编译标签

Index

Constants

This section is empty.

Variables

View Source
var Config = config{
	DB: DBConfig{

		DSN: "root:root@tcp(localhost:13316)/webook",
	},
	Redis: RedisConfig{
		Addr: "localhost:6379",
	},
}

Functions

This section is empty.

Types

type DBConfig

type DBConfig struct {
	DSN string
}

type RedisConfig

type RedisConfig struct {
	Addr string
}

Jump to

Keyboard shortcuts

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