Update notification event Target fields
Docker-DCO-1.1-Signed-off-by: Josh Hawn <josh.hawn@docker.com> (github: jlhawn)
This commit is contained in:
parent
0ecb468a33
commit
4e3bf4bad4
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ func (lrs *layerReader) Digest() digest.Digest {
|
|||
return lrs.digest
|
||||
}
|
||||
|
||||
func (lrs *layerReader) Length() int64 {
|
||||
return lrs.size
|
||||
}
|
||||
|
||||
func (lrs *layerReader) CreatedAt() time.Time {
|
||||
return lrs.modtime
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue