snow server status
(ctx Context)
| 85 | |
| 86 | // snow server status |
| 87 | func showServerState(ctx Context) error { |
| 88 | return ctx.WriteHtml(ctx.HttpServer().StateInfo().ShowHtmlTableData(Version, ctx.HttpServer().DotApp.GlobalUniqueID())) |
| 89 | } |
| 90 | |
| 91 | // query server information |
| 92 | func showQuery(ctx Context) error { |
nothing calls this directly
no test coverage detected