fixtures

package
v0.22.5 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BurntSushiParser

type BurntSushiParser struct {
	Key toml.Key
}

type ChanInterface

type ChanInterface interface {
	ChanMethod(chan int, <-chan string) chan<- bool
}

type DuplicateArgumentInterface

type DuplicateArgumentInterface interface {
	Duplicates(string, string, int) (string, int, int)
}

type FunctionInterface

type FunctionInterface interface {
	FuncMethod(func(string) error) func(int) bool
}

type ModuleInterface

type ModuleInterface interface {
	SomeMethod(usage jhanda.Usage)
}

type NamedInterface

type NamedInterface interface {
	SomeMethod(someParam *bytes.Buffer) (someResult io.Reader)
}

type PelletierParser

type PelletierParser struct {
	Key toml.Key
}

type SimpleInterface

type SimpleInterface interface {
	SomeMethod(someParam *bytes.Buffer) (someResult io.Reader)
	OtherMethod(*bytes.Buffer) (io.Reader, error)
}

type VariadicInterface

type VariadicInterface interface {
	VariadicMethod(someParams ...int)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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