fixtures

package
v0.23.1 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 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 GenericInterface added in v0.23.0

type GenericInterface[T, S comparable] interface {
	SomeMethod(map[T]S) Result[int, error]
}

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 Result added in v0.23.0

type Result[T, E any] struct {
	Value T
	Error E
}

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