MCPcopy Index your code
hub / github.com/daodst/chat / syncUserAPI

Struct syncUserAPI

syncapi/syncapi_test.go:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57type syncUserAPI struct {
58 userapi.SyncUserAPI
59 accounts []userapi.Device
60}
61
62func (s *syncUserAPI) QueryAccessToken(ctx context.Context, req *userapi.QueryAccessTokenRequest, res *userapi.QueryAccessTokenResponse) error {
63 for _, acc := range s.accounts {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected