Documentation ¶
Index ¶
Constants ¶
View Source
const ( ApiKey = "api-key" ApiSecret = "api-secret" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) Create ¶
func (a *Client) Create(ctx context.Context, input *CreateRoomRequest) error
type CreateRoomRequest ¶
type CreateRoomRequest = Room
type CreateTicketRequest ¶
type CreateTicketRequest = Ticket
type DestroyRoomRequest ¶
type DestroyRoomRequest struct {
ID string `json:"room_id"`
}
Click to show internal directories.
Click to hide internal directories.