package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Jul 24, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Client interface {
Init() error
StreamExists() (bool, error)
Close()
}
type Conn interface {
Status() nats.Status
JetStream() (nats.JetStreamContext, error)
IsConnected() bool
Close()
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.