mirror of
https://github.com/logos-messaging/specs.git
synced 2026-01-04 07:03:14 +00:00
user snake case for field names
This commit is contained in:
parent
1e312bc2c3
commit
6a37950c66
@ -141,7 +141,7 @@ types:
|
||||
AutoShardingConfig:
|
||||
type: struct
|
||||
fields:
|
||||
numShardsInCluster:
|
||||
num_shards_in_cluster:
|
||||
type: uint
|
||||
description: "The number of shards in the configured cluster; this is a globally agreed value for each cluster."
|
||||
```
|
||||
@ -184,7 +184,7 @@ values:
|
||||
DefaultAutoShardingConfig:
|
||||
type: AutoShardingConfig
|
||||
fields:
|
||||
numShardsInCluster: 1
|
||||
num_shards_in_cluster: 1
|
||||
```
|
||||
|
||||
#### Extended definitions
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user