happy

package
v2.6.0 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package happy contains all possible success cases that we expect to see. nolint

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExportedInterface

type ExportedInterface interface {
	A()
	B(int, bool) (string, error)
	C(one int, two bool) (string, error)
	D(one ExportedStruct, two *ExportedStruct) error
	E(one func(), two func(int) bool) error
	F(one chan bool, two <-chan bool, three chan<- bool) error
	G(one []string, two [100]string) error
	H(one os.File, two *os.File) error
	I(one os.FileInfo) error
	J(one map[string]string) error
	K(one ...string) error
	L(one interface{}, two struct{}) error
	M(one nethttp.Handler) error
	N(one *pflag.FlagSet) error
}

type ExportedInterfaceWith3rdPartyEmbedded

type ExportedInterfaceWith3rdPartyEmbedded interface {
	pflag.Value
}

type ExportedInterfaceWithEmbedded

type ExportedInterfaceWithEmbedded interface {
	ExportedInterface
}

type ExportedInterfaceWithRemoteEmbedded

type ExportedInterfaceWithRemoteEmbedded interface {
	io.Reader
}

type ExportedStruct

type ExportedStruct struct {
	A string
	B int
	C chan bool
	D []uint64
}

type IndirectThirdPartyInterfaceAlias

type IndirectThirdPartyInterfaceAlias ThirdPartyInterfaceAlias

type IndirectThirdPartyInterfaceExtension

type IndirectThirdPartyInterfaceExtension ThirdPartyInterfaceExtension

type InterfaceAlias

type InterfaceAlias = ExportedInterface

type InterfaceExtension

type InterfaceExtension ExportedInterface

type NonInterfaceAlias

type NonInterfaceAlias = pflag.FlagSet

type NonInterfaceExtension

type NonInterfaceExtension *pflag.FlagSet

type RemoteInterfaceAlias

type RemoteInterfaceAlias = io.Reader

type RemoteInterfaceExtension

type RemoteInterfaceExtension io.Reader

type ThirdPartyInterfaceAlias

type ThirdPartyInterfaceAlias = pflag.Value

type ThirdPartyInterfaceExtension

type ThirdPartyInterfaceExtension pflag.Value

Jump to

Keyboard shortcuts

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