...
To generate API layer without StubFactory (usual interfaces) use the following command from the project's root directory:
Code Block |
---|
cmd/templateapp generate api |
To generate API layer with StubFactory usage (default method with StubFactory in interfaces) use the following command from the project's root directory:
Code Block |
---|
cmd/templateapp generate api-stub |
MockDataGenerator
...