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 ImageGetReqCall ¶
type ImageGetReqCall struct {
// contains filtered or unexported fields
}
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 ¶
Click to show internal directories.
Click to hide internal directories.