normalizer

package
v1.53.0-rc.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 11, 2023 License: Apache-2.0, BSD-3-Clause, Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package normalizer provides tag normalization

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NormalizeHeaderTag

func NormalizeHeaderTag(headerAsTag string) (header string, tag string)

NormalizeHeaderTag accepts a string that contains a header and an optional mapped tag key, e.g, "header" or "header:tag" where `tag` will be the name of the header tag. If multiple colons exist in the input, it splits on the last colon. e.g, "first:second:third" gets split into `header = "first:second"` and `tag="third"`

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL