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

Method Values

nats.go:4264–4266  ·  view source on GitHub ↗

Values returns all values associated with the given key. It is case-sensitive.

(key string)

Source from the content-addressed store, hash-verified

4262// Values returns all values associated with the given key.
4263// It is case-sensitive.
4264func (h Header) Values(key string) []string {
4265 return h[key]
4266}
4267
4268// Del deletes the values associated with a key.
4269// It is case-sensitive.

Callers 1

Calls

no outgoing calls

Tested by 1