Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HowDifferent ¶
type HowDifferent[How any] other.OtherPerson[map[string]How]
HowDifferent is a curious kind of person that lets other people decide how they are different.
type Impersonator ¶
type Impersonator other.OtherPerson[int]
Impersonator gets their fields from other people.
type PrivatePerson ¶
type PrivatePerson personImpl
PrivatePerson gets their fields from hidden sources.
type SomeMethods ¶
type SomeMethods struct {
other.OtherMethods
}
SomeMethods exports some methods.
func (SomeMethods) LikeThisOne ¶
func (SomeMethods) LikeThisOne() (_ Person, _ Impersonator, _ HowDifferent[bool], _ PrivatePerson)
LikeThisOne is an example method that does nothing.
Click to show internal directories.
Click to hide internal directories.