Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
DBLoggingEnabled bool
SkipVerifySSL bool
Port int
CORSOrigin string
QueueWaitMaxDuration int
MaxQueueLength int
SQLDB *sql.DB
Queue gobble.QueueInterface
Logger lager.Logger
UAATokenValidator *uaa.TokenValidator
UAAHost string
UAAClientID string
UAAClientSecret string
DefaultUAAScopes []string
CCHost string
}
type VersionRouter ¶
func (VersionRouter) ServeHTTP ¶
func (vr VersionRouter) ServeHTTP(w http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.