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