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

Interface TarsStructIF

tars/protocol/tup/tup.go:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type TarsStructIF interface {
11 WriteBlock(os *codec.Buffer, tag byte) error
12 ReadBlock(is *codec.Reader, tag byte, require bool) error
13}
14
15type UniAttribute struct {
16 data map[string][]byte

Callers 16

WriteToMethod · 0.65
WriteToMethod · 0.65
WriteToMethod · 0.65
WriteToMethod · 0.65
GetTokensWithContextMethod · 0.65
ReadFromMethod · 0.65
ReadFromMethod · 0.65
ReadFromMethod · 0.65
ReadFromMethod · 0.65

Implementers 15

BasicAuthInfotars/protocol/res/authf/AuthF.go
BasicAuthPackagetars/protocol/res/authf/AuthF.go
TokenKeytars/protocol/res/authf/AuthF.go
AuthRequesttars/protocol/res/authf/AuthF.go
TokenRequesttars/protocol/res/authf/AuthF.go
TokenResponsetars/protocol/res/authf/AuthF.go
ApplyTokenRequesttars/protocol/res/authf/AuthF.go
ApplyTokenResponsetars/protocol/res/authf/AuthF.go
DeleteTokenRequesttars/protocol/res/authf/AuthF.go
LogInfotars/protocol/res/logf/LogF.go
RequestPackettars/protocol/res/requestf/RequestF.go
ResponsePackettars/protocol/res/requestf/RequestF.go

Calls

no outgoing calls

Tested by

no test coverage detected