apigear-io / cli

The ApiGear client as go project
https://apigear.io
MIT License
1 stars 2 forks source link

meta support for solutions and cmd line #31

Open jryannel opened 1 year ago

jryannel commented 1 year ago

Support to add meta information to the cmd line and the solution. The meta support can be a valid YAML content or can be an external file. In case of an external file all keys under a symbol object shall be valid symbols and injected into the looked up symbols from the parsed system.

symbols:
  demo.Calc:
    - go.module: "github.com/demo/calc"

This will add the go.module meta key to the interface demo.Calc