MCPcopy Create free account
hub / github.com/cloudwan/gohan / Entry

Struct Entry

examples/goext_example/todo/entry.go:19–24  ·  view source on GitHub ↗

Entry is a single todo entry

Source from the content-addressed store, hash-verified

17
18// Entry is a single todo entry
19type Entry struct {
20 ID string `db:"id"`
21 Name string `db:"name"`
22 Description string `db:"description"`
23 TenantID string `db:"tenant_id"`
24}

Callers 6

server_test.goFile · 0.85
policy_test.goFile · 0.85
formats_test.goFile · 0.85
sql_test.goFile · 0.85
types_test.goFile · 0.85
gohan_db_test.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected