From 9cda99c3ff10987cc500e82b3a4a9ef809cd77b3 Mon Sep 17 00:00:00 2001 From: Victor Fernandez Saborit Date: Tue, 7 May 2024 17:12:25 +0200 Subject: [PATCH] docs/Fix overview section --- addresses.go | 5 +++++ adjustments.go | 5 +++++ businesses.go | 5 +++++ currencies.go | 5 +++++ customers.go | 5 +++++ discounts.go | 5 +++++ events.go | 5 +++++ events_types.go | 5 +++++ ip_addresses.go | 5 +++++ notification_logs.go | 5 +++++ notification_setting_replays.go | 5 +++++ notification_settings.go | 5 +++++ notifications.go | 5 +++++ pkg/paddleerr/paddleerr.go | 5 +++++ prices.go | 5 +++++ pricing_preview.go | 5 +++++ products.go | 5 +++++ reports.go | 5 +++++ sdk.go | 5 +++++ shared.go | 5 +++++ subscriptions.go | 5 +++++ transactions.go | 5 +++++ 22 files changed, 110 insertions(+) diff --git a/addresses.go b/addresses.go index cdcb50d..f9c81d4 100644 --- a/addresses.go +++ b/addresses.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import ( diff --git a/adjustments.go b/adjustments.go index e189e06..cd27f86 100644 --- a/adjustments.go +++ b/adjustments.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import ( diff --git a/businesses.go b/businesses.go index f34926a..9eeabcb 100644 --- a/businesses.go +++ b/businesses.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import ( diff --git a/currencies.go b/currencies.go index 410a38b..c39c2ce 100644 --- a/currencies.go +++ b/currencies.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import paddleerr "github.com/PaddleHQ/paddle-go-sdk/pkg/paddleerr" diff --git a/customers.go b/customers.go index 27225e6..b4b28c7 100644 --- a/customers.go +++ b/customers.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import ( diff --git a/discounts.go b/discounts.go index aebd749..bee9d59 100644 --- a/discounts.go +++ b/discounts.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import ( diff --git a/events.go b/events.go index 3fdc701..4a1bd06 100644 --- a/events.go +++ b/events.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import "context" diff --git a/events_types.go b/events_types.go index 40baf6d..63d0325 100644 --- a/events_types.go +++ b/events_types.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import "context" diff --git a/ip_addresses.go b/ip_addresses.go index d629092..362f599 100644 --- a/ip_addresses.go +++ b/ip_addresses.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import "context" diff --git a/notification_logs.go b/notification_logs.go index 2a1fb3d..dd7313b 100644 --- a/notification_logs.go +++ b/notification_logs.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import "context" diff --git a/notification_setting_replays.go b/notification_setting_replays.go index 94a0c2f..c5a055b 100644 --- a/notification_setting_replays.go +++ b/notification_setting_replays.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import "context" diff --git a/notification_settings.go b/notification_settings.go index 85919bd..99800b6 100644 --- a/notification_settings.go +++ b/notification_settings.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import "context" diff --git a/notifications.go b/notifications.go index 552d634..cc810cf 100644 --- a/notifications.go +++ b/notifications.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import ( diff --git a/pkg/paddleerr/paddleerr.go b/pkg/paddleerr/paddleerr.go index 88f90e7..6d7762c 100644 --- a/pkg/paddleerr/paddleerr.go +++ b/pkg/paddleerr/paddleerr.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddleerr import ( diff --git a/prices.go b/prices.go index ca5ebde..a07fbe8 100644 --- a/prices.go +++ b/prices.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import ( diff --git a/pricing_preview.go b/pricing_preview.go index cbddb2b..10758d8 100644 --- a/pricing_preview.go +++ b/pricing_preview.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import "context" diff --git a/products.go b/products.go index 15f8555..9afde83 100644 --- a/products.go +++ b/products.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import ( diff --git a/reports.go b/reports.go index f0a3ed0..681d71f 100644 --- a/reports.go +++ b/reports.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import ( diff --git a/sdk.go b/sdk.go index 79c23bd..29594b8 100644 --- a/sdk.go +++ b/sdk.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle // SDK contains all sub-clients for the Paddle API. diff --git a/shared.go b/shared.go index 1b4b8f2..3c78d7a 100644 --- a/shared.go +++ b/shared.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import paddleerr "github.com/PaddleHQ/paddle-go-sdk/pkg/paddleerr" diff --git a/subscriptions.go b/subscriptions.go index 8306580..f862375 100644 --- a/subscriptions.go +++ b/subscriptions.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import ( diff --git a/transactions.go b/transactions.go index bb2f37d..14e05fa 100644 --- a/transactions.go +++ b/transactions.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import (