@5-/auth

0.2.12 • Public • Published
syntax = "proto3";

package api;

message Uid
{
  uint64 id = 1;
}

message User
{
  uint64 id = 1;
  uint64 ver = 2;
  uint32 lang = 3;
  string name = 4;
}

message UserState
{
  uint64 id = 1;
  string name = 2;
  string account = 3;
  bool exit = 4;
}

message UserStateLi
{
  repeated UserState li = 1;
}

message Mail
{
  string mail = 1;
}

message ConfMeta
{
  string mail = 1;
}

About

This project is an open-source component of i18n.site ⋅ Internationalization Solution.

关于

本项目为 i18n.site ⋅ 国际化解决方案 的开源组件。

Readme

Keywords

none

Package Sidebar

Install

npm i @5-/auth

Weekly Downloads

93

Version

0.2.12

License

Apache-2.0

Unpacked Size

11.8 kB

Total Files

6

Last publish

Collaborators

  • i18n-now
  • 3tier