IsTransitive returns whether the Share transitively gives access to everything reachable from the referenced blob.
()
| 260 | // gives access to everything reachable from the referenced |
| 261 | // blob. |
| 262 | func (s Share) IsTransitive() bool { |
| 263 | return s.b.ss.Transitive |
| 264 | } |
| 265 | |
| 266 | // IsExpired reports whether this share has expired. |
| 267 | func (s Share) IsExpired() bool { |