TokenResponse struct implement
| 655 | |
| 656 | // TokenResponse struct implement |
| 657 | type TokenResponse struct { |
| 658 | SObjName string `json:"sObjName" tars:"sObjName,tag:1,require:true"` |
| 659 | MTokens map[string]string `json:"mTokens" tars:"mTokens,tag:2,require:true"` |
| 660 | } |
| 661 | |
| 662 | func (st *TokenResponse) ResetDefault() { |
| 663 | } |
nothing calls this directly
no outgoing calls
no test coverage detected