Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Analyzers []lookout.AnalyzerConfig
}
Config is a server configuration
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server implements glue between providers / data-server / analyzers
func NewServer ¶
func NewServer(w lookout.Watcher, p lookout.Poster, fileGetter lookout.FileGetter, analyzers map[string]lookout.Analyzer, eventOp store.EventOperator, commentOp store.CommentOperator) *Server
NewServer creates new Server
func (*Server) HandlePush ¶
HandlePush sends request to analyzers concurrently
func (*Server) HandleReview ¶
HandleReview sends request to analyzers concurrently
Click to show internal directories.
Click to hide internal directories.