tpflow

package module
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

README

tpflow

Thingsplex flow automation engine and device/service registry library test

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configs

type Configs struct {
	InstanceAddress       string `json:"instance_address"`
	MqttServerURI         string `json:"mqtt_server_uri"`
	MqttUsername          string `json:"mqtt_server_username"`
	MqttPassword          string `json:"mqtt_server_password"`
	MqttTopicGlobalPrefix string `json:"mqtt_topic_global_prefix"`
	FlowStorageDir        string `json:"flow_storage_dir"`
	ConnectorStorageDir   string `json:"connector_storage_dir"`
	RegistryDbFile        string `json:"registry_db_file"`
	ContextStorageDir     string `json:"context_storage_dir"`
	ExternalLibsDir       string `json:"ext_libs_dir"`
	MqttClientIdPrefix    string `json:"mqtt_client_id_prefix"`
	LogFile               string `json:"log_file"`
	LogLevel              string `json:"log_level"`
	LogFormat             string `json:"log_format"`
	IsDevMode             bool   `json:"is_dev_mode"`
}

Jump to

Keyboard shortcuts

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