parent
e3534a9068
commit
104bf06b8b
|
@ -40,9 +40,9 @@ type LogManagerRequestBody struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
LogTypeInfo = "I"
|
LogTypeInfo = "I "
|
||||||
LogTypeWarning = "W"
|
LogTypeWarning = "W "
|
||||||
LogTypeError = "E"
|
LogTypeError = "E "
|
||||||
)
|
)
|
||||||
|
|
||||||
func LogManagerRequestClient(requestMethod string, requestBody LogManagerRequestBody) {
|
func LogManagerRequestClient(requestMethod string, requestBody LogManagerRequestBody) {
|
||||||
|
|
Loading…
Reference in New Issue