forked from TrueCloudLab/frostfs-api-go
docs: update proto doc comments to satisfy go-doc comment
This commit is contained in:
parent
7c0fef06fd
commit
15b997bdb5
8 changed files with 201 additions and 111 deletions
|
@ -9,9 +9,10 @@ option (gogoproto.stable_marshaler_all) = true;
|
|||
message Filter {
|
||||
option (gogoproto.goproto_stringer) = false;
|
||||
|
||||
// Type can be Exact or Regex
|
||||
enum Type {
|
||||
// Exact sets when value of filter should be equal to the header value
|
||||
Exact = 0;
|
||||
// Regex sets when value of filter should match the header value by the regular expression
|
||||
Regex = 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue