Versions in this module Expand all Collapse all v0 v0.0.1 Jul 6, 2019 Changes in this version + type DynamicData struct + DynamicElemMap map[string]DynamicElement + OriginData string + func (m *DynamicData) Replace(params ...interface{}) string + func (m *DynamicData) ReplaceWithMap(objParams map[string]interface{}) string + type DynamicElement interface + Format func(func(key string) string) string + type GetFunc func(key string) string