mirror of
https://github.com/status-im/consul.git
synced 2025-02-01 16:37:12 +00:00
Clarify feature name in partition docstring
This commit is contained in:
parent
7811edd055
commit
3e5400c4c5
@ -12,7 +12,7 @@ type Partition struct {
|
|||||||
Name string `json:"Name"`
|
Name string `json:"Name"`
|
||||||
|
|
||||||
// Description is where the user puts any information they want
|
// Description is where the user puts any information they want
|
||||||
// about the partition. It is not used internally.
|
// about the admin partition. It is not used internally.
|
||||||
Description string `json:"Description,omitempty"`
|
Description string `json:"Description,omitempty"`
|
||||||
|
|
||||||
// DeletedAt is the time when the Partition was marked for deletion
|
// DeletedAt is the time when the Partition was marked for deletion
|
||||||
@ -29,7 +29,7 @@ type Partition struct {
|
|||||||
// PartitionDefaultName is the default partition value.
|
// PartitionDefaultName is the default partition value.
|
||||||
const PartitionDefaultName = "default"
|
const PartitionDefaultName = "default"
|
||||||
|
|
||||||
// Partitions can be used to manage Partitions in Consul Enterprise..
|
// Partitions can be used to manage Partitions in Consul Enterprise.
|
||||||
type Partitions struct {
|
type Partitions struct {
|
||||||
c *Client
|
c *Client
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user