MCPcopy
hub / github.com/nats-io/nats.go / AccountInfo

Method AccountInfo

jsm.go:99–99  ·  view source on GitHub ↗

AccountInfo retrieves info about the JetStream usage from an account.

(opts ...JSOpt)

Source from the content-addressed store, hash-verified

97
98 // AccountInfo retrieves info about the JetStream usage from an account.
99 AccountInfo(opts ...JSOpt) (*AccountInfo, error)
100
101 // StreamNameBySubject returns a stream matching given subject.
102 StreamNameBySubject(string, ...JSOpt) (string, error)

Callers 7

TestJetStreamNotEnabledFunction · 0.65
TestJetStreamErrorsFunction · 0.65
TestJetStreamManagementFunction · 0.65
TestAccountInfoFunction · 0.65
withJSClusterAndStreamFunction · 0.65
waitForJSReadyFunction · 0.65
TestJetStreamDomainFunction · 0.65

Implementers 1

jsjs.go

Calls

no outgoing calls

Tested by 7

TestJetStreamNotEnabledFunction · 0.52
TestJetStreamErrorsFunction · 0.52
TestJetStreamManagementFunction · 0.52
TestAccountInfoFunction · 0.52
withJSClusterAndStreamFunction · 0.52
waitForJSReadyFunction · 0.52
TestJetStreamDomainFunction · 0.52