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