Versions in this module Expand all Collapse all v1 v1.4.1 May 30, 2023 Changes in this version + type Controller struct + Tag string + func NewController(server *core.Core, api *panel.Client, config *conf.ControllerConfig) *Controller + func (c *Controller) Close() error + func (c *Controller) RenewCert() + func (c *Controller) Start() error + type Node struct + func New() *Node + func (n *Node) Close() + func (n *Node) Start(nodes []*conf.NodeConfig, core *core.Core) error