Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) AddCloseFunc ¶
func (c *Client) AddCloseFunc(f func())
type Config ¶
type ConfigPublisher ¶
type ConfigPublisher struct { JetStream bool `yaml:"jetstream" json:"jetstream"` Config `yaml:",inline" json:",inline"` }
func (*ConfigPublisher) Validate ¶
func (c *ConfigPublisher) Validate() error
type PendingLimitsConfig ¶
type PendingLimitsConfig struct { MsgLimit int `yaml:"msgLimit" json:"msgLimit"` BytesLimit int `yaml:"bytesLimit" json:"bytesLimit"` }
func (*PendingLimitsConfig) Validate ¶
func (c *PendingLimitsConfig) Validate() error
Click to show internal directories.
Click to hide internal directories.