Documentation ¶
Index ¶
- type CTRepo
- func (r *CTRepo) GetTransactions(ctx context.Context, acc string) ([]ct.Transaction, error)
- func (r *CTRepo) InsertTransaction(ctx context.Context, ctt ct.Transaction) error
- func (r *CTRepo) NewAccount(ctx context.Context, acc string, level ct.Restriction) error
- func (r *CTRepo) SetRestriction(ctx context.Context, acc string, level ct.Restriction) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CTRepo ¶
type CTRepo struct {
// contains filtered or unexported fields
}
func (*CTRepo) GetTransactions ¶
func (*CTRepo) InsertTransaction ¶
func (*CTRepo) NewAccount ¶
func (*CTRepo) SetRestriction ¶
Click to show internal directories.
Click to hide internal directories.