The SDK config used by this module.
()
| 10945 | |
| 10946 | // The SDK config used by this module. |
| 10947 | func (r *Module) SDK() *SDKConfig { |
| 10948 | q := r.query.Select("sdk") |
| 10949 | |
| 10950 | return &SDKConfig{ |
| 10951 | query: q, |
| 10952 | } |
| 10953 | } |
| 10954 | |
| 10955 | // ModuleServeOpts contains options for Module.Serve |
| 10956 | type ModuleServeOpts struct { |