Documentation ¶
Index ¶
- Variables
- type Test
- func (p *Test) Equals(other *Test) bool
- func (p *Test) GetAuthor() string
- func (p *Test) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Test) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Test) String() string
- func (p *Test) Write(ctx context.Context, oprot thrift.TProtocol) error
Constants ¶
This section is empty.
Variables ¶
View Source
var GoUnusedProtection__ int
Functions ¶
This section is empty.
Types ¶
type Test ¶
type Test struct {
Author string `thrift:"author,1" db:"author" json:"author"`
}
Attributes:
- Author
func (*Test) ReadField1 ¶
Click to show internal directories.
Click to hide internal directories.