Documentation ¶
Overview ¶
Package shardstoreallocation
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Primary = ShardStoreAllocation{"primary"} Replica = ShardStoreAllocation{"replica"} Unused = ShardStoreAllocation{"unused"} )
Functions ¶
This section is empty.
Types ¶
type ShardStoreAllocation ¶
type ShardStoreAllocation struct {
Name string
}
func (ShardStoreAllocation) MarshalText ¶
func (s ShardStoreAllocation) MarshalText() (text []byte, err error)
func (ShardStoreAllocation) String ¶
func (s ShardStoreAllocation) String() string
func (*ShardStoreAllocation) UnmarshalText ¶
func (s *ShardStoreAllocation) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.