//
pkg.gl
Category
github.com/amustafa/beam
sdks
go
examples
stringsplit
package
2.24.0+incompatible
Repository:
https://github.com/amustafa/beam.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
0
Files
155 SLOC
#
Structs
LogFn
LogFn is a DoFn to log our split output.
StringSplitFn
StringSplitFn is a Splittable DoFn that splits strings into substrings of the specified size (for example, to be able to fit them in a small buffer).