Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Import ¶
func (*Import) ImportString ¶
type Method ¶
func (*Method) ArgList ¶
ArgList is the string representation of method parameters, e.g. 's string, n int, foo bar.Baz'.
func (*Method) CallArgList ¶
CallArgList is the string representation of method call parameters, e.g. 's, n, foo'. In case of a last variadic parameter, it will be of the format 's, n, foos...'
func (*Method) ReturnArgNamedValueList ¶
ReturnArgNamedValueList is the string representation of named return values returned by method, e.g. '(baz bar.Baz)', '(s string, err error)'.
func (*Method) ReturnArgTypeList ¶
ReturnArgTypeList is the string representation of types returned by method, e.g. 'bar.Baz', '(string, error)'.
func (*Method) ReturnArgValueList ¶
ReturnArgValueList is the string representation of values returned by method, e.g. 'foo', 's, err'.
Click to show internal directories.
Click to hide internal directories.