Return the stable object ID for this binding, or an empty string if it's not an object
()
| 284 | |
| 285 | // Return the stable object ID for this binding, or an empty string if it's not an object |
| 286 | func (b *Binding) ID() string { |
| 287 | return b.Key |
| 288 | } |
| 289 | |
| 290 | // Return a stable digest of the binding's value |
| 291 | func (b *Binding) Digest() digest.Digest { |