Skip to content

Commit

Permalink
eacl: Fix NewTable function docs
Browse files Browse the repository at this point in the history
`Table` contains no session token and signature.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
  • Loading branch information
cthulhu-rider committed Sep 3, 2024
1 parent a0e9736 commit 5cdc80d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions eacl/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,7 @@ func (t Table) ToV2() *v2acl.Table {
// Defaults:
// - version: version.Current();
// - container ID: nil;
// - records: nil;
// - session token: nil;
// - signature: nil.
// - records: nil.
//
// Deprecated: use [ConstructTable] instead.
func NewTable() *Table {
Expand Down

0 comments on commit 5cdc80d

Please sign in to comment.