Documentation
¶
Index ¶
- func Greetings(names []string) string
- func Header(pkg string, fd *gen.FileDescriptor) string
- func StreamGreetings(qw422016 *qt422016.Writer, names []string)
- func StreamHeader(qw422016 *qt422016.Writer, pkg string, fd *gen.FileDescriptor)
- func WriteGreetings(qq422016 qtio422016.Writer, names []string)
- func WriteHeader(qq422016 qtio422016.Writer, pkg string, fd *gen.FileDescriptor)
- type MarshalData
- func (d *MarshalData) JSON() string
- func (d *MarshalData) StreamJSON(qw422016 *qt422016.Writer)
- func (d *MarshalData) StreamXML(qw422016 *qt422016.Writer)
- func (d *MarshalData) WriteJSON(qq422016 qtio422016.Writer)
- func (d *MarshalData) WriteXML(qq422016 qtio422016.Writer)
- func (d *MarshalData) XML() string
- type MarshalRow
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StreamGreetings ¶
func StreamHeader ¶
func StreamHeader(qw422016 *qt422016.Writer, pkg string, fd *gen.FileDescriptor)
func WriteGreetings ¶
func WriteGreetings(qq422016 qtio422016.Writer, names []string)
func WriteHeader ¶
func WriteHeader(qq422016 qtio422016.Writer, pkg string, fd *gen.FileDescriptor)
Types ¶
type MarshalData ¶
type MarshalData struct {
Foo int
Bar string
Rows []MarshalRow
}
func (*MarshalData) JSON ¶
func (d *MarshalData) JSON() string
func (*MarshalData) StreamJSON ¶
func (d *MarshalData) StreamJSON(qw422016 *qt422016.Writer)
func (*MarshalData) StreamXML ¶
func (d *MarshalData) StreamXML(qw422016 *qt422016.Writer)
func (*MarshalData) WriteJSON ¶
func (d *MarshalData) WriteJSON(qq422016 qtio422016.Writer)
func (*MarshalData) WriteXML ¶
func (d *MarshalData) WriteXML(qq422016 qtio422016.Writer)
func (*MarshalData) XML ¶
func (d *MarshalData) XML() string
type MarshalRow ¶
Click to show internal directories.
Click to hide internal directories.