vCTP Console
Chargeback Intelligence Dashboard
Point in time snapshots of consumption.
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()
Point in time snapshots of consumption.
Build Time
{info.BuildTime}
SHA1 Version
{info.SHA1Ver}
Go Runtime
{info.GoVersion}