MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / Ledger

Struct Ledger

model/ledger.go:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18import "time"
19
20type Ledger struct {
21 ID int64 `json:"-"`
22 LedgerID string `json:"ledger_id"`
23 Name string `json:"name"`
24 CreatedAt time.Time `json:"created_at"`
25 MetaData map[string]interface{} `json:"meta_data"`
26}
27
28type LedgerFilter struct {
29 ID int64 `json:"id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected