Lines Matching defs:interface
39 func AppendProperties(dst interface{}, src interface{}, filter ExtendPropertyFilterFunc) error {
58 func PrependProperties(dst interface{}, src interface{}, filter ExtendPropertyFilterFunc) error {
78 func AppendMatchingProperties(dst []interface{}, src interface{},
99 func PrependMatchingProperties(dst []interface{}, src interface{},
123 func ExtendProperties(dst interface{}, src interface{}, filter ExtendPropertyFilterFunc,
149 func ExtendMatchingProperties(dst []interface{}, src interface{},
196 func extendPropertyErrorf(property string, format string, a ...interface{}) *ExtendPropertyError {
203 func extendProperties(dst interface{}, src interface{}, filter ExtendPropertyFilterFunc,
228 func extendMatchingProperties(dst []interface{}, src interface{}, filter ExtendPropertyFilterFunc,
616 func getOrCreateStruct(in interface{}) (reflect.Value, error) {
627 func getStruct(in interface{}) (reflect.Value, error) {