MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / Fields

Method Fields

pkg/log/fields.go:27–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25// Fielder is the interface for anything that can have fields.
26type Fielder interface {
27 Fields() map[string]any
28}
29
30// Fields returns a new immutable fields structure.

Callers 3

FieldsMethod · 0.65
WithFieldsMethod · 0.65
WithErrorMethod · 0.65

Implementers 4

Fpkg/log/fields.go
entrypkg/log/entry.go
Errorpkg/errors/errors.go
LoRaDnlinkpkg/applicationserver/io/packages/lora

Calls

no outgoing calls

Tested by

no test coverage detected