Mostly finish docs
Actually start to parse things
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
package darkstorm
|
||||
|
||||
type App interface {
|
||||
//TODO
|
||||
}
|
||||
|
||||
type CrashApp interface {
|
||||
App
|
||||
AddCrash(CrashReport)
|
||||
// TODO
|
||||
LogTable() Table[Log]
|
||||
CrashTable() CrashTable
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user