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

Struct CreateLedger

api/model/ledger.go:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16package model
17
18type CreateLedger struct {
19 Name string `json:"name"`
20 MetaData map[string]interface{} `json:"meta_data"`
21}
22
23type UpdateLedger struct {
24 Name string `json:"name"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected