Documentation ¶
Overview ¶
Package routingstate
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Failed = RoutingState{"failed"} Started = RoutingState{"started"} Starting = RoutingState{"starting"} Stopped = RoutingState{"stopped"} Stopping = RoutingState{"stopping"} )
Functions ¶
This section is empty.
Types ¶
type RoutingState ¶
type RoutingState struct {
Name string
}
func (RoutingState) MarshalText ¶
func (r RoutingState) MarshalText() (text []byte, err error)
func (RoutingState) String ¶
func (r RoutingState) String() string
func (*RoutingState) UnmarshalText ¶
func (r *RoutingState) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.