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

Interface Member

member.go:6–9  ·  view source on GitHub ↗

Member is a marker interface for members of dictionaries and lists. See https://httpwg.org/specs/rfc9651.html#list.

Source from the content-addressed store, hash-verified

4//
5// See https://httpwg.org/specs/rfc9651.html#list.
6type Member interface {
7 member()
8 marshaler
9}

Callers

nothing calls this directly

Implementers 2

Itemitem.go
InnerListinnerlist.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…