Documentation ¶
Overview ¶
Package indexroutingallocationoptions
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( All = IndexRoutingAllocationOptions{"all"} Primaries = IndexRoutingAllocationOptions{"primaries"} Newprimaries = IndexRoutingAllocationOptions{"new_primaries"} None = IndexRoutingAllocationOptions{"none"} )
Functions ¶
This section is empty.
Types ¶
type IndexRoutingAllocationOptions ¶
type IndexRoutingAllocationOptions struct {
// contains filtered or unexported fields
}
func (IndexRoutingAllocationOptions) MarshalText ¶
func (i IndexRoutingAllocationOptions) MarshalText() (text []byte, err error)
func (IndexRoutingAllocationOptions) String ¶
func (i IndexRoutingAllocationOptions) String() string
func (*IndexRoutingAllocationOptions) UnmarshalText ¶
func (i *IndexRoutingAllocationOptions) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.