Documentation ¶
Overview ¶
Package enrichpolicyphase
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SCHEDULED = EnrichPolicyPhase{"SCHEDULED"} RUNNING = EnrichPolicyPhase{"RUNNING"} COMPLETE = EnrichPolicyPhase{"COMPLETE"} FAILED = EnrichPolicyPhase{"FAILED"} )
Functions ¶
This section is empty.
Types ¶
type EnrichPolicyPhase ¶
type EnrichPolicyPhase struct {
Name string
}
func (EnrichPolicyPhase) MarshalText ¶
func (e EnrichPolicyPhase) MarshalText() (text []byte, err error)
func (EnrichPolicyPhase) String ¶
func (e EnrichPolicyPhase) String() string
func (*EnrichPolicyPhase) UnmarshalText ¶
func (e *EnrichPolicyPhase) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.