MCPcopy Index your code
hub / github.com/dunglas/httpsfv / Item

Struct Item

item.go:9–12  ·  view source on GitHub ↗

Item is a bare value and associated parameters. See https://httpwg.org/specs/rfc9651.html#item.

Source from the content-addressed store, hash-verified

7// Item is a bare value and associated parameters.
8// See https://httpwg.org/specs/rfc9651.html#item.
9type Item struct {
10 Value interface{}
11 Params *Params
12}
13
14// NewItem returns a new Item.
15func NewItem(v interface{}) Item {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected