Documentation ¶
Index ¶
- func Deregister() (err error)
- func New(serverImpl vxconf.CoolServer) vxconf.XsServer
- func NewEchoLogger() echo.Logger
- func SetRegistrarChangesHandler(handler store.WatchFunc)
- func SetRegistrarOkCallback(okCallback RegistrarCallback)
- type CustomLogging
- func (s *CustomLogging) Debug(i ...interface{})
- func (s *CustomLogging) Debugf(format string, args ...interface{})
- func (s *CustomLogging) Debugj(j echolog.JSON)
- func (s *CustomLogging) Error(i ...interface{})
- func (s *CustomLogging) Errorf(format string, args ...interface{})
- func (s *CustomLogging) Errorj(j echolog.JSON)
- func (s *CustomLogging) Fatal(i ...interface{})
- func (s *CustomLogging) Fatalf(format string, args ...interface{})
- func (s *CustomLogging) Fatalj(j echolog.JSON)
- func (s *CustomLogging) Info(i ...interface{})
- func (s *CustomLogging) Infof(format string, args ...interface{})
- func (s *CustomLogging) Infoj(j echolog.JSON)
- func (s *CustomLogging) Level() echolog.Lvl
- func (s *CustomLogging) Output() io.Writer
- func (s *CustomLogging) Panic(i ...interface{})
- func (s *CustomLogging) Panicf(format string, args ...interface{})
- func (s *CustomLogging) Panicj(j echolog.JSON)
- func (s *CustomLogging) Prefix() string
- func (s *CustomLogging) Print(i ...interface{})
- func (s *CustomLogging) Printf(format string, args ...interface{})
- func (s *CustomLogging) Printj(j echolog.JSON)
- func (s *CustomLogging) SetHeader(h string)
- func (s *CustomLogging) SetLevel(v echolog.Lvl)
- func (s *CustomLogging) SetOutput(w io.Writer)
- func (s *CustomLogging) SetPrefix(p string)
- func (s *CustomLogging) Warn(i ...interface{})
- func (s *CustomLogging) Warnf(format string, args ...interface{})
- func (s *CustomLogging) Warnj(j echolog.JSON)
- type RegistrarCallback
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Deregister ¶
func Deregister() (err error)
func NewEchoLogger ¶
func SetRegistrarOkCallback ¶
func SetRegistrarOkCallback(okCallback RegistrarCallback)
Types ¶
type CustomLogging ¶
type CustomLogging struct {
// contains filtered or unexported fields
}
func (*CustomLogging) Debug ¶
func (s *CustomLogging) Debug(i ...interface{})
func (*CustomLogging) Debugf ¶
func (s *CustomLogging) Debugf(format string, args ...interface{})
func (*CustomLogging) Debugj ¶
func (s *CustomLogging) Debugj(j echolog.JSON)
func (*CustomLogging) Error ¶
func (s *CustomLogging) Error(i ...interface{})
func (*CustomLogging) Errorf ¶
func (s *CustomLogging) Errorf(format string, args ...interface{})
func (*CustomLogging) Errorj ¶
func (s *CustomLogging) Errorj(j echolog.JSON)
func (*CustomLogging) Fatal ¶
func (s *CustomLogging) Fatal(i ...interface{})
func (*CustomLogging) Fatalf ¶
func (s *CustomLogging) Fatalf(format string, args ...interface{})
func (*CustomLogging) Fatalj ¶
func (s *CustomLogging) Fatalj(j echolog.JSON)
func (*CustomLogging) Info ¶
func (s *CustomLogging) Info(i ...interface{})
func (*CustomLogging) Infof ¶
func (s *CustomLogging) Infof(format string, args ...interface{})
func (*CustomLogging) Infoj ¶
func (s *CustomLogging) Infoj(j echolog.JSON)
func (*CustomLogging) Level ¶
func (s *CustomLogging) Level() echolog.Lvl
func (*CustomLogging) Output ¶
func (s *CustomLogging) Output() io.Writer
func (*CustomLogging) Panic ¶
func (s *CustomLogging) Panic(i ...interface{})
func (*CustomLogging) Panicf ¶
func (s *CustomLogging) Panicf(format string, args ...interface{})
func (*CustomLogging) Panicj ¶
func (s *CustomLogging) Panicj(j echolog.JSON)
func (*CustomLogging) Prefix ¶
func (s *CustomLogging) Prefix() string
func (*CustomLogging) Print ¶
func (s *CustomLogging) Print(i ...interface{})
func (*CustomLogging) Printf ¶
func (s *CustomLogging) Printf(format string, args ...interface{})
func (*CustomLogging) Printj ¶
func (s *CustomLogging) Printj(j echolog.JSON)
func (*CustomLogging) SetHeader ¶
func (s *CustomLogging) SetHeader(h string)
func (*CustomLogging) SetLevel ¶
func (s *CustomLogging) SetLevel(v echolog.Lvl)
func (*CustomLogging) SetOutput ¶
func (s *CustomLogging) SetOutput(w io.Writer)
func (*CustomLogging) SetPrefix ¶
func (s *CustomLogging) SetPrefix(p string)
func (*CustomLogging) Warn ¶
func (s *CustomLogging) Warn(i ...interface{})
func (*CustomLogging) Warnf ¶
func (s *CustomLogging) Warnf(format string, args ...interface{})
func (*CustomLogging) Warnj ¶
func (s *CustomLogging) Warnj(j echolog.JSON)
type RegistrarCallback ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.