Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecuteRetriablePost ¶
ExecuteRetriablePost TODO
func KeyAndValueFromJSONKey ¶
KeyAndValueFromJSONKey TODO
Types ¶
type ResultKeyValue ¶
type ResultKeyValue struct {
Key, Value string
}
ResultKeyValue TODO
func ResultKeyValueFromJSONPath ¶
func ResultKeyValueFromJSONPath(path string, jsonData string) (*ResultKeyValue, error)
ResultKeyValueFromJSONPath TODO
type TemplateManager ¶
type TemplateManager struct {
// contains filtered or unexported fields
}
TemplateManager TODO
func (*TemplateManager) ParseJSONDataInTemplate ¶
func (t *TemplateManager) ParseJSONDataInTemplate(templateSource string, jsonData string) (string, error)
ParseJSONDataInTemplate TODO
Click to show internal directories.
Click to hide internal directories.