Documentation
¶
Overview ¶
Package happy contains all possible success cases that we expect to see. nolint
Index ¶
- type ExportedInterface
- type ExportedInterfaceWith3rdPartyEmbedded
- type ExportedInterfaceWithEmbedded
- type ExportedInterfaceWithRemoteEmbedded
- type ExportedStruct
- type IndirectThirdPartyInterfaceAlias
- type IndirectThirdPartyInterfaceExtension
- type InterfaceAlias
- type InterfaceExtension
- type NonInterfaceAlias
- type NonInterfaceExtension
- type RemoteInterfaceAlias
- type RemoteInterfaceExtension
- type ThirdPartyInterfaceAlias
- type ThirdPartyInterfaceExtension
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 ExportedInterfaceWithEmbedded ¶
type ExportedInterfaceWithEmbedded interface { ExportedInterface }
type IndirectThirdPartyInterfaceAlias ¶
type IndirectThirdPartyInterfaceAlias ThirdPartyInterfaceAlias
type IndirectThirdPartyInterfaceExtension ¶
type IndirectThirdPartyInterfaceExtension ThirdPartyInterfaceExtension
type InterfaceAlias ¶
type InterfaceAlias = ExportedInterface
type InterfaceExtension ¶
type InterfaceExtension ExportedInterface
type NonInterfaceAlias ¶
type NonInterfaceExtension ¶
type RemoteInterfaceAlias ¶
Click to show internal directories.
Click to hide internal directories.