This commit is contained in:
2023-07-24 11:16:57 +02:00
parent 16c66ee28c
commit a4def75d06
2 changed files with 6 additions and 2 deletions

View File

@@ -51,6 +51,10 @@ var (
// other values come from pkgconfig
)
func NewType(key string, defStatusCode *int) {
return ErrorType{key, defStatusCode}
}
type LogPrintLevel string
const (