parent
							
								
									d303d5c1ac
								
							
						
					
					
						commit
						6eadd3f4dc
					
				| 
						 | 
					@ -55,7 +55,7 @@ var (
 | 
				
			||||||
		HTTPStatusCode: http.StatusForbidden,
 | 
							HTTPStatusCode: http.StatusForbidden,
 | 
				
			||||||
	})
 | 
						})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// ErrorCodeUnavailable provides a common error to report unavialability
 | 
						// ErrorCodeUnavailable provides a common error to report unavailability
 | 
				
			||||||
	// of a service or endpoint.
 | 
						// of a service or endpoint.
 | 
				
			||||||
	ErrorCodeUnavailable = Register("errcode", ErrorDescriptor{
 | 
						ErrorCodeUnavailable = Register("errcode", ErrorDescriptor{
 | 
				
			||||||
		Value:          "UNAVAILABLE",
 | 
							Value:          "UNAVAILABLE",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -123,7 +123,7 @@ func (ms *manifestStore) Put(ctx context.Context, manifest distribution.Manifest
 | 
				
			||||||
	return "", fmt.Errorf("unrecognized manifest type %T", manifest)
 | 
						return "", fmt.Errorf("unrecognized manifest type %T", manifest)
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Delete removes the revision of the specified manfiest.
 | 
					// Delete removes the revision of the specified manifest.
 | 
				
			||||||
func (ms *manifestStore) Delete(ctx context.Context, dgst digest.Digest) error {
 | 
					func (ms *manifestStore) Delete(ctx context.Context, dgst digest.Digest) error {
 | 
				
			||||||
	context.GetLogger(ms.ctx).Debug("(*manifestStore).Delete")
 | 
						context.GetLogger(ms.ctx).Debug("(*manifestStore).Delete")
 | 
				
			||||||
	return ms.blobStore.Delete(ctx, dgst)
 | 
						return ms.blobStore.Delete(ctx, dgst)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue