ociSource is used to load an agent configuration from an OCI artifact.
| 96 | |
| 97 | // ociSource is used to load an agent configuration from an OCI artifact. |
| 98 | type ociSource struct { |
| 99 | reference string |
| 100 | } |
| 101 | |
| 102 | func NewOCISource(reference string) Source { |
| 103 | return ociSource{ |
nothing calls this directly
no outgoing calls
no test coverage detected