Files
darkstorm-server/internal/darkstorm_backend/app.go
T
Caleb Gardner 4244b6985a Mostly finish docs
Actually start to parse things
2024-05-19 06:47:41 -05:00

7 lines
90 B
Go

package darkstorm
type App interface {
LogTable() Table[Log]
CrashTable() CrashTable
}