...

Package another_package

import "github.com/maxbrunsfeld/counterfeiter/fixtures/another_package"
Overview
Index

Overview ▾

Index ▾

Package files

types.go

type AnotherInterface

go:generate counterfeiter . AnotherInterface

type AnotherInterface interface {
    AnotherMethod([]SomeType, map[SomeType]SomeType, *SomeType, SomeType, chan SomeType)
}

type SomeType

type SomeType int