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