6 lines
97 B
Go
6 lines
97 B
Go
package stats
|
|
|
|
// Placeholder for traffic stats collection.
|
|
|
|
func Collect() error { return nil }
|