docs(tvix/store): update rpc_pathinfo.proto comments
Don't repeat the name of the method in the description, don't repeat things already described in request message comments. Change-Id: I180e4792577419050947eea8fea7043861aba463 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9213 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
116a137be0
commit
9bbda4421e
3 changed files with 14 additions and 28 deletions
|
|
@ -23,8 +23,7 @@ const (
|
|||
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
||||
)
|
||||
|
||||
// GetPathInfoRequest describes the lookup parameters that can be used to
|
||||
// lookup a PathInfo objects.
|
||||
// The parameters that can be used to lookup a (single) PathInfo object.
|
||||
// Currently, only a lookup by output hash is supported.
|
||||
type GetPathInfoRequest struct {
|
||||
state protoimpl.MessageState
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue