...

Package dup_packages

import "github.com/maxbrunsfeld/counterfeiter/fixtures/dup_packages"
Overview
Index
Subdirectories

Overview ▾

type AB

go:generate counterfeiter . AB

type AB interface {
    A() foo.S
    foo.I
    B() bfoo.S
    bfoo.I
}

type AliasV1

go:generate counterfeiter . AliasV1

type AliasV1 interface {
    a.A
    afoo.I
    foo.I
}

type DupA

go:generate counterfeiter . DupA

type DupA interface {
    A() foo.S
}

type DupAB

go:generate counterfeiter . DupAB

type DupAB interface {
    DupA
    DupB
}

type DupB

go:generate counterfeiter . DupB

type DupB interface {
    B() foo.S
}

Subdirectories

Name Synopsis
..
a
foo
b
foo
foo