fooer

package
v0.0.0-...-73c7131 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Set = wire.NewSet(
	provideMyFooer,
	wire.Bind(new(Fooer), new(*MyFooer)),
	provideBar,
)

Set set

Functions

This section is empty.

Types

type Bar

type Bar string

Bar bar

type Fooer

type Fooer interface {
	Foo() string
}

Fooer fooer

type MyFooer

type MyFooer string

MyFooer a implement Fooer

func (*MyFooer) Foo

func (b *MyFooer) Foo() string

Foo a fooer

Jump to

Keyboard shortcuts

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