Documentation ¶
Index ¶
- Variables
- type TExtractFromZipParams
- func (p *TExtractFromZipParams) Equals(other *TExtractFromZipParams) bool
- func (p *TExtractFromZipParams) GetArchiveFile() string
- func (p *TExtractFromZipParams) GetDestinationDir() string
- func (p *TExtractFromZipParams) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TExtractFromZipParams) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TExtractFromZipParams) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TExtractFromZipParams) String() string
- func (p *TExtractFromZipParams) Write(ctx context.Context, oprot thrift.TProtocol) error
Constants ¶
This section is empty.
Variables ¶
View Source
var GoUnusedProtection__ int
Functions ¶
This section is empty.
Types ¶
type TExtractFromZipParams ¶
type TExtractFromZipParams struct { ArchiveFile string `thrift:"archive_file,1,required" db:"archive_file" json:"archive_file"` DestinationDir string `thrift:"destination_dir,2,required" db:"destination_dir" json:"destination_dir"` }
Attributes:
- ArchiveFile
- DestinationDir
func NewTExtractFromZipParams ¶
func NewTExtractFromZipParams() *TExtractFromZipParams
func (*TExtractFromZipParams) Equals ¶
func (p *TExtractFromZipParams) Equals(other *TExtractFromZipParams) bool
func (*TExtractFromZipParams) GetArchiveFile ¶
func (p *TExtractFromZipParams) GetArchiveFile() string
func (*TExtractFromZipParams) GetDestinationDir ¶
func (p *TExtractFromZipParams) GetDestinationDir() string
func (*TExtractFromZipParams) ReadField1 ¶
func (*TExtractFromZipParams) ReadField2 ¶
func (*TExtractFromZipParams) String ¶
func (p *TExtractFromZipParams) String() string
Click to show internal directories.
Click to hide internal directories.