v2

package
v1.1.48 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Code generated by lark suite oapi sdk gen

Code generated by lark suite oapi sdk gen

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Avatar

type Avatar struct {
	AvatarOrigin    string   `json:"avatar_origin,omitempty"`
	Avatar72        string   `json:"avatar_72,omitempty"`
	Avatar240       string   `json:"avatar_240,omitempty"`
	Avatar640       string   `json:"avatar_640,omitempty"`
	ForceSendFields []string `json:"-"`
}

func (*Avatar) MarshalJSON

func (s *Avatar) MarshalJSON() ([]byte, error)

type Service

type Service struct {
	Tenants *TenantService
	// contains filtered or unexported fields
}

func NewService

func NewService(conf *config.Config) *Service

type Tenant

type Tenant struct {
	Name            string   `json:"name,omitempty"`
	DisplayId       string   `json:"display_id,omitempty"`
	TenantTag       int      `json:"tenant_tag,omitempty"`
	TenantKey       string   `json:"tenant_key,omitempty"`
	Avatar          *Avatar  `json:"avatar,omitempty"`
	ForceSendFields []string `json:"-"`
}

func (*Tenant) MarshalJSON

func (s *Tenant) MarshalJSON() ([]byte, error)

type TenantQueryReqCall

type TenantQueryReqCall struct {
	// contains filtered or unexported fields
}

func (*TenantQueryReqCall) Do

type TenantQueryResult

type TenantQueryResult struct {
	Tenant *Tenant `json:"tenant,omitempty"`
}

type TenantService

type TenantService struct {
	// contains filtered or unexported fields
}

func (*TenantService) Query

func (tenants *TenantService) Query(ctx *core.Context, optFns ...request.OptFn) *TenantQueryReqCall

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL