Documentation ¶
Overview ¶
Package indexingjobstate
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 {
Name string
}
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.