Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { ApiEndpoint string // the netfunnel server endpoint. you should know that the netfunnel endpoint is different by the api server. RetryInterval time.Duration // if waitlist is full, delay time to check again. (recommend: 1s) }
func (*Client) CheckWaitlist ¶
Check waitlist status from the server with the key.
if success, return 200.
func (*Client) DispatchTicket ¶
Dispatching ticket to the server
Click to show internal directories.
Click to hide internal directories.