influxdb/daemon/stoppable.go

6 lines
51 B
Go
Raw Normal View History

package main
type Stoppable interface {
Stop()
}