mirror of
https://github.com/distribution/distribution.git
synced 2025-09-05 17:01:06 +00:00
Use references terminology instead of layers.
Signed-off-by: Andrew Leung <anwleung@gmail.com>
This commit is contained in:
@@ -72,8 +72,8 @@ type Event struct {
|
||||
// Tag provides the tag
|
||||
Tag string `json:"tag,omitempty"`
|
||||
|
||||
// Layers provides the layers descriptors.
|
||||
Layers []distribution.Descriptor `json:"layers,omitempty"`
|
||||
// References provides the references descriptors.
|
||||
References []distribution.Descriptor `json:"references,omitempty"`
|
||||
} `json:"target,omitempty"`
|
||||
|
||||
// Request covers the request that generated the event.
|
||||
|
Reference in New Issue
Block a user