| 16 | } |
| 17 | |
| 18 | type envVariable struct { |
| 19 | name string |
| 20 | } |
| 21 | |
| 22 | func (e *envVariable) Load(ctx context.Context, definition *latest.Variable) (interface{}, error) { |
| 23 | // Check environment |
nothing calls this directly
no outgoing calls
no test coverage detected