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

Struct ApplyTokenRequest

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

ApplyTokenRequest struct implement

Source from the content-addressed store, hash-verified

790
791// ApplyTokenRequest struct implement
792type ApplyTokenRequest struct {
793 SKey TokenKey `json:"sKey" tars:"sKey,tag:1,require:true"`
794}
795
796func (st *ApplyTokenRequest) ResetDefault() {
797 st.SKey.ResetDefault()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected