7 lines
187 B
Go
7 lines
187 B
Go
package request
|
|
|
|
type ThirdPartyAccountInfo struct {
|
|
ScopeIdentifier string `json:"scopeIdentifier" valid:"AlphaNumeric;"`
|
|
TimeStamp int64 `json:"timeStamp" valid:"Required;"`
|
|
}
|