Documentation ¶
Overview ¶
Package jobblockedreason
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Delete = JobBlockedReason{"delete"} Reset = JobBlockedReason{"reset"} Revert = JobBlockedReason{"revert"} )
Functions ¶
This section is empty.
Types ¶
type JobBlockedReason ¶
type JobBlockedReason struct {
Name string
}
func (JobBlockedReason) MarshalText ¶
func (j JobBlockedReason) MarshalText() (text []byte, err error)
func (JobBlockedReason) String ¶
func (j JobBlockedReason) String() string
func (*JobBlockedReason) UnmarshalText ¶
func (j *JobBlockedReason) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.