Documentation ¶
Index ¶
Constants ¶
View Source
const ( DBConnAddressKey = "ADDRESS" DBConnUrlKey = "URL" DBConnRegexp = `^(?i)` + DBConnAddressKey + `\.(?i)(` + DBConnUrlKey + `)$` IndexKey = "INDEX" IndexRegexp = `^(?i)` + IndexKey + `\.([a-zA-Z0-9_\-]+)\.([a-zA-Z0-9_\-]+)$` ShardKey = "SHARD" ShardRegexp = `^(?i)` + ShardKey + `\.([a-zA-Z0-9_\-]+)\.([a-zA-Z0-9_\-]+)$` EnableShardKey = "ENABLESHARDING" EnableShardRegexp = `^(?i)` + EnableShardKey + `$` )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnableShard ¶
type EnableShard struct {
// contains filtered or unexported fields
}
type Param ¶
type Param struct {
// contains filtered or unexported fields
}
func (*Param) GetEnShard ¶
Click to show internal directories.
Click to hide internal directories.