MCPcopy
hub / github.com/TarsCloud/TarsGo / TokenResponse

Struct TokenResponse

tars/protocol/res/authf/AuthF.go:657–660  ·  view source on GitHub ↗

TokenResponse struct implement

Source from the content-addressed store, hash-verified

655
656// TokenResponse struct implement
657type 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
662func (st *TokenResponse) ResetDefault() {
663}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected