Documentation ¶
Overview ¶
Package followerindexstatus
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Active = FollowerIndexStatus{"active"} Paused = FollowerIndexStatus{"paused"} )
Functions ¶
This section is empty.
Types ¶
type FollowerIndexStatus ¶
type FollowerIndexStatus struct {
Name string
}
func (FollowerIndexStatus) MarshalText ¶
func (f FollowerIndexStatus) MarshalText() (text []byte, err error)
func (FollowerIndexStatus) String ¶
func (f FollowerIndexStatus) String() string
func (*FollowerIndexStatus) UnmarshalText ¶
func (f *FollowerIndexStatus) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.