grouper

package
v0.0.0-...-9f7285a Latest Latest
Warning

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

Go to latest
Published: Jan 31, 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 LogGrouper

type LogGrouper = common_grouper.Grouper[*log.LogEntity, string]
var AllDependentLogGrouper LogGrouper = common_grouper.NewBasicGrouper[*log.LogEntity, string](func(log *log.LogEntity) string {
	return ""
})
var AllIndependentLogGrouper LogGrouper = common_grouper.NewBasicGrouper[*log.LogEntity, string](func(log *log.LogEntity) string {
	return log.ID()
})

func NewSingleStringFieldKeyLogGrouper

func NewSingleStringFieldKeyLogGrouper(keyPath string) LogGrouper

Jump to

Keyboard shortcuts

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