| 19 | } |
| 20 | |
| 21 | type Chainloop struct { |
| 22 | // +private |
| 23 | Instance InstanceInfo |
| 24 | // +private |
| 25 | Enterprise bool |
| 26 | } |
| 27 | |
| 28 | // New creates a new Chainloop module client. |
| 29 | func New( |
nothing calls this directly
no outgoing calls
no test coverage detected