Documentation
¶
Index ¶
Constants ¶
View Source
const ( RefreshText = "Refresh" RefreshUrl = "." )
Variables ¶
View Source
var RefreshButton = ButtonLinks{ Href: RefreshUrl, Text: RefreshText, }
Functions ¶
func CreateTemplate ¶
func InitTemplates ¶
func InitTemplates() error
Types ¶
type ButtonLinks ¶
type Home ¶
type Home struct { Filename string Headers []ButtonLinks }
type K8Template ¶
type K8Template struct { Filename string Buttons []ButtonLinks BreadCrumbs []ButtonLinks Headers []string Rows [][]string Version string }
type TableTemplate ¶
Click to show internal directories.
Click to hide internal directories.