mirror of
https://github.com/VinGarcia/ksql.git
synced 2025-05-31 11:42:25 +00:00
Minor fix to the AttrModifier struct
This commit is contained in:
parent
57c0f4cade
commit
0d73ac9a18
@ -9,11 +9,9 @@ type AttrModifier struct {
|
||||
// The following attributes will tell KSQL to
|
||||
// leave this attribute out of insertions, updates,
|
||||
// and queries respectively.
|
||||
//
|
||||
// (the private ones are not implemented yet)
|
||||
skipOnInsert bool
|
||||
SkipOnInsert bool
|
||||
SkipOnUpdate bool
|
||||
skipOnQuery bool
|
||||
SkipOnQuery bool
|
||||
|
||||
// Implement these functions if you want to override the default Scan/Value behavior
|
||||
// for the target attribute.
|
||||
|
Loading…
x
Reference in New Issue
Block a user