Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonnetEvaluator ¶
type JsonnetEvaluator interface { EvaluateAnonymousSnippet(snippet string) (string, error) EvaluateFile(filename string) (string, error) }
JsonnetEvaluator represents a struct that can evaluate Jsonnet code It is configured with import paths, external code and top-level arguments
type JsonnetImplementation ¶
type JsonnetImplementation interface {
MakeEvaluator(importPaths []string, extCode map[string]string, tlaCode map[string]string, maxStack int) JsonnetEvaluator
}
JsonnetImplementation is a factory for JsonnetEvaluator
Click to show internal directories.
Click to hide internal directories.