ingress-nginx-helm/vendor/github.com/parnurzeal/gorequest/logger.go
Manuel Alejandro de Brito Fontes 75c3c47f81 Update go dependencies to v1.17.0
2019-12-10 21:55:54 -03:00

7 lines
132 B
Go

package gorequest
type Logger interface {
SetPrefix(string)
Printf(format string, v ...interface{})
Println(v ...interface{})
}