... | @@ -124,3 +124,15 @@ definitions: |
... | @@ -124,3 +124,15 @@ definitions: |
|
#### x-protobuf-index
|
|
#### x-protobuf-index
|
|
|
|
|
|
For assigning field numbers: https://developers.google.com/protocol-buffers/docs/proto3#assigning_field_numbers
|
|
For assigning field numbers: https://developers.google.com/protocol-buffers/docs/proto3#assigning_field_numbers
|
|
|
|
|
|
|
|
### Swift
|
|
|
|
#### x-swift-hastable
|
|
|
|
|
|
|
|
To extends the model with `Hashable`, e.g.
|
|
|
|
```
|
|
|
|
public struct Pet: Codable {
|
|
|
|
```
|
|
|
|
becomes
|
|
|
|
```
|
|
|
|
public struct Pet: Codable, Hashable {
|
|
|
|
``` |
|
|
|
\ No newline at end of file |