handlers.go 59 B

12345
  1. package log
  2. type DisposableHandler interface {
  3. Close()
  4. }