Update handler.go

Co-authored-by: Travis Turner <travis@pilosa.com>
This commit is contained in:
Kuba Podgórski 2021-03-24 16:49:32 +01:00 committed by GitHub
parent 913c909ef7
commit d6129517db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -290,7 +290,7 @@ type TranslateKeysRequest struct {
Field string
Keys []string
// it's a awkward name, just to keep backward compatibility with client and idk.
// NotWritable is an awkward name, but it's just to keep backward compatibility with client and idk.
NotWritable bool
}