stuff

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SomeStruct

type SomeStruct struct {
}

type Thingy

type Thingy interface {
	DoSomething(ctx context.Context, a string) (*SomeStruct, error)
	DoSomethingElse(ctx context.Context, a *SomeStruct) (*SomeStruct, error)
	DoSomethingVars(m *map[string]any, a ...any) *map[*SomeStruct]*SomeStruct
	DoNothing()
	DoNothingWith(a ...any)
	DoNothingWithContext(ctx context.Context, a ...any)
	ReturnSomething() error
	WithVaradicSlices(a ...*[]*string) error
	WithVaradicMaps(a ...*map[any]*string) error
	ManyReturns() (string, int, int64, float64, bool, []string, error)
}

Jump to

Keyboard shortcuts

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