Versions in this module Expand all Collapse all v9 v9.0.0 Aug 23, 2026 Changes in this version + func ConvertComponentTemplateSetting(actualByte, expectedByte []byte) ([]byte, []byte, error) + func ConvertIndexTemplateSetting(actualByte, expectedByte []byte) ([]byte, []byte, error) + type ComponentTemplate struct + Meta map[string]any + Template *ComponentTemplateData + Version *int64 + type ComponentTemplateData struct + Aliases map[string]any + Mappings map[string]any + Settings map[string]any + type ComponentTemplateGetResponse struct + ComponentTemplates []struct{ ... } + type IndexTemplate struct + ComposedOf []string + DataStream map[string]any + IndexPatterns []string + Meta map[string]any + Priority int + Template *IndexTemplateData + Version int + type IndexTemplateData struct + Aliases map[string]any + Mappings map[string]any + Settings map[string]any + type IndexTemplateGetResponse struct + IndexTemplates []struct{ ... } Other modules containing this package github.com/disaster37/es-handler/v8