config/reader.Values add Set for specific path merge (#1099)
* add Set for specific path merge * add Set * add Del
This commit is contained in:
		| @@ -18,6 +18,8 @@ type Reader interface { | ||||
| type Values interface { | ||||
| 	Bytes() []byte | ||||
| 	Get(path ...string) Value | ||||
| 	Set(val interface{}, path ...string) | ||||
| 	Del(path ...string) | ||||
| 	Map() map[string]interface{} | ||||
| 	Scan(v interface{}) error | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user