Documentation ¶
Index ¶
- func NewLoggingResponseWriter(w http.ResponseWriter) *loggingResponseWriter
- type HTTPZeptoHandler
- type HealthHandler
- type HealthStatus
- type Option
- type Options
- type Zepto
- func (z *Zepto) Broker() *broker.Broker
- func (z *Zepto) Logger() logger.Logger
- func (z *Zepto) NewWeb() *web.App
- func (z *Zepto) SetupBroker(bp broker.BrokerProvider)
- func (z *Zepto) SetupGRPC(addr string, fn func(s *grpc.Server))
- func (z *Zepto) SetupHTTP(addr string, handler http.Handler)
- func (z *Zepto) Start()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLoggingResponseWriter ¶
func NewLoggingResponseWriter(w http.ResponseWriter) *loggingResponseWriter
Types ¶
type HTTPZeptoHandler ¶
type HTTPZeptoHandler struct {
// contains filtered or unexported fields
}
func (*HTTPZeptoHandler) ServeHTTP ¶
func (h *HTTPZeptoHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type HealthHandler ¶
type HealthHandler struct {
// contains filtered or unexported fields
}
type HealthStatus ¶
type Zepto ¶
type Zepto struct {
// contains filtered or unexported fields
}
func (*Zepto) SetupBroker ¶
func (z *Zepto) SetupBroker(bp broker.BrokerProvider)
Click to show internal directories.
Click to hide internal directories.