1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-03-23 20:32:32 +02:00

Removed redundant spaces ()

This commit is contained in:
Eric 2020-02-14 15:32:02 +08:00 committed by GitHub
parent 203486fd31
commit cbe8b7dd09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,9 +38,9 @@ type Role struct {
// Account provided by an auth provider // Account provided by an auth provider
type Account struct { type Account struct {
// ID of the account (UUID or email) // ID of the account (UUID or email)
Id string `json: "id"` Id string `json:"id"`
// Token used to authenticate // Token used to authenticate
Token string `json: "token"` Token string `json:"token"`
// Time of Account creation // Time of Account creation
Created time.Time `json:"created"` Created time.Time `json:"created"`
// Time of Account expiry // Time of Account expiry