Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NoTags = make(map[string]string)
View Source
var Registry *spectator.Registry
Functions ¶
func DefaultSpectatorConfig ¶
func DefaultSpectatorConfig(uri string) *spectator.Config
Types ¶
type Spectator ¶
type Spectator struct {
// contains filtered or unexported fields
}
func StartSpectator ¶
func StartSpectator(config *configuration.GatewayConfig) (*Spectator, error)
type SpectatorLogger ¶
type SpectatorLogger struct {
// contains filtered or unexported fields
}
func NewSpectatorLogger ¶
func NewSpectatorLogger(config *configuration.GatewayConfig) *SpectatorLogger
func (*SpectatorLogger) Debugf ¶
func (l *SpectatorLogger) Debugf(format string, v ...interface{})
func (*SpectatorLogger) Errorf ¶
func (l *SpectatorLogger) Errorf(format string, v ...interface{})
func (*SpectatorLogger) Infof ¶
func (l *SpectatorLogger) Infof(format string, v ...interface{})
Click to show internal directories.
Click to hide internal directories.