1
0
mirror of https://github.com/divan/expvarmon.git synced 2025-04-29 13:49:19 +08:00
expvarmon/source.go

6 lines
71 B
Go
Raw Normal View History

2015-04-21 12:51:01 +03:00
package main
type Source interface {
Update() (interface{}, error)
}