Documentation
¶
Index ¶
- func BackupDirectory(sourceDir, targetDir, prefix string) error
- func ConfigValueToNumber(valueType string, value interface{}) (float64, error)
- func DownloadFileFromUrl(filepath string, url string) error
- func GenerateId(len int) string
- func GenerateRandomNumber() int32
- func IsNumber(valueType string) bool
- func RouteIncludesTopic(route, topic string) bool
- type LogEntry
- type LogFilter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BackupDirectory ¶ added in v0.14.0
func ConfigValueToNumber ¶
func DownloadFileFromUrl ¶
func GenerateId ¶
func GenerateRandomNumber ¶ added in v0.14.0
func GenerateRandomNumber() int32
func RouteIncludesTopic ¶
Types ¶
type LogEntry ¶
type LogEntry struct { Component string `json:"comp"` FlowId string `json:"fid"` LogLevel string `json:"level"` Msg string `json:"msg"` Time string `json:"time"` }
{"comp":"flow","fid":"RMgV2a79wxQMQ2o","level":"info","msg":" Node is loaded and added.","time":"2018-12-24 16:03:29.178"}
Click to show internal directories.
Click to hide internal directories.