v1

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 Identity

type Identity struct {
	IdentityName    string   `json:"identity_name,omitempty"`
	IdentityCode    string   `json:"identity_code,omitempty"`
	Mobile          string   `json:"mobile,omitempty"`
	ForceSendFields []string `json:"-"`
}

func (*Identity) MarshalJSON

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

type IdentityCreateReqBody

type IdentityCreateReqBody struct {
	IdentityName    string   `json:"identity_name,omitempty"`
	IdentityCode    string   `json:"identity_code,omitempty"`
	Mobile          string   `json:"mobile,omitempty"`
	ForceSendFields []string `json:"-"`
}

func (*IdentityCreateReqBody) MarshalJSON

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

type IdentityCreateReqCall

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

func (*IdentityCreateReqCall) Do

func (*IdentityCreateReqCall) SetUserId

func (rc *IdentityCreateReqCall) SetUserId(userId string)

func (*IdentityCreateReqCall) SetUserIdType

func (rc *IdentityCreateReqCall) SetUserIdType(userIdType string)

type IdentityCreateResult

type IdentityCreateResult struct {
	VerifyUid string `json:"verify_uid,omitempty"`
}

type IdentityService

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

func (*IdentityService) Create

func (identitys *IdentityService) Create(ctx *core.Context, body *IdentityCreateReqBody, optFns ...request.OptFn) *IdentityCreateReqCall

type Service

type Service struct {
	Identitys *IdentityService
	// contains filtered or unexported fields
}

func NewService

func NewService(conf *config.Config) *Service

Jump to

Keyboard shortcuts

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