EngineOperations is an Apptainer OCI runtime engine that implements engine.Operations. Basically, this is the core of `apptainer oci` commands.
| 19 | // EngineOperations is an Apptainer OCI runtime engine that implements engine.Operations. |
| 20 | // Basically, this is the core of `apptainer oci` commands. |
| 21 | type EngineOperations struct { |
| 22 | CommonConfig *config.Common `json:"-"` |
| 23 | EngineConfig *EngineConfig `json:"engineConfig"` |
| 24 | } |
| 25 | |
| 26 | // InitConfig stores the parsed config.Common inside the engine. |
| 27 | // |
nothing calls this directly
no outgoing calls
no test coverage detected