Versions in this module Expand all Collapse all v0 v0.0.1 Jul 14, 2023 Changes in this version + type Component struct + JSFile string + TabName string + Tag string + func NewComponent(tabName string, jsFile string, tag string) Component + type Module struct + Components []Component + Name string + TickFunction func() + Version string + func NewModule(name string, version Version, components []Component, tickFunction func()) *Module + type Version [3]int + func NewVersion(major int, minor int, sub int) Version