logger.go 88 B

12345
  1. package rabbitmq
  2. type Logger interface {
  3. Errorf(format string, args ...interface{})
  4. }