Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { MuxRouter *api.MuxRouter Logger *zap.SugaredLogger GrpcControllerImpl *api.GrpcHandlerImpl StartupConfig *bean.StartupConfig // contains filtered or unexported fields }
func NewApp ¶
func NewApp(MuxRouter *api.MuxRouter, Logger *zap.SugaredLogger, impl *git.GitWatcherImpl, db *pg.DB, pubSubClient *pubsub.PubSubClientServiceImpl, GrpcControllerImpl *api.GrpcHandlerImpl) *App
type PanicLogger ¶
type PanicLogger struct {
Logger *zap.SugaredLogger
}
func (*PanicLogger) Println ¶
func (impl *PanicLogger) Println(param ...interface{})
Click to show internal directories.
Click to hide internal directories.