Documentation ¶
Index ¶
- type Avatar
- type AvatarBuilder
- func (builder *AvatarBuilder) Avatar240(avatar240 string) *AvatarBuilder
- func (builder *AvatarBuilder) Avatar640(avatar640 string) *AvatarBuilder
- func (builder *AvatarBuilder) Avatar72(avatar72 string) *AvatarBuilder
- func (builder *AvatarBuilder) AvatarOrigin(avatarOrigin string) *AvatarBuilder
- func (builder *AvatarBuilder) Build() *Avatar
- type QueryTenantResp
- type QueryTenantRespData
- type Tenant
- type TenantBuilder
- func (builder *TenantBuilder) Avatar(avatar *Avatar) *TenantBuilder
- func (builder *TenantBuilder) Build() *Tenant
- func (builder *TenantBuilder) DisplayId(displayId string) *TenantBuilder
- func (builder *TenantBuilder) Name(name string) *TenantBuilder
- func (builder *TenantBuilder) TenantKey(tenantKey string) *TenantBuilder
- func (builder *TenantBuilder) TenantTag(tenantTag int) *TenantBuilder
- type TenantService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AvatarBuilder ¶
type AvatarBuilder struct {
// contains filtered or unexported fields
}
builder开始
func NewAvatarBuilder ¶
func NewAvatarBuilder() *AvatarBuilder
func (*AvatarBuilder) Avatar240 ¶
func (builder *AvatarBuilder) Avatar240(avatar240 string) *AvatarBuilder
func (*AvatarBuilder) Avatar640 ¶
func (builder *AvatarBuilder) Avatar640(avatar640 string) *AvatarBuilder
func (*AvatarBuilder) Avatar72 ¶
func (builder *AvatarBuilder) Avatar72(avatar72 string) *AvatarBuilder
func (*AvatarBuilder) AvatarOrigin ¶
func (builder *AvatarBuilder) AvatarOrigin(avatarOrigin string) *AvatarBuilder
func (*AvatarBuilder) Build ¶
func (builder *AvatarBuilder) Build() *Avatar
type QueryTenantResp ¶
type QueryTenantResp struct { *larkcore.ApiResp `json:"-"` larkcore.CodeError Data *QueryTenantRespData `json:"data"` }
func (*QueryTenantResp) Success ¶
func (resp *QueryTenantResp) Success() bool
type QueryTenantRespData ¶
type QueryTenantRespData struct {
Tenant *Tenant `json:"tenant,omitempty"`
}
type TenantBuilder ¶
type TenantBuilder struct {
// contains filtered or unexported fields
}
builder开始
func NewTenantBuilder ¶
func NewTenantBuilder() *TenantBuilder
func (*TenantBuilder) Avatar ¶
func (builder *TenantBuilder) Avatar(avatar *Avatar) *TenantBuilder
func (*TenantBuilder) Build ¶
func (builder *TenantBuilder) Build() *Tenant
func (*TenantBuilder) DisplayId ¶
func (builder *TenantBuilder) DisplayId(displayId string) *TenantBuilder
func (*TenantBuilder) Name ¶
func (builder *TenantBuilder) Name(name string) *TenantBuilder
func (*TenantBuilder) TenantKey ¶
func (builder *TenantBuilder) TenantKey(tenantKey string) *TenantBuilder
func (*TenantBuilder) TenantTag ¶
func (builder *TenantBuilder) TenantTag(tenantTag int) *TenantBuilder
type TenantService ¶
type TenantService struct { Tenant *tenant // contains filtered or unexported fields }
业务域服务定义
Click to show internal directories.
Click to hide internal directories.