Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SimpleVariable ¶
type SimpleVariable struct {
// contains filtered or unexported fields
}
func ConvertToSimpleVariable ¶
func ConvertToSimpleVariable(v1 int64, v2 string) *SimpleVariable
func (*SimpleVariable) SetVar1 ¶
func (v *SimpleVariable) SetVar1(c int64)
func (*SimpleVariable) StateCheck ¶
func (v *SimpleVariable) StateCheck(currentSimpleVariable SimpleVariable) (bool, string, error)
StateCheck is a check that compares 2 Simple Variables and returns message about the difference
Click to show internal directories.
Click to hide internal directories.