basics

package
v0.1.20 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type Bar

type Bar struct {
	X int
}

func ProvideBar

func ProvideBar(foo Foo) Bar

type Baz

type Baz struct {
	X int
}

func ProvideBaz

func ProvideBaz(ctx context.Context, bar Bar) (Baz, error)

type Foo

type Foo struct {
	X int
}

func ProvideFoo

func ProvideFoo() Foo

ProvideFoo returns a Foo.

Jump to

Keyboard shortcuts

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