Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benhoyt/simplelists
/ types & classes
Types & classes
9 in github.com/benhoyt/simplelists
⨍
Functions
61
◇
Types & classes
9
Struct
Form
server_test.go:310
Struct
Item
Item is a single to-do list item.
db.go:20
Struct
Link
server_test.go:366
Struct
List
List is a to-do list (along with its list items).
db.go:12
Interface
Logger
Logger is the logger interface used by the server.
server.go:47
Interface
Model
Model is the database model interface used by the server.
server.go:31
Struct
SQLModel
SQLModel represents the database query model implemented with SQLite.
db.go:27
Struct
Server
Server is the HTTP server for the to-do list app.
server.go:17
Struct
nullLogger
server_test.go:423