Versions in this module Expand all Collapse all v0 v0.0.19 Mar 11, 2025 v0.0.18 Nov 1, 2024 v0.0.17 Jun 13, 2024 v0.0.16 Apr 9, 2024 Changes in this version + func CreateExtensionRunner(ext *Extension, c *cobra.Command, remoteServer server.RunnerExtensionServer) (err error) v0.0.15 Dec 7, 2023 Changes in this version + func CreateMonitor(ext *Extension, c *cobra.Command, remoteServer monitor.MonitorServer) (err error) + func CreateRunner(ext *Extension, c *cobra.Command, remoteServer remote.LoaderServer) (err error) + func LoadPProf(name string) []byte + func RegisterStopSignal(ctx context.Context, callback func(), servers ...StopAble) + type Extension struct + Port int + Socket string + func NewExtension(name, kind string, port int) *Extension + func (o *Extension) AddFlags(flags *pflag.FlagSet) + func (o *Extension) GetFullName() string + func (o *Extension) GetListenAddress() (protocol, address string) + type StopAble interface + Stop func()