(ctx context.Context, inviter string, invitee string, presentFee string)
| 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) |
no outgoing calls
no test coverage detected