vendor: update all dependencies

This commit is contained in:
Nick Craig-Wood 2018-03-19 15:51:38 +00:00
parent 940df88eb2
commit d64789528d
4309 changed files with 1327278 additions and 1001118 deletions

View file

@ -4,16 +4,21 @@ package servicediscovery
const (
// ErrCodeCustomHealthNotFound for service response error code
// "CustomHealthNotFound".
ErrCodeCustomHealthNotFound = "CustomHealthNotFound"
// ErrCodeDuplicateRequest for service response error code
// "DuplicateRequest".
//
// This request tried to create an object that already exists.
// The operation is already in progress.
ErrCodeDuplicateRequest = "DuplicateRequest"
// ErrCodeInstanceNotFound for service response error code
// "InstanceNotFound".
//
// No instance exists with the specified ID.
// No instance exists with the specified ID, or the instance was recently registered,
// and information about the instance hasn't propagated yet.
ErrCodeInstanceNotFound = "InstanceNotFound"
// ErrCodeInvalidInput for service response error code