Documentation ¶
Index ¶
- type Config
- type LedgerServer
- func (s *LedgerServer) AddAccount(ctx context.Context, in *transaction.AccountTagRequest) (*transaction.TransactionResponse, error)
- func (s *LedgerServer) AddCurrency(ctx context.Context, in *transaction.CurrencyRequest) (*transaction.TransactionResponse, error)
- func (s *LedgerServer) AddTag(ctx context.Context, in *transaction.AccountTagRequest) (*transaction.TransactionResponse, error)
- func (s *LedgerServer) AddTransaction(ctx context.Context, in *transaction.TransactionRequest) (*transaction.TransactionResponse, error)
- func (s *LedgerServer) DeleteAccount(ctx context.Context, in *transaction.DeleteAccountTagRequest) (*transaction.TransactionResponse, error)
- func (s *LedgerServer) DeleteCurrency(ctx context.Context, in *transaction.DeleteCurrencyRequest) (*transaction.TransactionResponse, error)
- func (s *LedgerServer) DeleteTag(ctx context.Context, in *transaction.DeleteAccountTagRequest) (*transaction.TransactionResponse, error)
- func (s *LedgerServer) DeleteTransaction(ctx context.Context, in *transaction.DeleteRequest) (*transaction.TransactionResponse, error)
- func (s *LedgerServer) GetListing(ctx context.Context, in *transaction.ReportRequest) (*transaction.ListingResponse, error)
- func (s *LedgerServer) GetTB(ctx context.Context, in *transaction.TBRequest) (*transaction.TBResponse, error)
- func (s *LedgerServer) NodeVersion(ctx context.Context, in *transaction.VersionRequest) (*transaction.VersionResponse, error)
- func (s *LedgerServer) ReconcileTransactions(ctx context.Context, in *transaction.ReconciliationRequest) (*transaction.TransactionResponse, error)
- func (s *LedgerServer) VoidTransaction(ctx context.Context, in *transaction.DeleteRequest) (*transaction.TransactionResponse, error)
- type Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LedgerServer ¶
type LedgerServer struct { transaction.UnimplementedTransactorServer // contains filtered or unexported fields }
func (*LedgerServer) AddAccount ¶ added in v0.5.1
func (s *LedgerServer) AddAccount(ctx context.Context, in *transaction.AccountTagRequest) (*transaction.TransactionResponse, error)
func (*LedgerServer) AddCurrency ¶ added in v0.3.0
func (s *LedgerServer) AddCurrency(ctx context.Context, in *transaction.CurrencyRequest) (*transaction.TransactionResponse, error)
func (*LedgerServer) AddTag ¶
func (s *LedgerServer) AddTag(ctx context.Context, in *transaction.AccountTagRequest) (*transaction.TransactionResponse, error)
func (*LedgerServer) AddTransaction ¶
func (s *LedgerServer) AddTransaction(ctx context.Context, in *transaction.TransactionRequest) (*transaction.TransactionResponse, error)
func (*LedgerServer) DeleteAccount ¶ added in v0.5.1
func (s *LedgerServer) DeleteAccount(ctx context.Context, in *transaction.DeleteAccountTagRequest) (*transaction.TransactionResponse, error)
func (*LedgerServer) DeleteCurrency ¶ added in v0.3.0
func (s *LedgerServer) DeleteCurrency(ctx context.Context, in *transaction.DeleteCurrencyRequest) (*transaction.TransactionResponse, error)
func (*LedgerServer) DeleteTag ¶
func (s *LedgerServer) DeleteTag(ctx context.Context, in *transaction.DeleteAccountTagRequest) (*transaction.TransactionResponse, error)
func (*LedgerServer) DeleteTransaction ¶
func (s *LedgerServer) DeleteTransaction(ctx context.Context, in *transaction.DeleteRequest) (*transaction.TransactionResponse, error)
func (*LedgerServer) GetListing ¶ added in v0.4.0
func (s *LedgerServer) GetListing(ctx context.Context, in *transaction.ReportRequest) (*transaction.ListingResponse, error)
func (*LedgerServer) GetTB ¶
func (s *LedgerServer) GetTB(ctx context.Context, in *transaction.TBRequest) (*transaction.TBResponse, error)
func (*LedgerServer) NodeVersion ¶
func (s *LedgerServer) NodeVersion(ctx context.Context, in *transaction.VersionRequest) (*transaction.VersionResponse, error)
func (*LedgerServer) ReconcileTransactions ¶ added in v0.6.0
func (s *LedgerServer) ReconcileTransactions(ctx context.Context, in *transaction.ReconciliationRequest) (*transaction.TransactionResponse, error)
func (*LedgerServer) VoidTransaction ¶ added in v0.3.0
func (s *LedgerServer) VoidTransaction(ctx context.Context, in *transaction.DeleteRequest) (*transaction.TransactionResponse, error)
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewRPCService ¶
Click to show internal directories.
Click to hide internal directories.