| 15 | "strconv" |
| 16 | "strings" |
| 17 | "time" |
| 18 | ) |
| 19 | |
| 20 | const ( |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected