upgrade go-jose and crypto version (#3895)

This commit is contained in:
Remember
2023-12-26 10:49:46 +08:00
committed by GitHub
parent cdfa8fa66f
commit 596262d5e0
4 changed files with 13 additions and 13 deletions

View File

@@ -195,7 +195,7 @@ type ProxyConfigurer interface {
// MarshalToMsg marshals this config into a msg.NewProxy message. This
// function will be called on the frpc side.
MarshalToMsg(*msg.NewProxy)
// UnmarshalFromMsg unmarshals a msg.NewProxy message into this config.
// UnmarshalFromMsg unmarshal a msg.NewProxy message into this config.
// This function will be called on the frps side.
UnmarshalFromMsg(*msg.NewProxy)
}