package
0.0.0-20210826101745-7e3f6450982e
Repository: https://github.com/ozoncp/ocp-knowledge-api.git
Documentation: pkg.go.dev

# Functions

BatchSlice batch input slice by passed batchSize.
ChunkKnowledge splits input slice by passed chunkSize.
FilterSlice filter input slice by hardcoded list.
MapKnowledge converts slice of Knowledge to map of Knowledge where Knowledge.Id is key of map.
OpenFile opens and closes file 10 times.
ReverseMap reverse input map, (key-value) project to (value-key).