MCPcopy Create free account
hub / github.com/daodst/chat / InsertAddressBook

Method InsertAddressBook

userapi/api/api.go:113–113  ·  view source on GitHub ↗
(ctx context.Context, localpart string, friendLocalpart []string)

Source from the content-addressed store, hash-verified

111 SetMortgageFee(ctx context.Context, localpart string, mortgageFee string) (err error)
112 SetChatFee(ctx context.Context, localpart string, chatFee string) (err error)
113 InsertAddressBook(ctx context.Context, localpart string, friendLocalpart []string) (err error)
114
115 AddTelNumbers(ctx context.Context, localpart string, telNums []int64) (err error)
116 QueryThreePIDsForLocalpart(ctx context.Context, req *QueryThreePIDsForLocalpartRequest, res *QueryThreePIDsForLocalpartResponse) error

Callers 3

InsertAddressBookMethod · 0.65
InsertAddressBookMethod · 0.65
InsertAddressBookFunction · 0.65

Implementers 3

UserInternalAPIuserapi/internal/api.go
httpUserInternalAPIuserapi/inthttp/client.go
UserInternalAPITraceuserapi/api/api_trace.go

Calls

no outgoing calls

Tested by

no test coverage detected