comment update for package gsession

This commit is contained in:
John Guo
2021-09-19 10:18:58 +08:00
parent c99c13acd1
commit 53db88c630

View File

@ -14,6 +14,7 @@ import (
)
var (
// ErrorDisabled is used for marking certain interface function not used.
ErrorDisabled = gerror.NewOption(gerror.Option{
Text: "this feature is disabled in this storage",
Code: gcode.CodeNotSupported,