conf

package
v0.0.0-...-e05e9dc Latest Latest
Warning

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

Go to latest
Published: May 11, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	// LogFolder stores all job logs
	LogFolder string
	// LogChunckSize size in bytes for each log chunck read from log file
	LogChunckSize int

	ServerAddress string

	ServerCA          string
	ServerCertificate string
	ServerKey         string

	ClientCA          string
	ClientCertificate string
	ClientKey         string
}

Config worker configuration.

func NewConfig

func NewConfig() Config

Jump to

Keyboard shortcuts

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