()
| 307 | func (*Array) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} } |
| 308 | |
| 309 | func (m *Array) GetItems() []*Field { |
| 310 | if m != nil { |
| 311 | return m.Items |
| 312 | } |
| 313 | return nil |
| 314 | } |
| 315 | |
| 316 | // A SRI represents a parsed Spread Resource Identifier (SRI), a globally unique address for a document or field stored within a repository. |
| 317 | type SRI struct { |
no outgoing calls
no test coverage detected