//------------------------------------------------------------------------------ // // This code was generated by a tool. // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ package cfg; import ( "demo/luban" ) import "errors" type AiStringKeyData struct { Value string } const TypeId_AiStringKeyData = -307888654 func (*AiStringKeyData) GetTypeId() int32 { return -307888654 } func NewAiStringKeyData(_buf *luban.ByteBuf) (_v *AiStringKeyData, err error) { _v = &AiStringKeyData{} { if _v.Value, err = _buf.ReadString(); err != nil { err = errors.New("error"); return } } return }