Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncoderDecoder ¶
type Interface1 ¶
type Interface2 ¶
type Interface3 ¶
type Interface4 ¶
type Interface4 interface {
MissingReturnValue()
}
type Interface5 ¶
type Interface6 ¶
type Interface6 interface {
InvalidReturnValueType() int
}
type Interface7 ¶
type Interface7 interface {
NamedReturnValuesAreProhibited() (err error)
}
type Interface8 ¶
type Interface8 interface {
NonNamedReturn() interface{ Error() string }
}
Click to show internal directories.
Click to hide internal directories.