7 lines
78 B
Go
7 lines
78 B
Go
|
package go9p
|
||
|
|
||
|
type StatsOps interface {
|
||
|
statsRegister()
|
||
|
statsUnregister()
|
||
|
}
|