Versions in this module Expand all Collapse all v0 v0.9.0 Jun 15, 2015 Changes in this version + var DefaultGitHubScopes = []string + var DefaultOptions = Options + func New(e *empire.Empire, options Options) http.Handler + func NewAuthorizer(clientID, clientSecret, organization string) authorization.Authorizer + type HealthHandler struct + IsHealthy func() bool + func NewHealthHandler(e *empire.Empire) *HealthHandler + func (h *HealthHandler) ServeHTTPContext(_ context.Context, w http.ResponseWriter, r *http.Request) error + type Options struct + GitHub struct{ ... }