mix pd.gen.adapter (PropertyDamage v0.2.0)
View SourceGenerate a PropertyDamage adapter module.
Usage
mix pd.gen.adapter MyApp.HTTPAdapterOptions
--type TYPE Adapter type: http, grpc, or direct (default: http)Examples
# HTTP adapter
mix pd.gen.adapter MyApp.HTTPAdapter
# gRPC adapter
mix pd.gen.adapter MyApp.GRPCAdapter --type grpc
# Direct adapter (for in-process testing)
mix pd.gen.adapter MyApp.DirectAdapter --type direct