How to mock grpc model in Swift
Issue #306
1 | let json: [String: Any] = [ |
If we use withValue
from How to simplify struct mutating in Swift then we can mock easily
1 | extension Hero { |
Issue #306
1 | let json: [String: Any] = [ |
If we use withValue
from How to simplify struct mutating in Swift then we can mock easily
1 | extension Hero { |