Documentation
¶
Overview ¶
Package indexingjobstate https://github.com/elastic/elasticsearch-specification/blob/1b56d7e58f5c59f05d1641c6d6a8117c5e01d741/specification/rollup/get_jobs/types.ts#L66-L72
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Started = IndexingJobState{"started"} Indexing = IndexingJobState{"indexing"} Stopping = IndexingJobState{"stopping"} Stopped = IndexingJobState{"stopped"} Aborting = IndexingJobState{"aborting"} )
Functions ¶
This section is empty.
Types ¶
type IndexingJobState ¶
type IndexingJobState struct {
// contains filtered or unexported fields
}
func (IndexingJobState) MarshalText ¶
func (i IndexingJobState) MarshalText() (text []byte, err error)
func (IndexingJobState) String ¶
func (i IndexingJobState) String() string
func (*IndexingJobState) UnmarshalText ¶
func (i *IndexingJobState) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.