0.1.6 • Published 12 months ago

@5-/github v0.1.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
12 months ago
syntax = "proto3";

package api;

message GithubUser
{
  string name = 1;
  string mail = 2;
}

message GithubMail
{
  uint64 id = 1;
  string mail = 2;
}

message GithubBonus
{
  /*
    0 当前有登录用户, 没经领金, 直接赠金
    1 当前github用户已经被其他用户领取过赠金
    2 当前有登录用户, 已经领取过赠金
    3 当前用户没有登录
  */
  uint32 state = 1;
  int64 asset = 2;
  string auth_url = 3;
  // repeated GithubMail mail_li = 4;
}

About This Project

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

关于本项目

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

0.1.6

12 months ago

0.1.5

12 months ago

0.1.4

12 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago