Versions in this module Expand all Collapse all v1 v1.24.0 Apr 21, 2026 Changes in this version + func Capitalize(s string) string + func ColoredUnifiedDiff(from, to string, diffContextLines int) string + func EscapeForMarkdown(s string) string + func EscapeForMarkdownPreservingCodeSpans(s string) string + func JSONPatchPathToJSONPath(path string) string + func MergeJSON(mergeA, toB []byte) (result []byte, changed bool, err error) + func NewRestyClient(ctx context.Context) *resty.Client + func ParseProperties(ctx context.Context, input string) (map[string]any, error) + func SubtractJSON(fromA, subtractB []byte) (result []byte, changed bool, err error) + func Uint64ToInt(v uint64) int + type MultiError struct + func (m *MultiError) Add(errs ...error) *MultiError + func (m *MultiError) Error() string + func (m *MultiError) HasErrors() bool + func (m *MultiError) OrNilIfNoErrs() error + func (m *MultiError) Unwrap() []error