| 127 | } |
| 128 | |
| 129 | type Feature struct { |
| 130 | Type string `json:"$type"` |
| 131 | Tag string `json:"tag"` |
| 132 | Did string `json:"did,omitempty"` |
| 133 | Uri string `json:"uri,omitempty"` |
| 134 | } |
| 135 | |
| 136 | type Index struct { |
| 137 | ByteEnd int `json:"byteEnd"` |
nothing calls this directly
no outgoing calls
no test coverage detected