example1

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Close

type Close interface {
	Close(string, int) error

	Err() error
}

type Test

type Test interface {
	Iface1(func(string) string) (result bool, pool redis.Pool)

	Iface2(ctx context.Context, found *bool) (result bool, err error)

	Iface3() (f func(repo.Repo) string)

	Iface4(map[string]*aa.Client) map[string]string

	Iface5(redisClient *aa.Client) *aa.Client

	Iface6(redisClient aa.Client) aa.Client

	Iface7(chan<- bool, chan<- aa.Client) <-chan bool

	Iface8(rp repo.Repo) repo.Repo

	Close

	Iface9(TestStruct, []TestStruct, [3]TestStruct)

	Iface10(Close)

	Iface11(...interface{})
}

type TestStruct

type TestStruct struct {
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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