Documentation ¶
Index ¶
Constants ¶
View Source
const UnknownFname = "<unknown>"
Variables ¶
View Source
var GetFileIDs = sync.OnceValues(func() (map[int]string, error) { var entries []Entry if err := json.Unmarshal(fileIDsJSON, &entries); err != nil { return nil, err } ret := map[int]string{} for _, e := range entries { ret[e.ID] = e.Filename } return ret, nil })
View Source
var (
MapName = "tg_errmetrics_map"
)
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.