package
0.0.0-20241212192544-4710020385f1
Repository: https://github.com/hackborn/onefunc.git
Documentation: pkg.go.dev

# Functions

Compile all values into a single comma-separated string.
CompileStrings compiles all values into a single comma-separated string.
GetWriter removes and answers a new string writer from the global pool.
MqttMatch answers true if the topic matches the pattern according to MQTT rules: * Pattern is a slash-separated hierarchy.
PutWriter places a writer into the global pool.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author

# Interfaces

--------------------------------------------------------- Pool interface describes an object that gives and receives ownership of string writers.