Documentation ¶
Overview ¶
Package shardstorestatus
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Green = ShardStoreStatus{"green"} Yellow = ShardStoreStatus{"yellow"} Red = ShardStoreStatus{"red"} All = ShardStoreStatus{"all"} )
Functions ¶
This section is empty.
Types ¶
type ShardStoreStatus ¶
type ShardStoreStatus struct {
Name string
}
func (ShardStoreStatus) MarshalText ¶
func (s ShardStoreStatus) MarshalText() (text []byte, err error)
func (ShardStoreStatus) String ¶
func (s ShardStoreStatus) String() string
func (*ShardStoreStatus) UnmarshalText ¶
func (s *ShardStoreStatus) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.