Documentation ¶
Overview ¶
Package allocationexplaindecision
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NO = AllocationExplainDecision{"NO"} YES = AllocationExplainDecision{"YES"} THROTTLE = AllocationExplainDecision{"THROTTLE"} ALWAYS = AllocationExplainDecision{"ALWAYS"} )
Functions ¶
This section is empty.
Types ¶
type AllocationExplainDecision ¶
type AllocationExplainDecision struct {
Name string
}
func (AllocationExplainDecision) MarshalText ¶
func (a AllocationExplainDecision) MarshalText() (text []byte, err error)
func (AllocationExplainDecision) String ¶
func (a AllocationExplainDecision) String() string
func (*AllocationExplainDecision) UnmarshalText ¶
func (a *AllocationExplainDecision) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.