Documentation
¶
Overview ¶
Code generated by lark suite oapi sdk gen
Code generated by lark suite oapi sdk gen
Index ¶
- type Child
- type File
- type FileCopyReqBody
- type FileCopyReqCall
- type FileCopyResult
- type FileCreateReqBody
- type FileCreateReqCall
- type FileCreateResult
- type FileDocsDeleteReqCall
- type FileDocsDeleteResult
- type FileService
- func (files *FileService) Copy(ctx *core.Context, body *FileCopyReqBody, optFns ...request.OptFn) *FileCopyReqCall
- func (files *FileService) Create(ctx *core.Context, body *FileCreateReqBody, optFns ...request.OptFn) *FileCreateReqCall
- func (files *FileService) DocsDelete(ctx *core.Context, optFns ...request.OptFn) *FileDocsDeleteReqCall
- func (files *FileService) SpreadsheetsDelete(ctx *core.Context, optFns ...request.OptFn) *FileSpreadsheetsDeleteReqCall
- type FileSpreadsheetsDeleteReqCall
- type FileSpreadsheetsDeleteResult
- type Folder
- type FolderChildrenReqCall
- type FolderChildrenResult
- type FolderCreateReqBody
- type FolderCreateReqCall
- type FolderCreateResult
- type FolderMetaReqCall
- type FolderMetaResult
- type FolderRootMetaReqCall
- type FolderRootMetaResult
- type FolderService
- func (folders *FolderService) Children(ctx *core.Context, optFns ...request.OptFn) *FolderChildrenReqCall
- func (folders *FolderService) Create(ctx *core.Context, body *FolderCreateReqBody, optFns ...request.OptFn) *FolderCreateReqCall
- func (folders *FolderService) Meta(ctx *core.Context, optFns ...request.OptFn) *FolderMetaReqCall
- func (folders *FolderService) RootMeta(ctx *core.Context, optFns ...request.OptFn) *FolderRootMetaReqCall
- type OperatorId
- type Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Child ¶
type Child struct { Token string `json:"token,omitempty"` Name string `json:"name,omitempty"` Type string `json:"type,omitempty"` ForceSendFields []string `json:"-"` }
func (*Child) MarshalJSON ¶
type FileCopyReqBody ¶
type FileCopyReqBody struct { Type string `json:"type,omitempty"` DstFolderToken string `json:"dstFolderToken,omitempty"` DstName string `json:"dstName,omitempty"` CommentNeeded bool `json:"commentNeeded,omitempty"` ForceSendFields []string `json:"-"` }
func (*FileCopyReqBody) MarshalJSON ¶
func (s *FileCopyReqBody) MarshalJSON() ([]byte, error)
type FileCopyReqCall ¶
type FileCopyReqCall struct {
// contains filtered or unexported fields
}
func (*FileCopyReqCall) Do ¶
func (rc *FileCopyReqCall) Do() (*FileCopyResult, error)
func (*FileCopyReqCall) SetFileToken ¶
func (rc *FileCopyReqCall) SetFileToken(fileToken string)
type FileCopyResult ¶
type FileCreateReqBody ¶
type FileCreateReqBody struct { Title string `json:"title,omitempty"` Type string `json:"type,omitempty"` ForceSendFields []string `json:"-"` }
func (*FileCreateReqBody) MarshalJSON ¶
func (s *FileCreateReqBody) MarshalJSON() ([]byte, error)
type FileCreateReqCall ¶
type FileCreateReqCall struct {
// contains filtered or unexported fields
}
func (*FileCreateReqCall) Do ¶
func (rc *FileCreateReqCall) Do() (*FileCreateResult, error)
func (*FileCreateReqCall) SetFolderToken ¶
func (rc *FileCreateReqCall) SetFolderToken(folderToken string)
type FileCreateResult ¶
type FileDocsDeleteReqCall ¶
type FileDocsDeleteReqCall struct {
// contains filtered or unexported fields
}
func (*FileDocsDeleteReqCall) Do ¶
func (rc *FileDocsDeleteReqCall) Do() (*FileDocsDeleteResult, error)
func (*FileDocsDeleteReqCall) SetDocToken ¶
func (rc *FileDocsDeleteReqCall) SetDocToken(docToken string)
type FileDocsDeleteResult ¶
type FileService ¶
type FileService struct {
// contains filtered or unexported fields
}
func (*FileService) Copy ¶
func (files *FileService) Copy(ctx *core.Context, body *FileCopyReqBody, optFns ...request.OptFn) *FileCopyReqCall
func (*FileService) Create ¶
func (files *FileService) Create(ctx *core.Context, body *FileCreateReqBody, optFns ...request.OptFn) *FileCreateReqCall
func (*FileService) DocsDelete ¶
func (files *FileService) DocsDelete(ctx *core.Context, optFns ...request.OptFn) *FileDocsDeleteReqCall
func (*FileService) SpreadsheetsDelete ¶
func (files *FileService) SpreadsheetsDelete(ctx *core.Context, optFns ...request.OptFn) *FileSpreadsheetsDeleteReqCall
type FileSpreadsheetsDeleteReqCall ¶
type FileSpreadsheetsDeleteReqCall struct {
// contains filtered or unexported fields
}
func (*FileSpreadsheetsDeleteReqCall) Do ¶
func (rc *FileSpreadsheetsDeleteReqCall) Do() (*FileSpreadsheetsDeleteResult, error)
func (*FileSpreadsheetsDeleteReqCall) SetSpreadsheetToken ¶
func (rc *FileSpreadsheetsDeleteReqCall) SetSpreadsheetToken(spreadsheetToken string)
type FolderChildrenReqCall ¶
type FolderChildrenReqCall struct {
// contains filtered or unexported fields
}
func (*FolderChildrenReqCall) Do ¶
func (rc *FolderChildrenReqCall) Do() (*FolderChildrenResult, error)
func (*FolderChildrenReqCall) SetFolderToken ¶
func (rc *FolderChildrenReqCall) SetFolderToken(folderToken string)
func (*FolderChildrenReqCall) SetTypes ¶
func (rc *FolderChildrenReqCall) SetTypes(types ...string)
type FolderChildrenResult ¶
type FolderCreateReqBody ¶
type FolderCreateReqBody struct { Title string `json:"title,omitempty"` ForceSendFields []string `json:"-"` }
func (*FolderCreateReqBody) MarshalJSON ¶
func (s *FolderCreateReqBody) MarshalJSON() ([]byte, error)
type FolderCreateReqCall ¶
type FolderCreateReqCall struct {
// contains filtered or unexported fields
}
func (*FolderCreateReqCall) Do ¶
func (rc *FolderCreateReqCall) Do() (*FolderCreateResult, error)
func (*FolderCreateReqCall) SetFolderToken ¶
func (rc *FolderCreateReqCall) SetFolderToken(folderToken string)
type FolderCreateResult ¶
type FolderMetaReqCall ¶
type FolderMetaReqCall struct {
// contains filtered or unexported fields
}
func (*FolderMetaReqCall) Do ¶
func (rc *FolderMetaReqCall) Do() (*FolderMetaResult, error)
func (*FolderMetaReqCall) SetFolderToken ¶
func (rc *FolderMetaReqCall) SetFolderToken(folderToken string)
type FolderMetaResult ¶
type FolderMetaResult struct { Id string `json:"id,omitempty"` Name string `json:"name,omitempty"` Token string `json:"token,omitempty"` CreateUid string `json:"createUid,omitempty"` EditUid string `json:"editUid,omitempty"` ParentId string `json:"parentId,omitempty"` OwnUid string `json:"ownUid,omitempty"` }
type FolderRootMetaReqCall ¶
type FolderRootMetaReqCall struct {
// contains filtered or unexported fields
}
func (*FolderRootMetaReqCall) Do ¶
func (rc *FolderRootMetaReqCall) Do() (*FolderRootMetaResult, error)
type FolderRootMetaResult ¶
type FolderService ¶
type FolderService struct {
// contains filtered or unexported fields
}
func (*FolderService) Children ¶
func (folders *FolderService) Children(ctx *core.Context, optFns ...request.OptFn) *FolderChildrenReqCall
func (*FolderService) Create ¶
func (folders *FolderService) Create(ctx *core.Context, body *FolderCreateReqBody, optFns ...request.OptFn) *FolderCreateReqCall
func (*FolderService) Meta ¶
func (folders *FolderService) Meta(ctx *core.Context, optFns ...request.OptFn) *FolderMetaReqCall
func (*FolderService) RootMeta ¶
func (folders *FolderService) RootMeta(ctx *core.Context, optFns ...request.OptFn) *FolderRootMetaReqCall
type OperatorId ¶
type OperatorId struct { OpenId string `json:"open_id,omitempty"` UnionId string `json:"union_id,omitempty"` UserId string `json:"user_id,omitempty"` ForceSendFields []string `json:"-"` }
func (*OperatorId) MarshalJSON ¶
func (s *OperatorId) MarshalJSON() ([]byte, error)
type Service ¶
type Service struct { Files *FileService Folders *FolderService // contains filtered or unexported fields }
func NewService ¶
Click to show internal directories.
Click to hide internal directories.