Mostly finish docs
Actually start to parse things
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package darkstorm
|
||||
|
||||
type Log struct {
|
||||
ID string
|
||||
Platform string
|
||||
Date int
|
||||
}
|
||||
|
||||
func (l Log) GetID() string {
|
||||
return l.ID
|
||||
}
|
||||
Reference in New Issue
Block a user