| 51 | } |
| 52 | |
| 53 | type Celer struct { |
| 54 | configData |
| 55 | |
| 56 | // Internal fields. |
| 57 | platform Platform |
| 58 | project Project |
| 59 | exprVars context.ExprVars |
| 60 | devCacheConfig *DevCacheConfig |
| 61 | } |
| 62 | |
| 63 | type main struct { |
| 64 | ConfRepo string `toml:"conf_repo"` |
nothing calls this directly
no outgoing calls
no test coverage detected