(ctx context.Context, userID string)
| 134 | ListUserInboundsByNode(ctx context.Context, nodeID string) ([]UserInbound, error) |
| 135 | ListUserInboundsByUser(ctx context.Context, userID string) ([]UserInbound, error) |
| 136 | ListUserNodeUsage(ctx context.Context, userID string) ([]ListUserNodeUsageRow, error) |
| 137 | ListUsers(ctx context.Context) ([]User, error) |
| 138 | RemoveUserGroupMember(ctx context.Context, arg RemoveUserGroupMemberParams) error |
| 139 | SetHostExclusion(ctx context.Context, arg SetHostExclusionParams) error |
no outgoing calls
no test coverage detected