Versions in this module Expand all Collapse all v0 v0.9.0 Oct 20, 2021retracted Changes in this version + type Load interface + Load func() (*config.AgentConfig, error) + type LoadConfig struct + Path string + func (l *LoadConfig) Load() (*config.AgentConfig, error) + type ServerlessTraceAgent struct + func (s *ServerlessTraceAgent) Get() *agent.Agent + func (s *ServerlessTraceAgent) Start(enabled bool, loadConfig Load) + func (s *ServerlessTraceAgent) Stop()