Documentation
¶
Index ¶
- Variables
- type Space
- func (p *Space) BLength() int
- func (p *Space) DeepCopy(s interface{}) error
- func (p *Space) DeepEqual(ano *Space) bool
- func (p *Space) FastRead(buf []byte) (int, error)
- func (p *Space) FastReadField1(buf []byte) (int, error)
- func (p *Space) FastReadField15(buf []byte) (int, error)
- func (p *Space) FastReadField16(buf []byte) (int, error)
- func (p *Space) FastReadField2(buf []byte) (int, error)
- func (p *Space) FastReadField3(buf []byte) (int, error)
- func (p *Space) FastReadField4(buf []byte) (int, error)
- func (p *Space) FastReadField5(buf []byte) (int, error)
- func (p *Space) FastReadField6(buf []byte) (int, error)
- func (p *Space) FastReadField7(buf []byte) (int, error)
- func (p *Space) FastWrite(buf []byte) int
- func (p *Space) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int
- func (p *Space) Field15DeepEqual(src *string) bool
- func (p *Space) Field16DeepEqual(src *string) bool
- func (p *Space) Field1DeepEqual(src int64) bool
- func (p *Space) Field2DeepEqual(src string) bool
- func (p *Space) Field3DeepEqual(src string) bool
- func (p *Space) Field4DeepEqual(src SpaceType) bool
- func (p *Space) Field5DeepEqual(src string) bool
- func (p *Space) Field6DeepEqual(src *int64) bool
- func (p *Space) Field7DeepEqual(src *int64) bool
- func (p *Space) GetCreateAt() (v int64)
- func (p *Space) GetDescription() (v string)
- func (p *Space) GetEnterpriseID() (v string)
- func (p *Space) GetID() (v int64)
- func (p *Space) GetName() (v string)
- func (p *Space) GetOrganizationID() (v string)
- func (p *Space) GetOwnerUserID() (v string)
- func (p *Space) GetSpaceType() (v SpaceType)
- func (p *Space) GetUpdateAt() (v int64)
- func (p *Space) InitDefault()
- func (p *Space) IsSetCreateAt() bool
- func (p *Space) IsSetEnterpriseID() bool
- func (p *Space) IsSetOrganizationID() bool
- func (p *Space) IsSetUpdateAt() bool
- func (p *Space) IsValid() error
- func (p *Space) Read(iprot thrift.TProtocol) (err error)
- func (p *Space) ReadField1(iprot thrift.TProtocol) error
- func (p *Space) ReadField15(iprot thrift.TProtocol) error
- func (p *Space) ReadField16(iprot thrift.TProtocol) error
- func (p *Space) ReadField2(iprot thrift.TProtocol) error
- func (p *Space) ReadField3(iprot thrift.TProtocol) error
- func (p *Space) ReadField4(iprot thrift.TProtocol) error
- func (p *Space) ReadField5(iprot thrift.TProtocol) error
- func (p *Space) ReadField6(iprot thrift.TProtocol) error
- func (p *Space) ReadField7(iprot thrift.TProtocol) error
- func (p *Space) SetCreateAt(val *int64)
- func (p *Space) SetDescription(val string)
- func (p *Space) SetEnterpriseID(val *string)
- func (p *Space) SetID(val int64)
- func (p *Space) SetName(val string)
- func (p *Space) SetOrganizationID(val *string)
- func (p *Space) SetOwnerUserID(val string)
- func (p *Space) SetSpaceType(val SpaceType)
- func (p *Space) SetUpdateAt(val *int64)
- func (p *Space) String() string
- func (p *Space) Write(oprot thrift.TProtocol) (err error)
- type SpaceType
Constants ¶
This section is empty.
Variables ¶
View Source
var KitexUnusedProtection = struct{}{}
KitexUnusedProtection is used to prevent 'imported and not used' error.
View Source
var Space_CreateAt_DEFAULT int64
View Source
var Space_EnterpriseID_DEFAULT string
View Source
var Space_OrganizationID_DEFAULT string
View Source
var Space_UpdateAt_DEFAULT int64
Functions ¶
This section is empty.
Types ¶
type Space ¶
type Space struct { // 空间ID ID int64 `thrift:"id,1" frugal:"1,default,i64" json:"id" form:"id" query:"id"` // 空间名称 Name string `thrift:"name,2" frugal:"2,default,string" form:"name" json:"name" query:"name"` // 空间描述 Description string `thrift:"description,3" frugal:"3,default,string" form:"description" json:"description" query:"description"` // 空间类型 SpaceType SpaceType `thrift:"space_type,4" frugal:"4,default,SpaceType" form:"space_type" json:"space_type" query:"space_type"` // 空间所有者 OwnerUserID string `thrift:"owner_user_id,5" frugal:"5,default,string" form:"owner_user_id" json:"owner_user_id" query:"owner_user_id"` // 创建时间 CreateAt *int64 `thrift:"create_at,6,optional" frugal:"6,optional,i64" json:"create_at" form:"create_at" query:"create_at"` // 更新时间 UpdateAt *int64 `thrift:"update_at,7,optional" frugal:"7,optional,i64" json:"update_at" form:"update_at" query:"update_at"` /* 8-10 保留位 */ EnterpriseID *string `` /* 136-byte string literal not displayed */ // 组织ID OrganizationID *string `` /* 144-byte string literal not displayed */ }
空间
func (*Space) FastWriteNocopy ¶
func (p *Space) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int
func (*Space) Field15DeepEqual ¶
func (*Space) Field16DeepEqual ¶
func (*Space) Field1DeepEqual ¶
func (*Space) Field2DeepEqual ¶
func (*Space) Field3DeepEqual ¶
func (*Space) Field4DeepEqual ¶
func (*Space) Field5DeepEqual ¶
func (*Space) Field6DeepEqual ¶
func (*Space) Field7DeepEqual ¶
func (*Space) GetCreateAt ¶
func (*Space) GetDescription ¶
func (*Space) GetEnterpriseID ¶
func (*Space) GetOrganizationID ¶
func (*Space) GetOwnerUserID ¶
func (*Space) GetSpaceType ¶
func (*Space) GetUpdateAt ¶
func (*Space) InitDefault ¶
func (p *Space) InitDefault()
func (*Space) IsSetCreateAt ¶
func (*Space) IsSetEnterpriseID ¶
func (*Space) IsSetOrganizationID ¶
func (*Space) IsSetUpdateAt ¶
func (*Space) SetCreateAt ¶
func (*Space) SetDescription ¶
func (*Space) SetEnterpriseID ¶
func (*Space) SetOrganizationID ¶
func (*Space) SetOwnerUserID ¶
func (*Space) SetSpaceType ¶
func (*Space) SetUpdateAt ¶
Click to show internal directories.
Click to hide internal directories.