(Probably) finished with docs and interfaces.
Starting to build out the actual logic.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package darkstorm
|
||||
|
||||
import "net/http"
|
||||
|
||||
type Log struct {
|
||||
ID string
|
||||
Platform string
|
||||
@@ -9,3 +11,7 @@ type Log struct {
|
||||
func (l Log) GetID() string {
|
||||
return l.ID
|
||||
}
|
||||
|
||||
func (b *Backend) log(w http.ResponseWriter, r *http.Request) {
|
||||
//TODO
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user