Documentation ¶ Index ¶ func NewServer(config Config) http.Handler type Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewServer ¶ func NewServer(config Config) http.Handler Types ¶ type Config ¶ type Config struct { // Shared secret between GitHub and Conveyor. GitHubSecret string // BuildQueue to use. Queue conveyor.BuildQueue // Logger to use to stream logs from. Logger logs.Logger } Source Files ¶ View all Source files server.go Directories ¶ Show internal Expand all Path Synopsis api github Click to show internal directories. Click to hide internal directories.