Skip to content
Snippets Groups Projects

Process response overhaul

Merged Ghost User requested to merge process-response-overhaul into develop
3 files
+ 12
7
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -22,4 +22,5 @@ type SouthboundInterface interface { // nolint
Schema() *ytypes.Schema
ID() uuid.UUID
Type() spb.Type
Unmarshal() func([]byte, []string, interface{}, ...ytypes.UnmarshalOpt) error
}
Loading