This website requires JavaScript.
Explore
Help
Sign In
OrgGo
/
expvarmon
mirror of
https://github.com/divan/expvarmon.git
Watch
1
Star
0
Fork
You've already forked expvarmon
0
Code
Issues
Projects
Releases
Wiki
Activity
c2b28a34da
expvarmon
/
ui.go
9 lines
98 B
Go
Raw
Normal View
History
Unescape
Escape
Initial commit
2015-04-21 17:51:01 +08:00
package
main
// UI represents UI module
type
UI
interface
{
Refactored sparklines
2015-04-26 03:46:16 +08:00
Init
(
Data
)
Initial commit
2015-04-21 17:51:01 +08:00
Close
(
)
Update
(
Data
)
}