Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { HTTPServer *shttp.Server WSServer *shttp.WSServer GraphServer *graph.GraphServer AlertServer *alert.AlertServer FlowMappingPipeline *mappings.FlowMappingPipeline Storage storage.Storage FlowTable *flow.Table TableClient *flow.TableClient EmbeddedEtcd *etcd.EmbeddedEtcd EtcdClient *etcd.EtcdClient // contains filtered or unexported fields }
func NewServerFromConfig ¶
func (*Server) AnalyzeFlows ¶
func (*Server) ListenAndServe ¶
func (s *Server) ListenAndServe()
func (*Server) SetStorage ¶
func (*Server) SetStorageFromConfig ¶ added in v0.3.0
func (s *Server) SetStorageFromConfig()
Click to show internal directories.
Click to hide internal directories.