Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAppJwt ¶
Types ¶
type MultiError ¶
type MultiError []error
func (MultiError) Error ¶
func (me MultiError) Error() string
type NatsService ¶
type NatsService struct {
// contains filtered or unexported fields
}
func Connect ¶
func Connect(cfg Config) (*NatsService, error)
func MustConnect ¶
func MustConnect(cfg Config) *NatsService
func (*NatsService) AddHandler ¶
func (sn *NatsService) AddHandler(subject string, handlerFn Handler)
func (*NatsService) CloseConnection ¶
func (sn *NatsService) CloseConnection()
Click to show internal directories.
Click to hide internal directories.