forked from TrueCloudLab/frostfs-api-go
session: fix NewPrivateToken function doc
This commit is contained in:
parent
608f578105
commit
ffd4338eb3
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ type pToken struct {
|
|||
sessionKey *ecdsa.PrivateKey
|
||||
}
|
||||
|
||||
// NewSessionPrivateToken creates PrivateToken instance.
|
||||
// NewPrivateToken creates PrivateToken instance.
|
||||
//
|
||||
// Returns non-nil error on key generation error.
|
||||
func NewPrivateToken() (PrivateToken, error) {
|
||||
|
|
Loading…
Reference in a new issue