package
0.0.0-20240625185110-2727207ea52a
Repository: https://github.com/sumanmukherjee03/practice-and-katas.git
Documentation: pkg.go.dev

# Functions

We have Init and not the auto init func because we dont want to connect to an actual elasticsearch cluster in test mode.

# Variables

Expose a var of type interface and not a concrete struct so that it's easier to mock.