Documentation ¶
Index ¶
- type TarsStructIF
- type UniAttribute
- func (u *UniAttribute) Decode(is *codec.Reader) error
- func (u *UniAttribute) DoGet(data interface{}, is *codec.Reader) error
- func (u *UniAttribute) Encode(os *codec.Buffer) error
- func (u *UniAttribute) Get(k string, data interface{}) error
- func (u *UniAttribute) GetBuffer(k string, buf *[]byte) error
- func (u *UniAttribute) Put(k string, data interface{}) error
- func (u *UniAttribute) PutBuffer(k string, buf []byte)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TarsStructIF ¶
type UniAttribute ¶
type UniAttribute struct {
// contains filtered or unexported fields
}
func NewUniAttribute ¶
func NewUniAttribute() *UniAttribute
func (*UniAttribute) DoGet ¶ added in v1.2.0
func (u *UniAttribute) DoGet(data interface{}, is *codec.Reader) error
func (*UniAttribute) Get ¶
func (u *UniAttribute) Get(k string, data interface{}) error
func (*UniAttribute) Put ¶
func (u *UniAttribute) Put(k string, data interface{}) error
func (*UniAttribute) PutBuffer ¶
func (u *UniAttribute) PutBuffer(k string, buf []byte)
Click to show internal directories.
Click to hide internal directories.