package types type JoinRequest struct { Endpoint string Username UsernameType } type JoinResponse struct { Endpoint string }