refactor(unified-storage): set the GUID in the resource server (#105683)
This commit is contained in:
@@ -1106,6 +1106,7 @@ func writeEvent(ctx context.Context, store resource.StorageBackend, name string,
|
||||
return store.WriteEvent(ctx, resource.WriteEvent{
|
||||
Type: action,
|
||||
Value: options.Value,
|
||||
GUID: uuid.New().String(),
|
||||
Key: &resourcepb.ResourceKey{
|
||||
Namespace: options.Namespace,
|
||||
Group: options.Group,
|
||||
|
||||
Reference in New Issue
Block a user