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
5dca7d5676
expvarmon
/
ui.go
9 lines
102 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
{
Data->UIData rename
2015-05-01 19:37:28 +08:00
Init
(
UIData
)
Initial commit
2015-04-21 17:51:01 +08:00
Close
(
)
Data->UIData rename
2015-05-01 19:37:28 +08:00
Update
(
UIData
)
Initial commit
2015-04-21 17:51:01 +08:00
}