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

Method SetTier

api-restore.go:124–126  ·  view source on GitHub ↗

SetTier sets the retrieval tier of the restore request

(v TierType)

Source from the content-addressed store, hash-verified

122
123// SetTier sets the retrieval tier of the restore request
124func (r *RestoreRequest) SetTier(v TierType) {
125 r.Tier = &v
126}
127
128// SetDescription sets the description of the restore request
129func (r *RestoreRequest) SetDescription(v string) {

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected