Skip to content

Commit 3e8fa72

Browse files
committed
add new field to dummy Thing type for testing
On-behalf-of: @SAP [email protected]
1 parent 6af7bec commit 3e8fa72

File tree

1 file changed

+1
-0
lines changed
  • internal/sync/apis/dummy/v1alpha1

1 file changed

+1
-0
lines changed

internal/sync/apis/dummy/v1alpha1/thing.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ type Thing struct {
3434

3535
type ThingSpec struct {
3636
Username string `json:"username"`
37+
Kink string `json:"kink"`
3738
Address string `json:"address,omitempty"`
3839
}
3940

0 commit comments

Comments
 (0)