Initial commit
This commit is contained in:
commit
02947128bc
24 changed files with 1126 additions and 0 deletions
8
entity.go
Normal file
8
entity.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package main
|
||||
|
||||
import "time"
|
||||
|
||||
type Presence struct {
|
||||
At *time.Time
|
||||
ID string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue