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