# Functions
CleanDockerCompose
This functions is responsible for the process of cleaning a generated
docker compose script.
CleanEnvFile
This functions is resposible for the process of cleaning a generated `.env`
file.
CleanGenerated
This functions handles the process of cleaning the generation results files
params :-
a.
ComposeFile generates a docker-compose file with the provided GenData.
No description provided by the author
EnvFile generates a .env file with the provided GenData.
ParseCompose parse a Sedge valid docker-compose script.
# Variables
ErrConsensusClientNotValid is returned when the consensus client is not valid.
ErrEmptyData is returned when the data is nil.
ErrExecutionClientNotValid is returned when the execution client is not valid.
ErrTemplateNotFound is returned when the template is not found.
ErrUnableToGetClientsInfo is returned when the client information cannot be retrieved.
ErrValidatorClientNotValid is returned when the validator client is not valid.
# Structs
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
DockerComposeData : Struct Data object to be applied to docker-compose script.
EnvData : Struct Data object to be applied to the docker-compose script environment (.env) template.
No description provided by the author
GenData : Struct Data object for script's generation.
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