Versions in this module Expand all Collapse all v1 v1.22.38 Sep 25, 2022 v1.22.12 Mar 28, 2022 Changes in this version + var ErrSettingsNotBeenLoaded = errors.New("agent: settings has not been initialized") + type Manager struct + AppCtx context.Context + Cancel context.CancelFunc + Client api.Client + Debug bool + IsFromDocker bool + K8sCluster bool + K8sEnabled bool + K8sNamespace string + K8sNodeName string + K8sPodIp string + K8sPodName string + LoggingDir string + PluginDir string + Port int + ProfileEnabled bool + ProfileEnabledStr string + Server string + Token string + Volumes []*domain.DockerVolume + VolumesStr string + Workspace string + Zk *util.ZkClient + func GetInstance() *Manager + func (m *Manager) Close() + func (m *Manager) FetchProfile() *domain.AgentProfile + func (m *Manager) FireEvent(event domain.AppEvent) + func (m *Manager) Init()