6 lines
54 B
Go
6 lines
54 B
Go
package model
|
|
|
|
type LoginOut struct {
|
|
Token string
|
|
}
|
package model
|
|
|
|
type LoginOut struct {
|
|
Token string
|
|
}
|