Documentation ¶ Index ¶ type AbandonOpError func (w *AbandonOpError) Error() string type Server func New(js nats.JetStreamContext, logger *zap.Logger, res *resource.Resource, ...) *Server func (s *Server) Listen() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type AbandonOpError ¶ type AbandonOpError struct { Err error } func (*AbandonOpError) Error ¶ func (w *AbandonOpError) Error() string type Server ¶ type Server struct { // contains filtered or unexported fields } func New ¶ func New(js nats.JetStreamContext, logger *zap.Logger, res *resource.Resource, exp *jaeger.Exporter) *Server func (*Server) Listen ¶ func (s *Server) Listen() error Source Files ¶ View all Source files errors.goserver.gospan.go Click to show internal directories. Click to hide internal directories.