v4

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2020 License: MIT Imports: 6 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 Image

type Image struct {
	ImageKey string `json:"image_key"`
}

type ImageGetReqCall

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

func (*ImageGetReqCall) Do

func (rc *ImageGetReqCall) Do() (io.Writer, error)

func (*ImageGetReqCall) SetImageKey

func (rc *ImageGetReqCall) SetImageKey(imageKey string)

func (*ImageGetReqCall) SetResponseStream

func (rc *ImageGetReqCall) SetResponseStream(result io.Writer)

type ImagePutReqCall

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

func (*ImagePutReqCall) Do

func (rc *ImagePutReqCall) Do() (*Image, error)

func (*ImagePutReqCall) SetImage

func (rc *ImagePutReqCall) SetImage(image *request.File)

func (*ImagePutReqCall) SetImageType

func (rc *ImagePutReqCall) SetImageType(imageType string)

type ImageService

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

func (*ImageService) Get

func (images *ImageService) Get(ctx *core.Context, optFns ...request.OptFn) *ImageGetReqCall

func (*ImageService) Put

func (images *ImageService) Put(ctx *core.Context, optFns ...request.OptFn) *ImagePutReqCall

type Service

type Service struct {
	Images *ImageService
	// 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