mirror of
https://github.com/grafana/grafana.git
synced 2025-09-20 07:06:08 +08:00
6 lines
59 B
Go
6 lines
59 B
Go
package log
|
|
|
|
type DisposableHandler interface {
|
|
Close()
|
|
}
|