consul: mention magic _agent token in struct comments

This commit is contained in:
Ryan Uber 2016-07-01 11:50:30 -07:00
parent 53dc58ff27
commit ccbe86d7a8

View file

@ -36,7 +36,8 @@ type ServiceQuery struct {
// Near allows the query to always prefer the node nearest the given // Near allows the query to always prefer the node nearest the given
// node. If the node does not exist, results are returned in their // node. If the node does not exist, results are returned in their
// normal randomly-shuffled order. // normal randomly-shuffled order. Supplying the magic "_agent" value
// is supported to sort near the agent which initiated the request.
Near string Near string
// Tags are a set of required and/or disallowed tags. If a tag is in // Tags are a set of required and/or disallowed tags. If a tag is in