influxdb/daemon/stoppable.go

6 lines
51 B
Go

package main
type Stoppable interface {
Stop()
}