biz

package
v0.0.0-...-00f4dc5 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2023 License: MIT Imports: 3 Imported by: 0

README

Biz

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ProviderSet = wire.NewSet(NewDemoBase)

ProviderSet is biz providers.

Functions

This section is empty.

Types

type DemoBase

type DemoBase struct {
	// contains filtered or unexported fields
}

func NewDemoBase

func NewDemoBase(repo DemoRepo, logger log.Logger) *DemoBase

func (*DemoBase) Get

func (b *DemoBase) Get(input *Input) (*Resp, error)

type DemoRepo

type DemoRepo interface {
	Get(input *Input) (*Resp, error)
}

type Input

type Input struct {
	Name string
}

type Resp

type Resp struct {
	Name string
}

Jump to

Keyboard shortcuts

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