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

Struct httpUserInternalAPI

userapi/inthttp/client.go:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85type httpUserInternalAPI struct {
86 apiURL string
87 httpClient *http.Client
88}
89
90func (h *httpUserInternalAPI) InsertAddressBook(ctx context.Context, localpart string, friendLocalpart []string) (err error) {
91 //TODO implement me

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected