Documentation
¶
Index ¶
- Constants
- Variables
- type Client
- type Comment
- type CreateInvoiceArgs
- type CreateInvoiceResponse
- type Dupe
- type DupesError
- type DupesResponse
- type GetSignedPOST
- type GetSignedPOSTResponse
- type GqlBody
- type GqlError
- type Invoice
- type Item
- type ItemResponse
- type ItemsCursor
- type ItemsQuery
- type ItemsResponse
- type MeResponse
- type Notification
- type NotificationsCursor
- type NotificationsResponse
- type PayIn
- type PaymentMethod
- type Rss
- type RssAuthor
- type RssChannel
- type RssDate
- type RssItem
- type UpsertCommentResponse
- type UpsertDiscussionResponse
- type UpsertLinkResponse
- type User
- type UserPrivates
Constants ¶
View Source
const ( PaymentMethodFeeCredits = t.PaymentMethodFeeCredits PaymentMethodOptimistic = t.PaymentMethodOptimistic PaymentMethodPessimistic = t.PaymentMethodPessimistic )
Variables ¶
View Source
var ( NewClient = client.NewClient WithApiKey = client.WithApiKey WithBaseUrl = client.WithBaseUrl WithMediaUrl = client.WithMediaUrl )
Functions ¶
This section is empty.
Types ¶
type CreateInvoiceArgs ¶ added in v0.5.0
type CreateInvoiceArgs = t.CreateInvoiceArgs
type CreateInvoiceResponse ¶ added in v0.5.0
type CreateInvoiceResponse = t.CreateInvoiceResponse
type DupesError ¶
type DupesError = t.DupesError
type DupesResponse ¶
type DupesResponse = t.DupesResponse
type GetSignedPOST ¶ added in v0.6.0
type GetSignedPOST = t.GetSignedPOST
type GetSignedPOSTResponse ¶ added in v0.6.0
type GetSignedPOSTResponse = t.GetSignedPOSTResponse
type ItemResponse ¶ added in v0.5.0
type ItemResponse = t.ItemResponse
type ItemsCursor ¶
type ItemsCursor = t.ItemsCursor
type ItemsQuery ¶
type ItemsQuery = t.ItemsQuery
type ItemsResponse ¶
type ItemsResponse = t.ItemsResponse
type MeResponse ¶ added in v0.7.0
type MeResponse = t.MeResponse
type Notification ¶ added in v0.6.0
type Notification = t.Notification
type NotificationsCursor ¶ added in v0.6.0
type NotificationsCursor = t.NotificationsCursor
type NotificationsResponse ¶ added in v0.6.0
type NotificationsResponse = t.NotificationsResponse
type PaymentMethod ¶ added in v0.5.1
type PaymentMethod = t.PaymentMethod
type RssChannel ¶
type RssChannel = t.RssChannel
type UpsertCommentResponse ¶ added in v0.5.2
type UpsertCommentResponse = t.UpsertCommentResponse
type UpsertDiscussionResponse ¶
type UpsertDiscussionResponse = t.UpsertDiscussionResponse
type UpsertLinkResponse ¶
type UpsertLinkResponse = t.UpsertLinkResponse
type UserPrivates ¶ added in v0.7.0
type UserPrivates = t.UserPrivates
Click to show internal directories.
Click to hide internal directories.