File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -104,10 +104,8 @@ func (a attribute) StateFunc() shim.SchemaStateFunc { return nil }
104104func (a attribute ) ConflictsWith () []string { return nil }
105105func (a attribute ) ExactlyOneOf () []string { return nil }
106106
107- func (a attribute ) SetElement (config interface {}) (interface {}, error ) {
108- panic ("UNIMPLIMENTED" )
109- }
110-
111- func (a attribute ) SetHash (v interface {}) int { panic ("UNIMPLIMENTED" ) }
112- func (a attribute ) SetElementHash (v interface {}) (int , error ) { panic ("UNIMPLIMENTED" ) }
113- func (a attribute ) NewSet (v []interface {}) interface {} { panic ("UNIMPLIMENTED" ) }
107+ // Set functions are unused for PF - could be needed if PF opts into detailed diffs
108+ func (a attribute ) SetElement (config interface {}) (interface {}, error ) { panic ("UNIMPLIMENTED" ) }
109+ func (a attribute ) SetHash (v interface {}) int { panic ("UNIMPLIMENTED" ) }
110+ func (a attribute ) SetElementHash (v interface {}) (int , error ) { panic ("UNIMPLIMENTED" ) }
111+ func (a attribute ) NewSet (v []interface {}) interface {} { panic ("UNIMPLIMENTED" ) }
You can’t perform that action at this time.
0 commit comments