| 16 | package model |
| 17 | |
| 18 | type CreateLedger struct { |
| 19 | Name string `json:"name"` |
| 20 | MetaData map[string]interface{} `json:"meta_data"` |
| 21 | } |
| 22 | |
| 23 | type UpdateLedger struct { |
| 24 | Name string `json:"name"` |
nothing calls this directly
no outgoing calls
no test coverage detected