Documentation ¶
Overview ¶
Package waitforactiveshardoptions
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( All = WaitForActiveShardOptions{"all"} IndexSetting = WaitForActiveShardOptions{"index-setting"} )
Functions ¶
This section is empty.
Types ¶
type WaitForActiveShardOptions ¶
type WaitForActiveShardOptions struct {
Name string
}
func (WaitForActiveShardOptions) MarshalText ¶
func (w WaitForActiveShardOptions) MarshalText() (text []byte, err error)
func (WaitForActiveShardOptions) String ¶
func (w WaitForActiveShardOptions) String() string
func (*WaitForActiveShardOptions) UnmarshalText ¶
func (w *WaitForActiveShardOptions) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.