mirror of
https://github.com/divan/expvarmon.git
synced 2025-04-29 13:49:19 +08:00
6 lines
71 B
Go
6 lines
71 B
Go
![]() |
package main
|
||
|
|
||
|
type Source interface {
|
||
|
Update() (interface{}, error)
|
||
|
}
|