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

Method Del

test/headers_test.go:252–252  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

250 type HeaderInterface interface {
251 Add(key, value string)
252 Del(key string)
253 Get(key string) string
254 Set(key, value string)
255 Values(key string) []string

Calls

no outgoing calls