Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 { }
Click to show internal directories.
Click to hide internal directories.