niki/pkg/database/postgres/prepared_statement.go

10 lines
188 B
Go

package postgres
type statementKey uint
const (
StatementKeyAWalletGetTransactionHistory statementKey = iota + 1
StatementKeyWalletInsertTransaction
StatementKeyWalletGetUserWallet
)