pkg

package
v1.5.7 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AmericanService

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

func (*AmericanService) Have

func (a *AmericanService) Have() (string, error)

func (*AmericanService) Hear

func (a *AmericanService) Hear() (string, error)

func (*AmericanService) Reference

func (a *AmericanService) Reference() string

type CatService

type CatService struct {
	GetId   func() (int, error)
	GetName func() (string, error)
	Yell    func() (string, error)
}

func (*CatService) Reference

func (c *CatService) Reference() string

type ChineseService

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

func (*ChineseService) Have

func (c *ChineseService) Have() (string, error)

func (*ChineseService) Hear

func (c *ChineseService) Hear() (string, error)

func (*ChineseService) Reference

func (c *ChineseService) Reference() string

type DogService

type DogService struct {
	GetId   func() (int, error)
	GetName func() (string, error)
	Yell    func() (string, error)
}

func (*DogService) Reference

func (d *DogService) Reference() string

type LionService

type LionService struct {
	GetId   func() (int, error)
	GetName func() (string, error)
	Yell    func() (string, error)
}

func (*LionService) Reference

func (l *LionService) Reference() string

type TigerService

type TigerService struct {
	GetId   func() (int, error)
	GetName func() (string, error)
	Yell    func() (string, error)
}

func (*TigerService) Reference

func (t *TigerService) Reference() string

Jump to

Keyboard shortcuts

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