Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountStatus ¶
type Client ¶
func (*Client) GetAccountStatus ¶
func (c *Client) GetAccountStatus(ctx context.Context) (*AccountStatus, error)
func (*Client) TranslateSentence ¶
type ErrorResponse ¶
type ErrorResponse struct {
ErrMessage string `json:"message"`
}
type TranslateResponse ¶
type TranslateResponse struct {
Translations []translation `json:"translations"`
}
Click to show internal directories.
Click to hide internal directories.