Documentation
¶
Index ¶
- Variables
- type GetDownloadUrlRequest
- func (p *GetDownloadUrlRequest) BLength() int
- func (p *GetDownloadUrlRequest) DeepEqual(ano *GetDownloadUrlRequest) bool
- func (p *GetDownloadUrlRequest) FastRead(buf []byte) (int, error)
- func (p *GetDownloadUrlRequest) FastReadField1(buf []byte) (int, error)
- func (p *GetDownloadUrlRequest) FastWrite(buf []byte) int
- func (p *GetDownloadUrlRequest) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int
- func (p *GetDownloadUrlRequest) Field1DeepEqual(src string) bool
- func (p *GetDownloadUrlRequest) GetFilepath() (v string)
- func (p *GetDownloadUrlRequest) InitDefault()
- func (p *GetDownloadUrlRequest) Read(iprot thrift.TProtocol) (err error)
- func (p *GetDownloadUrlRequest) ReadField1(iprot thrift.TProtocol) error
- func (p *GetDownloadUrlRequest) SetFilepath(val string)
- func (p *GetDownloadUrlRequest) String() string
- func (p *GetDownloadUrlRequest) Write(oprot thrift.TProtocol) (err error)
- type GetDownloadUrlResponse
- func (p *GetDownloadUrlResponse) BLength() int
- func (p *GetDownloadUrlResponse) DeepEqual(ano *GetDownloadUrlResponse) bool
- func (p *GetDownloadUrlResponse) FastRead(buf []byte) (int, error)
- func (p *GetDownloadUrlResponse) FastReadField1(buf []byte) (int, error)
- func (p *GetDownloadUrlResponse) FastReadField2(buf []byte) (int, error)
- func (p *GetDownloadUrlResponse) FastWrite(buf []byte) int
- func (p *GetDownloadUrlResponse) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int
- func (p *GetDownloadUrlResponse) Field1DeepEqual(src *model.BaseResp) bool
- func (p *GetDownloadUrlResponse) Field2DeepEqual(src string) bool
- func (p *GetDownloadUrlResponse) GetBase() (v *model.BaseResp)
- func (p *GetDownloadUrlResponse) GetUrl() (v string)
- func (p *GetDownloadUrlResponse) InitDefault()
- func (p *GetDownloadUrlResponse) IsSetBase() bool
- func (p *GetDownloadUrlResponse) Read(iprot thrift.TProtocol) (err error)
- func (p *GetDownloadUrlResponse) ReadField1(iprot thrift.TProtocol) error
- func (p *GetDownloadUrlResponse) ReadField2(iprot thrift.TProtocol) error
- func (p *GetDownloadUrlResponse) SetBase(val *model.BaseResp)
- func (p *GetDownloadUrlResponse) SetUrl(val string)
- func (p *GetDownloadUrlResponse) String() string
- func (p *GetDownloadUrlResponse) Write(oprot thrift.TProtocol) (err error)
- type ListDirFilesRequest
- func (p *ListDirFilesRequest) BLength() int
- func (p *ListDirFilesRequest) DeepEqual(ano *ListDirFilesRequest) bool
- func (p *ListDirFilesRequest) FastRead(buf []byte) (int, error)
- func (p *ListDirFilesRequest) FastReadField1(buf []byte) (int, error)
- func (p *ListDirFilesRequest) FastWrite(buf []byte) int
- func (p *ListDirFilesRequest) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int
- func (p *ListDirFilesRequest) Field1DeepEqual(src string) bool
- func (p *ListDirFilesRequest) GetPath() (v string)
- func (p *ListDirFilesRequest) InitDefault()
- func (p *ListDirFilesRequest) Read(iprot thrift.TProtocol) (err error)
- func (p *ListDirFilesRequest) ReadField1(iprot thrift.TProtocol) error
- func (p *ListDirFilesRequest) SetPath(val string)
- func (p *ListDirFilesRequest) String() string
- func (p *ListDirFilesRequest) Write(oprot thrift.TProtocol) (err error)
- type ListDirFilesResponse
- func (p *ListDirFilesResponse) BLength() int
- func (p *ListDirFilesResponse) DeepEqual(ano *ListDirFilesResponse) bool
- func (p *ListDirFilesResponse) FastRead(buf []byte) (int, error)
- func (p *ListDirFilesResponse) FastReadField1(buf []byte) (int, error)
- func (p *ListDirFilesResponse) FastReadField2(buf []byte) (int, error)
- func (p *ListDirFilesResponse) FastWrite(buf []byte) int
- func (p *ListDirFilesResponse) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int
- func (p *ListDirFilesResponse) Field1DeepEqual(src *model.BaseResp) bool
- func (p *ListDirFilesResponse) Field2DeepEqual(src *model.UpYunFileDir) bool
- func (p *ListDirFilesResponse) GetBase() (v *model.BaseResp)
- func (p *ListDirFilesResponse) GetDir() (v *model.UpYunFileDir)
- func (p *ListDirFilesResponse) InitDefault()
- func (p *ListDirFilesResponse) IsSetBase() bool
- func (p *ListDirFilesResponse) IsSetDir() bool
- func (p *ListDirFilesResponse) Read(iprot thrift.TProtocol) (err error)
- func (p *ListDirFilesResponse) ReadField1(iprot thrift.TProtocol) error
- func (p *ListDirFilesResponse) ReadField2(iprot thrift.TProtocol) error
- func (p *ListDirFilesResponse) SetBase(val *model.BaseResp)
- func (p *ListDirFilesResponse) SetDir(val *model.UpYunFileDir)
- func (p *ListDirFilesResponse) String() string
- func (p *ListDirFilesResponse) Write(oprot thrift.TProtocol) (err error)
- type PaperService
- type PaperServiceGetDownloadUrlArgs
- func (p *PaperServiceGetDownloadUrlArgs) BLength() int
- func (p *PaperServiceGetDownloadUrlArgs) DeepEqual(ano *PaperServiceGetDownloadUrlArgs) bool
- func (p *PaperServiceGetDownloadUrlArgs) FastRead(buf []byte) (int, error)
- func (p *PaperServiceGetDownloadUrlArgs) FastReadField1(buf []byte) (int, error)
- func (p *PaperServiceGetDownloadUrlArgs) FastWrite(buf []byte) int
- func (p *PaperServiceGetDownloadUrlArgs) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int
- func (p *PaperServiceGetDownloadUrlArgs) Field1DeepEqual(src *GetDownloadUrlRequest) bool
- func (p *PaperServiceGetDownloadUrlArgs) GetFirstArgument() interface{}
- func (p *PaperServiceGetDownloadUrlArgs) GetReq() (v *GetDownloadUrlRequest)
- func (p *PaperServiceGetDownloadUrlArgs) InitDefault()
- func (p *PaperServiceGetDownloadUrlArgs) IsSetReq() bool
- func (p *PaperServiceGetDownloadUrlArgs) Read(iprot thrift.TProtocol) (err error)
- func (p *PaperServiceGetDownloadUrlArgs) ReadField1(iprot thrift.TProtocol) error
- func (p *PaperServiceGetDownloadUrlArgs) SetReq(val *GetDownloadUrlRequest)
- func (p *PaperServiceGetDownloadUrlArgs) String() string
- func (p *PaperServiceGetDownloadUrlArgs) Write(oprot thrift.TProtocol) (err error)
- type PaperServiceGetDownloadUrlResult
- func (p *PaperServiceGetDownloadUrlResult) BLength() int
- func (p *PaperServiceGetDownloadUrlResult) DeepEqual(ano *PaperServiceGetDownloadUrlResult) bool
- func (p *PaperServiceGetDownloadUrlResult) FastRead(buf []byte) (int, error)
- func (p *PaperServiceGetDownloadUrlResult) FastReadField0(buf []byte) (int, error)
- func (p *PaperServiceGetDownloadUrlResult) FastWrite(buf []byte) int
- func (p *PaperServiceGetDownloadUrlResult) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int
- func (p *PaperServiceGetDownloadUrlResult) Field0DeepEqual(src *GetDownloadUrlResponse) bool
- func (p *PaperServiceGetDownloadUrlResult) GetResult() interface{}
- func (p *PaperServiceGetDownloadUrlResult) GetSuccess() (v *GetDownloadUrlResponse)
- func (p *PaperServiceGetDownloadUrlResult) InitDefault()
- func (p *PaperServiceGetDownloadUrlResult) IsSetSuccess() bool
- func (p *PaperServiceGetDownloadUrlResult) Read(iprot thrift.TProtocol) (err error)
- func (p *PaperServiceGetDownloadUrlResult) ReadField0(iprot thrift.TProtocol) error
- func (p *PaperServiceGetDownloadUrlResult) SetSuccess(x interface{})
- func (p *PaperServiceGetDownloadUrlResult) String() string
- func (p *PaperServiceGetDownloadUrlResult) Write(oprot thrift.TProtocol) (err error)
- type PaperServiceListDirFilesArgs
- func (p *PaperServiceListDirFilesArgs) BLength() int
- func (p *PaperServiceListDirFilesArgs) DeepEqual(ano *PaperServiceListDirFilesArgs) bool
- func (p *PaperServiceListDirFilesArgs) FastRead(buf []byte) (int, error)
- func (p *PaperServiceListDirFilesArgs) FastReadField1(buf []byte) (int, error)
- func (p *PaperServiceListDirFilesArgs) FastWrite(buf []byte) int
- func (p *PaperServiceListDirFilesArgs) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int
- func (p *PaperServiceListDirFilesArgs) Field1DeepEqual(src *ListDirFilesRequest) bool
- func (p *PaperServiceListDirFilesArgs) GetFirstArgument() interface{}
- func (p *PaperServiceListDirFilesArgs) GetReq() (v *ListDirFilesRequest)
- func (p *PaperServiceListDirFilesArgs) InitDefault()
- func (p *PaperServiceListDirFilesArgs) IsSetReq() bool
- func (p *PaperServiceListDirFilesArgs) Read(iprot thrift.TProtocol) (err error)
- func (p *PaperServiceListDirFilesArgs) ReadField1(iprot thrift.TProtocol) error
- func (p *PaperServiceListDirFilesArgs) SetReq(val *ListDirFilesRequest)
- func (p *PaperServiceListDirFilesArgs) String() string
- func (p *PaperServiceListDirFilesArgs) Write(oprot thrift.TProtocol) (err error)
- type PaperServiceListDirFilesResult
- func (p *PaperServiceListDirFilesResult) BLength() int
- func (p *PaperServiceListDirFilesResult) DeepEqual(ano *PaperServiceListDirFilesResult) bool
- func (p *PaperServiceListDirFilesResult) FastRead(buf []byte) (int, error)
- func (p *PaperServiceListDirFilesResult) FastReadField0(buf []byte) (int, error)
- func (p *PaperServiceListDirFilesResult) FastWrite(buf []byte) int
- func (p *PaperServiceListDirFilesResult) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int
- func (p *PaperServiceListDirFilesResult) Field0DeepEqual(src *ListDirFilesResponse) bool
- func (p *PaperServiceListDirFilesResult) GetResult() interface{}
- func (p *PaperServiceListDirFilesResult) GetSuccess() (v *ListDirFilesResponse)
- func (p *PaperServiceListDirFilesResult) InitDefault()
- func (p *PaperServiceListDirFilesResult) IsSetSuccess() bool
- func (p *PaperServiceListDirFilesResult) Read(iprot thrift.TProtocol) (err error)
- func (p *PaperServiceListDirFilesResult) ReadField0(iprot thrift.TProtocol) error
- func (p *PaperServiceListDirFilesResult) SetSuccess(x interface{})
- func (p *PaperServiceListDirFilesResult) String() string
- func (p *PaperServiceListDirFilesResult) Write(oprot thrift.TProtocol) (err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var GetDownloadUrlResponse_Base_DEFAULT *model.BaseResp
View Source
var KitexUnusedProtection = struct{}{}
KitexUnusedProtection is used to prevent 'imported and not used' error.
View Source
var ListDirFilesResponse_Base_DEFAULT *model.BaseResp
View Source
var ListDirFilesResponse_Dir_DEFAULT *model.UpYunFileDir
Functions ¶
This section is empty.
Types ¶
type GetDownloadUrlRequest ¶
type GetDownloadUrlRequest struct {
Filepath string `thrift:"filepath,1,required" frugal:"1,required,string" json:"filepath"`
}
var PaperServiceGetDownloadUrlArgs_Req_DEFAULT *GetDownloadUrlRequest
func NewGetDownloadUrlRequest ¶
func NewGetDownloadUrlRequest() *GetDownloadUrlRequest
func (*GetDownloadUrlRequest) BLength ¶
func (p *GetDownloadUrlRequest) BLength() int
func (*GetDownloadUrlRequest) DeepEqual ¶
func (p *GetDownloadUrlRequest) DeepEqual(ano *GetDownloadUrlRequest) bool
func (*GetDownloadUrlRequest) FastRead ¶
func (p *GetDownloadUrlRequest) FastRead(buf []byte) (int, error)
func (*GetDownloadUrlRequest) FastReadField1 ¶
func (p *GetDownloadUrlRequest) FastReadField1(buf []byte) (int, error)
func (*GetDownloadUrlRequest) FastWrite ¶
func (p *GetDownloadUrlRequest) FastWrite(buf []byte) int
func (*GetDownloadUrlRequest) FastWriteNocopy ¶
func (p *GetDownloadUrlRequest) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int
func (*GetDownloadUrlRequest) Field1DeepEqual ¶
func (p *GetDownloadUrlRequest) Field1DeepEqual(src string) bool
func (*GetDownloadUrlRequest) GetFilepath ¶
func (p *GetDownloadUrlRequest) GetFilepath() (v string)
func (*GetDownloadUrlRequest) InitDefault ¶
func (p *GetDownloadUrlRequest) InitDefault()
func (*GetDownloadUrlRequest) Read ¶
func (p *GetDownloadUrlRequest) Read(iprot thrift.TProtocol) (err error)
func (*GetDownloadUrlRequest) ReadField1 ¶
func (p *GetDownloadUrlRequest) ReadField1(iprot thrift.TProtocol) error
func (*GetDownloadUrlRequest) SetFilepath ¶
func (p *GetDownloadUrlRequest) SetFilepath(val string)
func (*GetDownloadUrlRequest) String ¶
func (p *GetDownloadUrlRequest) String() string
type GetDownloadUrlResponse ¶
type GetDownloadUrlResponse struct { Base *model.BaseResp `thrift:"base,1,required" frugal:"1,required,model.BaseResp" json:"base"` Url string `thrift:"url,2,required" frugal:"2,required,string" json:"url"` }
var PaperServiceGetDownloadUrlResult_Success_DEFAULT *GetDownloadUrlResponse
func NewGetDownloadUrlResponse ¶
func NewGetDownloadUrlResponse() *GetDownloadUrlResponse
func (*GetDownloadUrlResponse) BLength ¶
func (p *GetDownloadUrlResponse) BLength() int
func (*GetDownloadUrlResponse) DeepEqual ¶
func (p *GetDownloadUrlResponse) DeepEqual(ano *GetDownloadUrlResponse) bool
func (*GetDownloadUrlResponse) FastRead ¶
func (p *GetDownloadUrlResponse) FastRead(buf []byte) (int, error)
func (*GetDownloadUrlResponse) FastReadField1 ¶
func (p *GetDownloadUrlResponse) FastReadField1(buf []byte) (int, error)
func (*GetDownloadUrlResponse) FastReadField2 ¶
func (p *GetDownloadUrlResponse) FastReadField2(buf []byte) (int, error)
func (*GetDownloadUrlResponse) FastWrite ¶
func (p *GetDownloadUrlResponse) FastWrite(buf []byte) int
func (*GetDownloadUrlResponse) FastWriteNocopy ¶
func (p *GetDownloadUrlResponse) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int
func (*GetDownloadUrlResponse) Field1DeepEqual ¶
func (p *GetDownloadUrlResponse) Field1DeepEqual(src *model.BaseResp) bool
func (*GetDownloadUrlResponse) Field2DeepEqual ¶
func (p *GetDownloadUrlResponse) Field2DeepEqual(src string) bool
func (*GetDownloadUrlResponse) GetBase ¶
func (p *GetDownloadUrlResponse) GetBase() (v *model.BaseResp)
func (*GetDownloadUrlResponse) GetUrl ¶
func (p *GetDownloadUrlResponse) GetUrl() (v string)
func (*GetDownloadUrlResponse) InitDefault ¶
func (p *GetDownloadUrlResponse) InitDefault()
func (*GetDownloadUrlResponse) IsSetBase ¶
func (p *GetDownloadUrlResponse) IsSetBase() bool
func (*GetDownloadUrlResponse) Read ¶
func (p *GetDownloadUrlResponse) Read(iprot thrift.TProtocol) (err error)
func (*GetDownloadUrlResponse) ReadField1 ¶
func (p *GetDownloadUrlResponse) ReadField1(iprot thrift.TProtocol) error
func (*GetDownloadUrlResponse) ReadField2 ¶
func (p *GetDownloadUrlResponse) ReadField2(iprot thrift.TProtocol) error
func (*GetDownloadUrlResponse) SetBase ¶
func (p *GetDownloadUrlResponse) SetBase(val *model.BaseResp)
func (*GetDownloadUrlResponse) SetUrl ¶
func (p *GetDownloadUrlResponse) SetUrl(val string)
func (*GetDownloadUrlResponse) String ¶
func (p *GetDownloadUrlResponse) String() string
type ListDirFilesRequest ¶
type ListDirFilesRequest struct {
Path string `thrift:"path,1,required" frugal:"1,required,string" json:"path"`
}
var PaperServiceListDirFilesArgs_Req_DEFAULT *ListDirFilesRequest
func NewListDirFilesRequest ¶
func NewListDirFilesRequest() *ListDirFilesRequest
func (*ListDirFilesRequest) BLength ¶
func (p *ListDirFilesRequest) BLength() int
func (*ListDirFilesRequest) DeepEqual ¶
func (p *ListDirFilesRequest) DeepEqual(ano *ListDirFilesRequest) bool
func (*ListDirFilesRequest) FastRead ¶
func (p *ListDirFilesRequest) FastRead(buf []byte) (int, error)
func (*ListDirFilesRequest) FastReadField1 ¶
func (p *ListDirFilesRequest) FastReadField1(buf []byte) (int, error)
func (*ListDirFilesRequest) FastWrite ¶
func (p *ListDirFilesRequest) FastWrite(buf []byte) int
func (*ListDirFilesRequest) FastWriteNocopy ¶
func (p *ListDirFilesRequest) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int
func (*ListDirFilesRequest) Field1DeepEqual ¶
func (p *ListDirFilesRequest) Field1DeepEqual(src string) bool
func (*ListDirFilesRequest) GetPath ¶
func (p *ListDirFilesRequest) GetPath() (v string)
func (*ListDirFilesRequest) InitDefault ¶
func (p *ListDirFilesRequest) InitDefault()
func (*ListDirFilesRequest) Read ¶
func (p *ListDirFilesRequest) Read(iprot thrift.TProtocol) (err error)
func (*ListDirFilesRequest) ReadField1 ¶
func (p *ListDirFilesRequest) ReadField1(iprot thrift.TProtocol) error
func (*ListDirFilesRequest) SetPath ¶
func (p *ListDirFilesRequest) SetPath(val string)
func (*ListDirFilesRequest) String ¶
func (p *ListDirFilesRequest) String() string
type ListDirFilesResponse ¶
type ListDirFilesResponse struct { Base *model.BaseResp `thrift:"base,1,required" frugal:"1,required,model.BaseResp" json:"base"` Dir *model.UpYunFileDir `thrift:"dir,2,optional" frugal:"2,optional,model.UpYunFileDir" json:"dir,omitempty"` }
var PaperServiceListDirFilesResult_Success_DEFAULT *ListDirFilesResponse
func NewListDirFilesResponse ¶
func NewListDirFilesResponse() *ListDirFilesResponse
func (*ListDirFilesResponse) BLength ¶
func (p *ListDirFilesResponse) BLength() int
func (*ListDirFilesResponse) DeepEqual ¶
func (p *ListDirFilesResponse) DeepEqual(ano *ListDirFilesResponse) bool
func (*ListDirFilesResponse) FastRead ¶
func (p *ListDirFilesResponse) FastRead(buf []byte) (int, error)
func (*ListDirFilesResponse) FastReadField1 ¶
func (p *ListDirFilesResponse) FastReadField1(buf []byte) (int, error)
func (*ListDirFilesResponse) FastReadField2 ¶
func (p *ListDirFilesResponse) FastReadField2(buf []byte) (int, error)
func (*ListDirFilesResponse) FastWrite ¶
func (p *ListDirFilesResponse) FastWrite(buf []byte) int
func (*ListDirFilesResponse) FastWriteNocopy ¶
func (p *ListDirFilesResponse) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int
func (*ListDirFilesResponse) Field1DeepEqual ¶
func (p *ListDirFilesResponse) Field1DeepEqual(src *model.BaseResp) bool
func (*ListDirFilesResponse) Field2DeepEqual ¶
func (p *ListDirFilesResponse) Field2DeepEqual(src *model.UpYunFileDir) bool
func (*ListDirFilesResponse) GetBase ¶
func (p *ListDirFilesResponse) GetBase() (v *model.BaseResp)
func (*ListDirFilesResponse) GetDir ¶
func (p *ListDirFilesResponse) GetDir() (v *model.UpYunFileDir)
func (*ListDirFilesResponse) InitDefault ¶
func (p *ListDirFilesResponse) InitDefault()
func (*ListDirFilesResponse) IsSetBase ¶
func (p *ListDirFilesResponse) IsSetBase() bool
func (*ListDirFilesResponse) IsSetDir ¶
func (p *ListDirFilesResponse) IsSetDir() bool
func (*ListDirFilesResponse) Read ¶
func (p *ListDirFilesResponse) Read(iprot thrift.TProtocol) (err error)
func (*ListDirFilesResponse) ReadField1 ¶
func (p *ListDirFilesResponse) ReadField1(iprot thrift.TProtocol) error
func (*ListDirFilesResponse) ReadField2 ¶
func (p *ListDirFilesResponse) ReadField2(iprot thrift.TProtocol) error
func (*ListDirFilesResponse) SetBase ¶
func (p *ListDirFilesResponse) SetBase(val *model.BaseResp)
func (*ListDirFilesResponse) SetDir ¶
func (p *ListDirFilesResponse) SetDir(val *model.UpYunFileDir)
func (*ListDirFilesResponse) String ¶
func (p *ListDirFilesResponse) String() string
type PaperService ¶
type PaperService interface { ListDirFiles(ctx context.Context, req *ListDirFilesRequest) (r *ListDirFilesResponse, err error) GetDownloadUrl(ctx context.Context, req *GetDownloadUrlRequest) (r *GetDownloadUrlResponse, err error) }
type PaperServiceGetDownloadUrlArgs ¶
type PaperServiceGetDownloadUrlArgs struct {
Req *GetDownloadUrlRequest `thrift:"req,1" frugal:"1,default,GetDownloadUrlRequest" json:"req"`
}
func NewPaperServiceGetDownloadUrlArgs ¶
func NewPaperServiceGetDownloadUrlArgs() *PaperServiceGetDownloadUrlArgs
func (*PaperServiceGetDownloadUrlArgs) BLength ¶
func (p *PaperServiceGetDownloadUrlArgs) BLength() int
func (*PaperServiceGetDownloadUrlArgs) DeepEqual ¶
func (p *PaperServiceGetDownloadUrlArgs) DeepEqual(ano *PaperServiceGetDownloadUrlArgs) bool
func (*PaperServiceGetDownloadUrlArgs) FastRead ¶
func (p *PaperServiceGetDownloadUrlArgs) FastRead(buf []byte) (int, error)
func (*PaperServiceGetDownloadUrlArgs) FastReadField1 ¶
func (p *PaperServiceGetDownloadUrlArgs) FastReadField1(buf []byte) (int, error)
func (*PaperServiceGetDownloadUrlArgs) FastWrite ¶
func (p *PaperServiceGetDownloadUrlArgs) FastWrite(buf []byte) int
func (*PaperServiceGetDownloadUrlArgs) FastWriteNocopy ¶
func (p *PaperServiceGetDownloadUrlArgs) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int
func (*PaperServiceGetDownloadUrlArgs) Field1DeepEqual ¶
func (p *PaperServiceGetDownloadUrlArgs) Field1DeepEqual(src *GetDownloadUrlRequest) bool
func (*PaperServiceGetDownloadUrlArgs) GetFirstArgument ¶
func (p *PaperServiceGetDownloadUrlArgs) GetFirstArgument() interface{}
func (*PaperServiceGetDownloadUrlArgs) GetReq ¶
func (p *PaperServiceGetDownloadUrlArgs) GetReq() (v *GetDownloadUrlRequest)
func (*PaperServiceGetDownloadUrlArgs) InitDefault ¶
func (p *PaperServiceGetDownloadUrlArgs) InitDefault()
func (*PaperServiceGetDownloadUrlArgs) IsSetReq ¶
func (p *PaperServiceGetDownloadUrlArgs) IsSetReq() bool
func (*PaperServiceGetDownloadUrlArgs) Read ¶
func (p *PaperServiceGetDownloadUrlArgs) Read(iprot thrift.TProtocol) (err error)
func (*PaperServiceGetDownloadUrlArgs) ReadField1 ¶
func (p *PaperServiceGetDownloadUrlArgs) ReadField1(iprot thrift.TProtocol) error
func (*PaperServiceGetDownloadUrlArgs) SetReq ¶
func (p *PaperServiceGetDownloadUrlArgs) SetReq(val *GetDownloadUrlRequest)
func (*PaperServiceGetDownloadUrlArgs) String ¶
func (p *PaperServiceGetDownloadUrlArgs) String() string
type PaperServiceGetDownloadUrlResult ¶
type PaperServiceGetDownloadUrlResult struct {
Success *GetDownloadUrlResponse `thrift:"success,0,optional" frugal:"0,optional,GetDownloadUrlResponse" json:"success,omitempty"`
}
func NewPaperServiceGetDownloadUrlResult ¶
func NewPaperServiceGetDownloadUrlResult() *PaperServiceGetDownloadUrlResult
func (*PaperServiceGetDownloadUrlResult) BLength ¶
func (p *PaperServiceGetDownloadUrlResult) BLength() int
func (*PaperServiceGetDownloadUrlResult) DeepEqual ¶
func (p *PaperServiceGetDownloadUrlResult) DeepEqual(ano *PaperServiceGetDownloadUrlResult) bool
func (*PaperServiceGetDownloadUrlResult) FastRead ¶
func (p *PaperServiceGetDownloadUrlResult) FastRead(buf []byte) (int, error)
func (*PaperServiceGetDownloadUrlResult) FastReadField0 ¶
func (p *PaperServiceGetDownloadUrlResult) FastReadField0(buf []byte) (int, error)
func (*PaperServiceGetDownloadUrlResult) FastWrite ¶
func (p *PaperServiceGetDownloadUrlResult) FastWrite(buf []byte) int
func (*PaperServiceGetDownloadUrlResult) FastWriteNocopy ¶
func (p *PaperServiceGetDownloadUrlResult) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int
func (*PaperServiceGetDownloadUrlResult) Field0DeepEqual ¶
func (p *PaperServiceGetDownloadUrlResult) Field0DeepEqual(src *GetDownloadUrlResponse) bool
func (*PaperServiceGetDownloadUrlResult) GetResult ¶
func (p *PaperServiceGetDownloadUrlResult) GetResult() interface{}
func (*PaperServiceGetDownloadUrlResult) GetSuccess ¶
func (p *PaperServiceGetDownloadUrlResult) GetSuccess() (v *GetDownloadUrlResponse)
func (*PaperServiceGetDownloadUrlResult) InitDefault ¶
func (p *PaperServiceGetDownloadUrlResult) InitDefault()
func (*PaperServiceGetDownloadUrlResult) IsSetSuccess ¶
func (p *PaperServiceGetDownloadUrlResult) IsSetSuccess() bool
func (*PaperServiceGetDownloadUrlResult) Read ¶
func (p *PaperServiceGetDownloadUrlResult) Read(iprot thrift.TProtocol) (err error)
func (*PaperServiceGetDownloadUrlResult) ReadField0 ¶
func (p *PaperServiceGetDownloadUrlResult) ReadField0(iprot thrift.TProtocol) error
func (*PaperServiceGetDownloadUrlResult) SetSuccess ¶
func (p *PaperServiceGetDownloadUrlResult) SetSuccess(x interface{})
func (*PaperServiceGetDownloadUrlResult) String ¶
func (p *PaperServiceGetDownloadUrlResult) String() string
type PaperServiceListDirFilesArgs ¶
type PaperServiceListDirFilesArgs struct {
Req *ListDirFilesRequest `thrift:"req,1" frugal:"1,default,ListDirFilesRequest" json:"req"`
}
func NewPaperServiceListDirFilesArgs ¶
func NewPaperServiceListDirFilesArgs() *PaperServiceListDirFilesArgs
func (*PaperServiceListDirFilesArgs) BLength ¶
func (p *PaperServiceListDirFilesArgs) BLength() int
func (*PaperServiceListDirFilesArgs) DeepEqual ¶
func (p *PaperServiceListDirFilesArgs) DeepEqual(ano *PaperServiceListDirFilesArgs) bool
func (*PaperServiceListDirFilesArgs) FastRead ¶
func (p *PaperServiceListDirFilesArgs) FastRead(buf []byte) (int, error)
func (*PaperServiceListDirFilesArgs) FastReadField1 ¶
func (p *PaperServiceListDirFilesArgs) FastReadField1(buf []byte) (int, error)
func (*PaperServiceListDirFilesArgs) FastWrite ¶
func (p *PaperServiceListDirFilesArgs) FastWrite(buf []byte) int
func (*PaperServiceListDirFilesArgs) FastWriteNocopy ¶
func (p *PaperServiceListDirFilesArgs) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int
func (*PaperServiceListDirFilesArgs) Field1DeepEqual ¶
func (p *PaperServiceListDirFilesArgs) Field1DeepEqual(src *ListDirFilesRequest) bool
func (*PaperServiceListDirFilesArgs) GetFirstArgument ¶
func (p *PaperServiceListDirFilesArgs) GetFirstArgument() interface{}
func (*PaperServiceListDirFilesArgs) GetReq ¶
func (p *PaperServiceListDirFilesArgs) GetReq() (v *ListDirFilesRequest)
func (*PaperServiceListDirFilesArgs) InitDefault ¶
func (p *PaperServiceListDirFilesArgs) InitDefault()
func (*PaperServiceListDirFilesArgs) IsSetReq ¶
func (p *PaperServiceListDirFilesArgs) IsSetReq() bool
func (*PaperServiceListDirFilesArgs) Read ¶
func (p *PaperServiceListDirFilesArgs) Read(iprot thrift.TProtocol) (err error)
func (*PaperServiceListDirFilesArgs) ReadField1 ¶
func (p *PaperServiceListDirFilesArgs) ReadField1(iprot thrift.TProtocol) error
func (*PaperServiceListDirFilesArgs) SetReq ¶
func (p *PaperServiceListDirFilesArgs) SetReq(val *ListDirFilesRequest)
func (*PaperServiceListDirFilesArgs) String ¶
func (p *PaperServiceListDirFilesArgs) String() string
type PaperServiceListDirFilesResult ¶
type PaperServiceListDirFilesResult struct {
Success *ListDirFilesResponse `thrift:"success,0,optional" frugal:"0,optional,ListDirFilesResponse" json:"success,omitempty"`
}
func NewPaperServiceListDirFilesResult ¶
func NewPaperServiceListDirFilesResult() *PaperServiceListDirFilesResult
func (*PaperServiceListDirFilesResult) BLength ¶
func (p *PaperServiceListDirFilesResult) BLength() int
func (*PaperServiceListDirFilesResult) DeepEqual ¶
func (p *PaperServiceListDirFilesResult) DeepEqual(ano *PaperServiceListDirFilesResult) bool
func (*PaperServiceListDirFilesResult) FastRead ¶
func (p *PaperServiceListDirFilesResult) FastRead(buf []byte) (int, error)
func (*PaperServiceListDirFilesResult) FastReadField0 ¶
func (p *PaperServiceListDirFilesResult) FastReadField0(buf []byte) (int, error)
func (*PaperServiceListDirFilesResult) FastWrite ¶
func (p *PaperServiceListDirFilesResult) FastWrite(buf []byte) int
func (*PaperServiceListDirFilesResult) FastWriteNocopy ¶
func (p *PaperServiceListDirFilesResult) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int
func (*PaperServiceListDirFilesResult) Field0DeepEqual ¶
func (p *PaperServiceListDirFilesResult) Field0DeepEqual(src *ListDirFilesResponse) bool
func (*PaperServiceListDirFilesResult) GetResult ¶
func (p *PaperServiceListDirFilesResult) GetResult() interface{}
func (*PaperServiceListDirFilesResult) GetSuccess ¶
func (p *PaperServiceListDirFilesResult) GetSuccess() (v *ListDirFilesResponse)
func (*PaperServiceListDirFilesResult) InitDefault ¶
func (p *PaperServiceListDirFilesResult) InitDefault()
func (*PaperServiceListDirFilesResult) IsSetSuccess ¶
func (p *PaperServiceListDirFilesResult) IsSetSuccess() bool
func (*PaperServiceListDirFilesResult) Read ¶
func (p *PaperServiceListDirFilesResult) Read(iprot thrift.TProtocol) (err error)
func (*PaperServiceListDirFilesResult) ReadField0 ¶
func (p *PaperServiceListDirFilesResult) ReadField0(iprot thrift.TProtocol) error
func (*PaperServiceListDirFilesResult) SetSuccess ¶
func (p *PaperServiceListDirFilesResult) SetSuccess(x interface{})
func (*PaperServiceListDirFilesResult) String ¶
func (p *PaperServiceListDirFilesResult) String() string
Click to show internal directories.
Click to hide internal directories.