MCPcopy Create free account
hub / github.com/cppla/moto / log

Struct log

config/setting.go:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 "strconv"
16 "strings"
17 "time"
18)
19
20const (
21 // DefaultPath is the configuration file used when no path is supplied by
22 // the caller.
23 DefaultPath = "config/setting.json"
24
25 // These limits are intentionally conservative defaults. A rule may opt in

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected