Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthTokenFetcher ¶
type AuthTokenFetcher interface {
FetchAuthToken() string
}
AuthTokenFetcher is an interface for fetching an auth token from uaa
type Nozzle ¶
type Nozzle struct {
// contains filtered or unexported fields
}
Nozzle is the struct that holds the state of the nozzle
func (*Nozzle) AlertSlowConsumerError ¶
func (n *Nozzle) AlertSlowConsumerError()
AlertSlowConsumerError sets the slow consumer alert
func (*Nozzle) ResetSlowConsumerError ¶
func (n *Nozzle) ResetSlowConsumerError()
ResetSlowConsumerError resets the alert
Click to show internal directories.
Click to hide internal directories.