Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exampler ¶
type Exampler interface { FunctionZ(id int, user *model.StructA) (*model.StructB, *model.StructA, error) FunctionC(name, address string) *model.StructA FunctionD(user *model.StructA) *httperrors.HTTPError }
Exampler is an interface for the test.
type SomeOtherInterface ¶
type SomeOtherInterface interface {
Test() error
}
SomeOtherInterface is a test interface.
Click to show internal directories.
Click to hide internal directories.