mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-09 20:32:28 +08:00
6 lines
73 B
Go
6 lines
73 B
Go
package entity
|
|
|
|
type MemoryToken struct {
|
|
Token string `json:"token"`
|
|
}
|