MCPcopy
hub / github.com/minio/minio-go / SetDays

Method SetDays

api-restore.go:109–111  ·  view source on GitHub ↗

SetDays sets the days parameter of the restore request

(v int)

Source from the content-addressed store, hash-verified

107
108// SetDays sets the days parameter of the restore request
109func (r *RestoreRequest) SetDays(v int) {
110 r.Days = &v
111}
112
113// SetGlacierJobParameters sets the GlacierJobParameters of the restore request
114func (r *RestoreRequest) SetGlacierJobParameters(v GlacierJobParameters) {

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected