package
Version:
v0.0.0-...-f4e75d1
Opens a new window with list of versions in this module.
Published: Oct 23, 2022
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
AppKey = "test"
AppSecret = "123456"
)
type API struct {
URL string
}
为了单纯跑本项目,不依赖其他的项目,故此操作,写一个假数据
本项目的重点在于学习 grpc
type AccessToken struct {
Token string `json:"token"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.