Versions in this module Expand all Collapse all v3 v3.3.4 Sep 30, 2024 Changes in this version + const TemplatesRepoURL + var HttpSchemes = []string + func GetInputLivenessChecker(client *httpx.HTTPX) types.InputLivenessProbe + func IsBlank(value string) bool + func IsURL(input string) bool + func MapHash[K constraints.Ordered, V any](m map[K]V) uint64 + func ProbeURL(input string, httpxclient *httpx.HTTPX) string + func ReaderFromPathOrURL(templatePath string, catalog catalog.Catalog) (io.ReadCloser, error) + func StringSliceContains(slice []string, item string) bool + func TemplatePathURL(fullPath, templateId, templateVerifier string) (path string, url string) + func TransformIndex[T any](arr []T, index int) int + func UnwrapError(err error) error + type InsertionOrderedStringMap struct + func NewEmptyInsertionOrderedStringMap(size int) *InsertionOrderedStringMap + func NewInsertionOrderedStringMap(stringMap map[string]interface{}) *InsertionOrderedStringMap + func (insertionOrderedStringMap *InsertionOrderedStringMap) ForEach(fn func(key string, data interface{})) + func (insertionOrderedStringMap *InsertionOrderedStringMap) Len() int + func (insertionOrderedStringMap *InsertionOrderedStringMap) Set(key string, value interface{}) + func (insertionOrderedStringMap *InsertionOrderedStringMap) UnmarshalJSON(data []byte) error + func (insertionOrderedStringMap *InsertionOrderedStringMap) UnmarshalYAML(unmarshal func(interface{}) error) error