feat: always with lowercase in protobuf
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
41780fbaf5
commit
69fb785b1f
@ -144,7 +144,8 @@ message MyEvent {{
|
|||||||
string my_field = 1;
|
string my_field = 1;
|
||||||
}}
|
}}
|
||||||
"#,
|
"#,
|
||||||
config.service.domain, entity
|
config.service.domain.replace("-", "_"),
|
||||||
|
entity.replace("-", "_")
|
||||||
)
|
)
|
||||||
.as_bytes(),
|
.as_bytes(),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user