config

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const ConfigFileDir = ".quebic-faas"

ConfigFileDir quebic-faas config dir

Variables

This section is empty.

Functions

func GetConfigDirPath

func GetConfigDirPath() string

GetConfigDirPath quebic-faas config dir path

Types

type EventBusConfig

type EventBusConfig struct {
	AMQPHost           string `json:"amqpHost" yaml:"amqpHost"`
	AMQPPort           int    `json:"amqpPort" yaml:"amqpPort"`
	ManagementHost     string `json:"managementHost" yaml:"managementHost"`
	ManagementPort     int    `json:"managementPort" yaml:"managementPort"`
	ManagementUserName string `json:"managementUserName" yaml:"managementUserName"`
	ManagementPassword string `json:"managementPassword" yaml:"managementPassword"`
}

EventBusConfig rabbitmq server confog

type ServerConfig

type ServerConfig struct {
	Host string `json:"host" yaml:"host"`
	Port int    `json:"port" yaml:"port"`
}

ServerConfig manager server confog

Jump to

Keyboard shortcuts

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