conf

package
v0.0.0-...-83adff0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2020 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Conf global config variable
	Conf = &Config{}
)

Functions

func Init

func Init() error

Init int config

Types

type Config

type Config struct {
	// base
	Addr     string
	Clusters map[string]*Kafka
	// Log
	Log *log.Config
	// http
	HTTPServer *bm.ServerConfig
	// mysql
	MySQL *sql.Config
}

Config databus config struct

type Kafka

type Kafka struct {
	Cluster string
	Brokers []string
}

Kafka contains cluster, brokers, sync.

Jump to

Keyboard shortcuts

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