Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FunctionCall ¶
type FunctionCall struct {
// contains filtered or unexported fields
}
func (*FunctionCall) ReturnCount ¶
func (f *FunctionCall) ReturnCount(count int) *FunctionCall
func (*FunctionCall) ReturnVariable ¶
func (f *FunctionCall) ReturnVariable(index int, name string) *FunctionCall
func (*FunctionCall) ToGo ¶
func (f *FunctionCall) ToGo() string
func (*FunctionCall) WithError ¶
func (f *FunctionCall) WithError() *FunctionCall
Click to show internal directories.
Click to hide internal directories.