Versions in this module Expand all Collapse all v1 v1.0.0 Mar 13, 2025 Changes in this version + func Init() error + func IsExternalScriptExists(path string) bool + func ProcessCommand(bid uint32, cmd string) error + func Rebuild() error + func RegisterExternalByPath(path string) error + func ReloadExternalByPath(path string) error + func RemoveExternalByPath(path string) error + type Script struct + func GetScripts() []*Script + func (s *Script) GetAddedAt() time.Time + func (s *Script) GetPath() string + func (s *Script) GetTree() antlr.ParseTree + func (s *Script) SetAddedAt(t time.Time) + func (s *Script) SetPath(data string) + func (s *Script) SetTree(t antlr.ParseTree)