Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidPath = fmt.Errorf("invalid path")
Functions ¶
This section is empty.
Types ¶
type AnalyzerHandle ¶
type AnalyzerHandle struct {
Cache lib.Cache
CacheTTL time.Duration
TmpFolder string
Host string
Port int
ProjectPath *string
Branch *string
Local bool
}
func (*AnalyzerHandle) Handler ¶
func (h *AnalyzerHandle) Handler(w http.ResponseWriter, r *http.Request)
func (*AnalyzerHandle) Serve ¶
func (h *AnalyzerHandle) Serve() error
Click to show internal directories.
Click to hide internal directories.