Documentation
¶
Overview ¶
Package catsnapshotscolumn
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Id = CatSnapshotsColumn{"id"} Repository = CatSnapshotsColumn{"repository"} Status = CatSnapshotsColumn{"status"} Startepoch = CatSnapshotsColumn{"start_epoch"} Starttime = CatSnapshotsColumn{"start_time"} Endepoch = CatSnapshotsColumn{"end_epoch"} Endtime = CatSnapshotsColumn{"end_time"} Duration = CatSnapshotsColumn{"duration"} Indices = CatSnapshotsColumn{"indices"} Successfulshards = CatSnapshotsColumn{"successful_shards"} Failedshards = CatSnapshotsColumn{"failed_shards"} Totalshards = CatSnapshotsColumn{"total_shards"} Reason = CatSnapshotsColumn{"reason"} )
Functions ¶
This section is empty.
Types ¶
type CatSnapshotsColumn ¶
type CatSnapshotsColumn struct {
Name string
}
func (CatSnapshotsColumn) MarshalText ¶
func (c CatSnapshotsColumn) MarshalText() (text []byte, err error)
func (CatSnapshotsColumn) String ¶
func (c CatSnapshotsColumn) String() string
func (*CatSnapshotsColumn) UnmarshalText ¶
func (c *CatSnapshotsColumn) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.