| 14 | } |
| 15 | |
| 16 | type noneVariable struct { |
| 17 | name string |
| 18 | } |
| 19 | |
| 20 | func (n *noneVariable) Load(ctx context.Context, definition *latest.Variable) (interface{}, error) { |
| 21 | if definition.Default == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected