clap

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const Version = "1.0.1"

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	RabbitmqAdmin YamlConfig `yaml:"rabbitmqAdmin"`
}

type YamlConfig

type YamlConfig struct {
	Version string               `yaml:"version"` //
	Conn    *rabbitmq.RabbitConf `yaml:"conn"`
	Names   []string             `yaml:"names"`
	Ttl     time.Duration        `yaml:"ttl"`
}

YamlConfig is yaml config struct

func LoadConfigFile

func LoadConfigFile(path string) (*YamlConfig, error)

LoadConfigFile load config file from path

Jump to

Keyboard shortcuts

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