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

Method SetChatFee

userapi/internal/api.go:906–908  ·  view source on GitHub ↗
(ctx context.Context, localpart string, chatFee string)

Source from the content-addressed store, hash-verified

904}
905
906func (a *UserInternalAPI) SetChatFee(ctx context.Context, localpart string, chatFee string) (err error) {
907 return a.DB.SetChatFee(ctx, localpart, chatFee)
908}
909
910func (a *UserInternalAPI) InsertAddressBook(ctx context.Context, localpart string, friendLocalpart []string) (err error) {
911 return a.DB.InsertAddressBook(ctx, localpart, friendLocalpart)

Callers

nothing calls this directly

Calls 1

SetChatFeeMethod · 0.65

Tested by

no test coverage detected