Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BurntSushiParser ¶
type ChanInterface ¶
type FunctionInterface ¶
type GenericInterface ¶ added in v0.23.0
type GenericInterface[T, S comparable] interface { SomeMethod(map[T]S) Result[int, error] }
type ModuleInterface ¶
type NamedInterface ¶
type PelletierParser ¶
type PelletierParser struct {
Key toml.Key
}
type SimpleInterface ¶
type VariadicInterface ¶
type VariadicInterface interface {
VariadicMethod(someParams ...int)
}
Click to show internal directories.
Click to hide internal directories.