pomerium/pkg/protoutil
Kenneth Jenkins 2cc82ed706
protoutil: add OverwriteMasked method (#4651)
Add a method to copy selected fields from one proto message to another
(of the same type), using a FieldMask. This is intended for use in a new
databroker Patch method.
2023-10-31 09:16:54 -07:00
..
any.go storage: ignore removed fields when deserializing the data (#3768) 2022-11-28 09:31:57 -07:00
any_test.go authorize: implement allowed_idp_claims (#1542) 2020-10-23 14:05:37 -06:00
crypt.go authorize: audit logging (#2050) 2021-04-05 09:58:55 -06:00
crypt_test.go authorize: additional tracing, add benchmark for encryptor (#2059) 2021-04-05 12:55:16 -06:00
fieldmask.go protoutil: add OverwriteMasked method (#4651) 2023-10-31 09:16:54 -07:00
fieldmask_test.go protoutil: add OverwriteMasked method (#4651) 2023-10-31 09:16:54 -07:00
fieldmasktree_test.go protoutil: add OverwriteMasked method (#4651) 2023-10-31 09:16:54 -07:00
struct.go protoutil: add support for converting arbitrary protobuf messages into structs (#3106) 2022-03-08 12:21:22 -07:00
struct_test.go protoutil: add support for converting arbitrary protobuf messages into structs (#3106) 2022-03-08 12:21:22 -07:00
transform.go protoutil: add NewAny method for deterministic serialization (#2462) 2021-08-09 17:51:57 -06:00
transform_test.go protoutil: add generic transformer (#2023) 2021-03-26 09:59:38 -06:00