Skip to content

Feature Request: Guid Mapping Support für Grpc Maps #2

@ingodinho

Description

@ingodinho

Problem:
Aktuell funktioniert die automatische Guid-Konvertierung per Flag super für einzelne string IDs und Listen, aber nicht für Maps mit string Keys

Gewünschtes Verhalten:
Wenn ich sowas habe:

message MyRequest {
/// [GrpcGuid]
  map<string, Object> users = 1;
}

sollten die string Keys automatisch zu Guids konvertiert werden, analog zu wie's bei Listen funktioniert.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions