yaml

package
v0.1.14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 3, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SampleInterface

type SampleInterface interface {
	// test unnamed parameters
	Unnamed(string, int, chan<- string) error

	// test method/function with variadic parameters
	Variadic(format string, args ...string) string
	Variadic2(format string, args ...interface{}) string
	Variadic3(args ...string) string
	Variadic4(args ...interface{}) string

	// test cross-package imports
	CallFooBar(f foo.Foo) (bool, string)

	// test collapsed paramemters
	CollapsedParams(arg1, arg2 []byte) string

	// test collapsed returns
	CollapsedReturns() (x, y int, z string)

	// test void return
	VoidReturn()
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL