package
0.0.0-20250219111058-d239b7fba812
Repository: https://github.com/langgenius/dify-plugin-daemon.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ParserCommaSeparatedValues parses the comma separated values and returns a map of key-value pairs examples: data: a=1,b=2 T: type struct { A int `comma:"a"` B string `comma:"b"` } return: T{A: 1, B: "2"}.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author