NullValue - Implementation of ValueInterface that is containing null
| 36 | |
| 37 | // NullValue - Implementation of ValueInterface that is containing null |
| 38 | type NullValue struct { |
| 39 | } |
| 40 | |
| 41 | // HandleValue - Function to take an instance of ValueInterface and cast to a specific implementation |
| 42 | func CastValueInterface(v ValueInterface) { |
nothing calls this directly
no outgoing calls
no test coverage detected