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