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

Method InsertRelationInvite

userapi/api/api.go:108–108  ·  view source on GitHub ↗
(ctx context.Context, inviter string, invitee string, presentFee string)

Source from the content-addressed store, hash-verified

106 JudgeShouldAutoJoin(ctx context.Context, inviter, invitee string) (bool, error)
107
108 InsertRelationInvite(ctx context.Context, inviter string, invitee string, presentFee string) (err error)
109 InsertChainData(ctx context.Context, localpart string, servername string, chatFee string, mortgageFee string) (err error)
110 SelectChainData(ctx context.Context, localpart string) (*types2.UserChainInfo, error)
111 SetMortgageFee(ctx context.Context, localpart string, mortgageFee string) (err error)

Callers 3

InsertRelationInviteMethod · 0.65
InsertRelationInviteMethod · 0.65
InsertRelationInviteFunction · 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