Documentation ¶
Index ¶
- func Execute()
- type Config
- type Server
- func (s *Server) CommitCaptureTask(ctx *gin.Context)
- func (s *Server) CommitDiagnoseTask(ctx *gin.Context)
- func (s *Server) DownloadCaptureFile(ctx *gin.Context)
- func (s *Server) GetEvent(ctx *gin.Context)
- func (s *Server) GetExporterConfig(ctx *gin.Context)
- func (s *Server) GetFlowGraph(ctx *gin.Context)
- func (s *Server) ListCaptureTasks(ctx *gin.Context)
- func (s *Server) ListDiagnoseTasks(ctx *gin.Context)
- func (s *Server) ListNamespaces(ctx *gin.Context)
- func (s *Server) ListNodes(ctx *gin.Context)
- func (s *Server) ListPods(ctx *gin.Context)
- func (s *Server) PingMesh(ctx *gin.Context)
- func (s *Server) Run()
- func (s *Server) RunAgentServer(port int, done <-chan struct{})
- func (s *Server) RunHTTPServer(port int, done <-chan struct{})
- func (s *Server) UpdateExporterConfig(ctx *gin.Context)
- type ServerConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) CommitCaptureTask ¶
CommitCaptureTask commit capture task
func (*Server) CommitDiagnoseTask ¶
CommitDiagnoseTask commit diagnose task
func (*Server) DownloadCaptureFile ¶
DownloadCaptureFile download capture file
func (*Server) GetExporterConfig ¶
func (*Server) GetFlowGraph ¶
func (*Server) ListCaptureTasks ¶
ListCaptureTasks list all capture task
func (*Server) ListDiagnoseTasks ¶
ListDiagnoseTasks list all diagnose task
func (*Server) ListNamespaces ¶
func (*Server) RunAgentServer ¶
func (*Server) RunHTTPServer ¶
func (*Server) UpdateExporterConfig ¶
type ServerConfig ¶
Click to show internal directories.
Click to hide internal directories.