mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-11 07:12:40 +02:00
memberState -> sessionState.
This commit is contained in:
parent
b03a730c84
commit
dafebc79e5
8 changed files with 26 additions and 25 deletions
|
@ -21,7 +21,7 @@ type SessionLoginPayload struct {
|
|||
type SessionWhoamiPayload struct {
|
||||
ID string `json:"id"`
|
||||
Profile types.MemberProfile `json:"profile"`
|
||||
State types.MemberState `json:"state"`
|
||||
State types.SessionState `json:"state"`
|
||||
}
|
||||
|
||||
func (api *ApiManagerCtx) Login(w http.ResponseWriter, r *http.Request) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue