- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for BatchJobSnowball (0.08 seconds)
-
cmd/batch-job-common-types.go
} var _ yaml.Unmarshaler = &BatchJobSnowball{} // UnmarshalYAML - BatchJobSnowball extends unmarshal to extract line, column information func (b *BatchJobSnowball) UnmarshalYAML(val *yaml.Node) error { type snowball BatchJobSnowball var tmp snowball err := val.Decode(&tmp) if err != nil { return err } *b = BatchJobSnowball(tmp) b.line, b.col = val.Line, val.Column return nilCreated: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 7.9K bytes - Click Count (0) -
cmd/batch-replicate.go
Path string `yaml:"path" json:"path"` Creds BatchJobReplicateCredentials `yaml:"credentials" json:"credentials"` Snowball BatchJobSnowball `yaml:"snowball" json:"snowball"` } // ValidPath returns true if path is valid func (s BatchJobReplicateSource) ValidPath() bool { switch s.Path { case "on", "off", "auto", "":
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Thu Aug 01 12:53:30 GMT 2024 - 6.3K bytes - Click Count (0)