Morgan Slater

Results 7 comments of Morgan Slater

I have struct methods spread across multiple files, is there anyway to include them all when running `ifacemaker`?

I actually found a slight workaround. As file accepts a glob you can run the following bash command. `ifacemaker -f "*.go" -s Struct -i Interface -p package`

I have updated my function to ``` functions: healthcheck: handler: bin/lambda/functions/healthcheck/bootstrap timeout: 10 events: - http: path: /_health method: get private: true documentation: summary: "Health check" description: "Health check endpoint"...

Thanks I actually managed to overcome my issues with the amazing [serverless-go-plugin](https://github.com/mthenw/serverless-go-plugin)

just to confirm, does this not support splitting models into multiple files at all?

Hmm actually might work for my edge-case, given I can use a relative path there instead of absolute