Esempio n. 1
0
func (s ConfigurationTransitioningTo) AllHosts() C.TextList {
	return C.TextList(C.Struct(s).GetObject(6))
}
Esempio n. 2
0
func (s Configuration) Hosts() C.TextList              { return C.TextList(C.Struct(s).GetObject(1)) }
Esempio n. 3
0
func (s Zjob) Finishaddr() C.TextList     { return C.TextList(C.Struct(s).GetObject(10)) }
Esempio n. 4
0
func (s Zjob) Env() C.TextList            { return C.TextList(C.Struct(s).GetObject(3)) }
Esempio n. 5
0
func (s Zjob) Out() C.TextList            { return C.TextList(C.Struct(s).GetObject(2)) }
Esempio n. 6
0
func (s Zjob) Args() C.TextList           { return C.TextList(C.Struct(s).GetObject(1)) }