Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MessageVisitor ¶
type MessageVisitor struct{}
MessageVisitor implements Visitor and Visitable interfaceds
func (*MessageVisitor) VisitA ¶
func (mv *MessageVisitor) VisitA(m *MessageA)
VisitA stores the modified message into messageA
func (*MessageVisitor) VisitB ¶
func (mv *MessageVisitor) VisitB(m *MessageB)
VisitB stores the modified message into messageB
Click to show internal directories.
Click to hide internal directories.