utils

package module
v0.0.0-...-b0b21a8 Latest Latest
Warning

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

Go to latest
Published: May 24, 2022 License: BSD-3-Clause Imports: 7 Imported by: 0

README

Utils Functions

This package adds a set of functions that can be used in Flogo versions >= 0.9.0.

Functions

Name Decription Sample
decodestring Decodestring returns the string represented by the base 64 encoded input string. utils.decodestring("SGVsbG8gV29ybGQ=")
encodestring Encodestring returns a base 64 encoded copy of the input string. utils.encodestring("Hello World")
uuid UUID generates a random UUID according to RFC 4122. utils.uuid()

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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