structs

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KeysMaps

type KeysMaps[K comparable, D any] struct {
	Keys []K
	Maps map[K][]D
}

func ConfigTagKeyMaps

func ConfigTagKeyMaps[T any](mapConfig map[string]T) KeysMaps[string, Tag]

func OrderMaps

func OrderMaps[K comparable, D any](input map[K][]D) KeysMaps[K, D]

type Tag

type Tag struct {
	Key   string
	Field string
	Type  string
	Json  string
	Xml   string
	Yaml  string
	Env   string
}

Jump to

Keyboard shortcuts

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