This website requires JavaScript.
Explore
Help
Sign In
OrgGo
/
expvarmon
Watch
1
Star
0
Fork
0
You've already forked expvarmon
mirror of
https://github.com/divan/expvarmon.git
synced
2025-04-27 13:48:55 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
expvarmon
/
ui.go
9 lines
102 B
Go
Raw
Normal View
History
Unescape
Escape
Initial commit
2015-04-21 12:51:01 +03:00
package
main
// UI represents UI module
type
UI
interface
{
Data->UIData rename
2015-05-01 14:37:28 +03:00
Init
(
UIData
)
Initial commit
2015-04-21 12:51:01 +03:00
Close
(
)
Data->UIData rename
2015-05-01 14:37:28 +03:00
Update
(
UIData
)
Initial commit
2015-04-21 12:51:01 +03:00
}
Reference in New Issue
Copy Permalink