vCTP Console
Build Intelligence Dashboard
A glossy, snapshot-ready view of what is running.
Build Time
{info.BuildTime}
SHA1 Version
{info.SHA1Ver}
Go Runtime
{info.GoVersion}
package views import ( "vctp/components/core" ) type BuildInfo struct { BuildTime string SHA1Ver string GoVersion string } templ Index(info BuildInfo) { @core.Header()
A glossy, snapshot-ready view of what is running.
Build Time
{info.BuildTime}
SHA1 Version
{info.SHA1Ver}
Go Runtime
{info.GoVersion}