userInfo

package
v0.0.0-...-a3c49ea Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 18, 2023 License: Apache-2.0 Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Authorization

type Authorization struct {
	Token  string `json:"token"`
	Uid    string `json:"uid"`
	Origin string `json:"origin"`
}

type UserInfo

type UserInfo struct {
	Status  bool                        `json:"status"`
	Origin  string                      `json:"origin"`
	Message string                      `json:"message"`
	Users   map[interface{}]interface{} `json:"users"`
}

用户信息数据结构

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL