Categorygithub.com/viovanov/bosh-template-go
modulepackage
0.0.0-20200416144406-32ddfa4afdb0
Repository: https://github.com/viovanov/bosh-template-go.git
Documentation: pkg.go.dev

# README

Build Status godoc go report card Coverage Status

bosh-template-go

go package for rendering bosh erb templates

# Functions

CheckBOSHTemplateGemAvailable can be used by callers to verify that the bosh template gem is correctly installed.
CheckRubyAvailable can be used by callers to verify that ruby is correctly installed.
NewERBRenderer creates a new ERBRenderer with an EvaluationContext.

# Variables

RubyBinary is the name of the ruby binary.
RubyGemBinary is the name of the ruby gem binary.

# Structs

ERBRenderer represents a BOSH Job erb template renderer.
EvaluationContext is the context passed to the erb renderer.
InstanceInfo represents instance group runtime information.