| 2035 | } |
| 2036 | |
| 2037 | type docUnmarshalTOML struct { |
| 2038 | Decoded struct { |
| 2039 | Key string |
| 2040 | } |
| 2041 | } |
| 2042 | |
| 2043 | func (d *docUnmarshalTOML) UnmarshalTOML(i interface{}) error { |
| 2044 | if iMap, ok := i.(map[string]interface{}); !ok { |
nothing calls this directly
no outgoing calls
no test coverage detected