Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 31 of 31 for kule (0.12 sec)

  1. internal/bucket/lifecycle/expiration.go

    // Boolean signifies a boolean XML struct with custom marshaling
    type Boolean struct {
    	val    bool
    	set    bool
    	Unused struct{} // Needed for GOB compatibility
    }
    
    // Expiration - expiration actions for a rule in lifecycle configuration.
    type Expiration struct {
    	XMLName      xml.Name           `xml:"Expiration"`
    	Days         ExpirationDays     `xml:"Days,omitempty"`
    	Date         ExpirationDate     `xml:"Date,omitempty"`
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed Feb 21 20:28:34 GMT 2024
    - 6.6K bytes
    - Viewed (1)
Back to top