sequential

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2020 License: MIT Imports: 0 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 {
	Service string `json:"service"`
	RunMode string `json:"run_mode"`

	ServerConfig ServerConfig `json:"server"`
	LoggerConfig LoggerConfig `json:"logger"`
}

type LoggerConfig

type LoggerConfig struct {
	FilePath string `json:"file_path"`
	Backups  int    `json:"backups"`
	Level    string `json:"level"`
}

type ServerConfig

type ServerConfig struct {
	BindAddress string `json:"bind_address"`
	Port        int    `json:"port"`
}

Jump to

Keyboard shortcuts

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