Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WriterArgs (0.15 sec)

  1. internal/s3select/select.go

    	input.unmarshaled = true
    	return nil
    }
    
    // OutputSerialization - represents elements inside <OutputSerialization/> in request XML.
    type OutputSerialization struct {
    	CSVArgs     csv.WriterArgs  `xml:"CSV"`
    	JSONArgs    json.WriterArgs `xml:"JSON"`
    	unmarshaled bool
    	format      string
    }
    
    // IsEmpty - returns whether output serialization is empty or not.
    func (output *OutputSerialization) IsEmpty() bool {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Nov 06 22:26:08 GMT 2023
    - 21K bytes
    - Viewed (0)
Back to top