Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Alternate ¶
type Alternate struct {
// contains filtered or unexported fields
}
func (*Alternate) OverCognize ¶
type IntString ¶
type IntString struct{}
IntString
func (IntString) CognizeInt ¶
func (IntString) CognizeString ¶
type Lens ¶
func (*Lens) OverCognize ¶
type OneWayDoor ¶
type OneWayDoor struct {
// contains filtered or unexported fields
}
func (*OneWayDoor) CognizeDoor ¶
func (w *OneWayDoor) CognizeDoor(eye *be.Eye, value interface{})
func (*OneWayDoor) CognizeFrom ¶
func (w *OneWayDoor) CognizeFrom(eye *be.Eye, value interface{})
func (*OneWayDoor) CognizeTo ¶
func (w *OneWayDoor) CognizeTo(eye *be.Eye, value interface{})
type Star ¶
type Star struct {
// contains filtered or unexported fields
}
func (*Star) OverCognize ¶
type Switch ¶
type Switch struct {
// contains filtered or unexported fields
}
func (*Switch) OverCognize ¶
Click to show internal directories.
Click to hide internal directories.