forked from TrueCloudLab/frostfs-api-go
[#126] sdk: add sdk client for all available api requests
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
10137b44dd
commit
86e6221b76
3 changed files with 196 additions and 0 deletions
9
pkg/accounting/decimal.go
Normal file
9
pkg/accounting/decimal.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package accounting
|
||||
|
||||
import (
|
||||
"github.com/nspcc-dev/neofs-api-go/v2/accounting"
|
||||
)
|
||||
|
||||
type Decimal struct {
|
||||
accounting.Decimal
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue