minikube/third_party/go9p/stats.go

7 lines
78 B
Go
Raw Normal View History

package go9p
type StatsOps interface {
statsRegister()
statsUnregister()
}