# Functions
CalculateRewind calculates how far back we need to rewind inside the file to start reading the embedded data.
Embed embeds helmcharts into the embedded-cluster binary.
ReadEmbeddedData reads the embedded data from the binary.
ReadEmbedOptionsFromBinary reads the embedded charts from the binary.
# Constants
EndMark is a string that is used to mark the end of the binary.
# Structs
Binary is a helpes struct that holds a closer and a reader separately.
EmbedOptions are the options for embedding helmcharts into embedded-cluster.
HelmChart represents a helm chart.