parent
2ff5cf9f9f
commit
02c6402f35
|
@ -19,7 +19,7 @@ import (
|
||||||
cr "github.com/go-openapi/runtime/client"
|
cr "github.com/go-openapi/runtime/client"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/auth0/auth0_models"
|
"code.tnxs.net/taxnexus/lib/api/auth0/auth0_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewPostCredentialsParams creates a new PostCredentialsParams object
|
// NewPostCredentialsParams creates a new PostCredentialsParams object
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/auth0/auth0_models"
|
"code.tnxs.net/taxnexus/lib/api/auth0/auth0_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// PostCredentialsReader is a Reader for the PostCredentials structure.
|
// PostCredentialsReader is a Reader for the PostCredentials structure.
|
||||||
|
|
|
@ -14,9 +14,9 @@ import (
|
||||||
httptransport "github.com/go-openapi/runtime/client"
|
httptransport "github.com/go-openapi/runtime/client"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/auth0/auth0_client/auth"
|
"code.tnxs.net/taxnexus/lib/api/auth0/auth0_client/auth"
|
||||||
"github.com/taxnexus/go/lib/api/auth0/auth0_client/role"
|
"code.tnxs.net/taxnexus/lib/api/auth0/auth0_client/role"
|
||||||
"github.com/taxnexus/go/lib/api/auth0/auth0_client/user"
|
"code.tnxs.net/taxnexus/lib/api/auth0/auth0_client/user"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Default auth0 HTTP client.
|
// Default auth0 HTTP client.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/auth0/auth0_models"
|
"code.tnxs.net/taxnexus/lib/api/auth0/auth0_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetRolesReader is a Reader for the GetRoles structure.
|
// GetRolesReader is a Reader for the GetRoles structure.
|
||||||
|
|
|
@ -19,7 +19,7 @@ import (
|
||||||
cr "github.com/go-openapi/runtime/client"
|
cr "github.com/go-openapi/runtime/client"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/auth0/auth0_models"
|
"code.tnxs.net/taxnexus/lib/api/auth0/auth0_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewPostRoleUsersParams creates a new PostRoleUsersParams object
|
// NewPostRoleUsersParams creates a new PostRoleUsersParams object
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/auth0/auth0_models"
|
"code.tnxs.net/taxnexus/lib/api/auth0/auth0_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// PostRoleUsersReader is a Reader for the PostRoleUsers structure.
|
// PostRoleUsersReader is a Reader for the PostRoleUsers structure.
|
||||||
|
|
|
@ -19,7 +19,7 @@ import (
|
||||||
cr "github.com/go-openapi/runtime/client"
|
cr "github.com/go-openapi/runtime/client"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/auth0/auth0_models"
|
"code.tnxs.net/taxnexus/lib/api/auth0/auth0_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewDeleteAPIV2UsersUserIDRolesParams creates a new DeleteAPIV2UsersUserIDRolesParams object
|
// NewDeleteAPIV2UsersUserIDRolesParams creates a new DeleteAPIV2UsersUserIDRolesParams object
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/auth0/auth0_models"
|
"code.tnxs.net/taxnexus/lib/api/auth0/auth0_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// DeleteAPIV2UsersUserIDRolesReader is a Reader for the DeleteAPIV2UsersUserIDRoles structure.
|
// DeleteAPIV2UsersUserIDRolesReader is a Reader for the DeleteAPIV2UsersUserIDRoles structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/auth0/auth0_models"
|
"code.tnxs.net/taxnexus/lib/api/auth0/auth0_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetUserByEmailReader is a Reader for the GetUserByEmail structure.
|
// GetUserByEmailReader is a Reader for the GetUserByEmail structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/auth0/auth0_models"
|
"code.tnxs.net/taxnexus/lib/api/auth0/auth0_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetUserRolesReader is a Reader for the GetUserRoles structure.
|
// GetUserRolesReader is a Reader for the GetUserRoles structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/auth0/auth0_models"
|
"code.tnxs.net/taxnexus/lib/api/auth0/auth0_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetUsersReader is a Reader for the GetUsers structure.
|
// GetUsersReader is a Reader for the GetUsers structure.
|
||||||
|
|
|
@ -19,7 +19,7 @@ import (
|
||||||
cr "github.com/go-openapi/runtime/client"
|
cr "github.com/go-openapi/runtime/client"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/auth0/auth0_models"
|
"code.tnxs.net/taxnexus/lib/api/auth0/auth0_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewPostUsersParams creates a new PostUsersParams object
|
// NewPostUsersParams creates a new PostUsersParams object
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/auth0/auth0_models"
|
"code.tnxs.net/taxnexus/lib/api/auth0/auth0_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// PostUsersReader is a Reader for the PostUsers structure.
|
// PostUsersReader is a Reader for the PostUsers structure.
|
||||||
|
|
|
@ -14,12 +14,12 @@ import (
|
||||||
httptransport "github.com/go-openapi/runtime/client"
|
httptransport "github.com/go-openapi/runtime/client"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/blaze/blaze_client/members"
|
"code.tnxs.net/taxnexus/lib/api/blaze/blaze_client/members"
|
||||||
"github.com/taxnexus/go/lib/api/blaze/blaze_client/products"
|
"code.tnxs.net/taxnexus/lib/api/blaze/blaze_client/products"
|
||||||
"github.com/taxnexus/go/lib/api/blaze/blaze_client/purchase_orders"
|
"code.tnxs.net/taxnexus/lib/api/blaze/blaze_client/purchase_orders"
|
||||||
"github.com/taxnexus/go/lib/api/blaze/blaze_client/shop"
|
"code.tnxs.net/taxnexus/lib/api/blaze/blaze_client/shop"
|
||||||
"github.com/taxnexus/go/lib/api/blaze/blaze_client/transactions"
|
"code.tnxs.net/taxnexus/lib/api/blaze/blaze_client/transactions"
|
||||||
"github.com/taxnexus/go/lib/api/blaze/blaze_client/vendors"
|
"code.tnxs.net/taxnexus/lib/api/blaze/blaze_client/vendors"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Default blaze HTTP client.
|
// Default blaze HTTP client.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/blaze/blaze_models"
|
"code.tnxs.net/taxnexus/lib/api/blaze/blaze_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetMemberReader is a Reader for the GetMember structure.
|
// GetMemberReader is a Reader for the GetMember structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/blaze/blaze_models"
|
"code.tnxs.net/taxnexus/lib/api/blaze/blaze_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetProductReader is a Reader for the GetProduct structure.
|
// GetProductReader is a Reader for the GetProduct structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/blaze/blaze_models"
|
"code.tnxs.net/taxnexus/lib/api/blaze/blaze_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetProductsReader is a Reader for the GetProducts structure.
|
// GetProductsReader is a Reader for the GetProducts structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/blaze/blaze_models"
|
"code.tnxs.net/taxnexus/lib/api/blaze/blaze_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetPurchaseOrderListReader is a Reader for the GetPurchaseOrderList structure.
|
// GetPurchaseOrderListReader is a Reader for the GetPurchaseOrderList structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/blaze/blaze_models"
|
"code.tnxs.net/taxnexus/lib/api/blaze/blaze_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetShopReader is a Reader for the GetShop structure.
|
// GetShopReader is a Reader for the GetShop structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/blaze/blaze_models"
|
"code.tnxs.net/taxnexus/lib/api/blaze/blaze_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetTransactionByIDReader is a Reader for the GetTransactionByID structure.
|
// GetTransactionByIDReader is a Reader for the GetTransactionByID structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/blaze/blaze_models"
|
"code.tnxs.net/taxnexus/lib/api/blaze/blaze_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetTransactionsReader is a Reader for the GetTransactions structure.
|
// GetTransactionsReader is a Reader for the GetTransactions structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/blaze/blaze_models"
|
"code.tnxs.net/taxnexus/lib/api/blaze/blaze_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetVendorReader is a Reader for the GetVendor structure.
|
// GetVendorReader is a Reader for the GetVendor structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/crm/crm_models"
|
"code.tnxs.net/taxnexus/lib/api/crm/crm_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// DeleteAccountReader is a Reader for the DeleteAccount structure.
|
// DeleteAccountReader is a Reader for the DeleteAccount structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/crm/crm_models"
|
"code.tnxs.net/taxnexus/lib/api/crm/crm_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetAccountsObservableReader is a Reader for the GetAccountsObservable structure.
|
// GetAccountsObservableReader is a Reader for the GetAccountsObservable structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/crm/crm_models"
|
"code.tnxs.net/taxnexus/lib/api/crm/crm_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetAccountsReader is a Reader for the GetAccounts structure.
|
// GetAccountsReader is a Reader for the GetAccounts structure.
|
||||||
|
|
|
@ -19,7 +19,7 @@ import (
|
||||||
cr "github.com/go-openapi/runtime/client"
|
cr "github.com/go-openapi/runtime/client"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/crm/crm_models"
|
"code.tnxs.net/taxnexus/lib/api/crm/crm_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewPostAccountsParams creates a new PostAccountsParams object
|
// NewPostAccountsParams creates a new PostAccountsParams object
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/crm/crm_models"
|
"code.tnxs.net/taxnexus/lib/api/crm/crm_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// PostAccountsReader is a Reader for the PostAccounts structure.
|
// PostAccountsReader is a Reader for the PostAccounts structure.
|
||||||
|
|
|
@ -19,7 +19,7 @@ import (
|
||||||
cr "github.com/go-openapi/runtime/client"
|
cr "github.com/go-openapi/runtime/client"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/crm/crm_models"
|
"code.tnxs.net/taxnexus/lib/api/crm/crm_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewPutAccountParams creates a new PutAccountParams object
|
// NewPutAccountParams creates a new PutAccountParams object
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/crm/crm_models"
|
"code.tnxs.net/taxnexus/lib/api/crm/crm_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// PutAccountReader is a Reader for the PutAccount structure.
|
// PutAccountReader is a Reader for the PutAccount structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/crm/crm_models"
|
"code.tnxs.net/taxnexus/lib/api/crm/crm_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetCompaniesObservableReader is a Reader for the GetCompaniesObservable structure.
|
// GetCompaniesObservableReader is a Reader for the GetCompaniesObservable structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/crm/crm_models"
|
"code.tnxs.net/taxnexus/lib/api/crm/crm_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetCompaniesReader is a Reader for the GetCompanies structure.
|
// GetCompaniesReader is a Reader for the GetCompanies structure.
|
||||||
|
|
|
@ -19,7 +19,7 @@ import (
|
||||||
cr "github.com/go-openapi/runtime/client"
|
cr "github.com/go-openapi/runtime/client"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/crm/crm_models"
|
"code.tnxs.net/taxnexus/lib/api/crm/crm_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewPostCompaniesParams creates a new PostCompaniesParams object
|
// NewPostCompaniesParams creates a new PostCompaniesParams object
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/crm/crm_models"
|
"code.tnxs.net/taxnexus/lib/api/crm/crm_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// PostCompaniesReader is a Reader for the PostCompanies structure.
|
// PostCompaniesReader is a Reader for the PostCompanies structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/crm/crm_models"
|
"code.tnxs.net/taxnexus/lib/api/crm/crm_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// DeleteContactReader is a Reader for the DeleteContact structure.
|
// DeleteContactReader is a Reader for the DeleteContact structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/crm/crm_models"
|
"code.tnxs.net/taxnexus/lib/api/crm/crm_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetContactsObservableReader is a Reader for the GetContactsObservable structure.
|
// GetContactsObservableReader is a Reader for the GetContactsObservable structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/crm/crm_models"
|
"code.tnxs.net/taxnexus/lib/api/crm/crm_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetContactsReader is a Reader for the GetContacts structure.
|
// GetContactsReader is a Reader for the GetContacts structure.
|
||||||
|
|
|
@ -19,7 +19,7 @@ import (
|
||||||
cr "github.com/go-openapi/runtime/client"
|
cr "github.com/go-openapi/runtime/client"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/crm/crm_models"
|
"code.tnxs.net/taxnexus/lib/api/crm/crm_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewPostContactsParams creates a new PostContactsParams object
|
// NewPostContactsParams creates a new PostContactsParams object
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/crm/crm_models"
|
"code.tnxs.net/taxnexus/lib/api/crm/crm_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// PostContactsReader is a Reader for the PostContacts structure.
|
// PostContactsReader is a Reader for the PostContacts structure.
|
||||||
|
|
|
@ -19,7 +19,7 @@ import (
|
||||||
cr "github.com/go-openapi/runtime/client"
|
cr "github.com/go-openapi/runtime/client"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/crm/crm_models"
|
"code.tnxs.net/taxnexus/lib/api/crm/crm_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewPutContactsParams creates a new PutContactsParams object
|
// NewPutContactsParams creates a new PutContactsParams object
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/crm/crm_models"
|
"code.tnxs.net/taxnexus/lib/api/crm/crm_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// PutContactsReader is a Reader for the PutContacts structure.
|
// PutContactsReader is a Reader for the PutContacts structure.
|
||||||
|
|
|
@ -14,11 +14,11 @@ import (
|
||||||
httptransport "github.com/go-openapi/runtime/client"
|
httptransport "github.com/go-openapi/runtime/client"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/crm/crm_client/accounts"
|
"code.tnxs.net/taxnexus/lib/api/crm/crm_client/accounts"
|
||||||
"github.com/taxnexus/go/lib/api/crm/crm_client/companies"
|
"code.tnxs.net/taxnexus/lib/api/crm/crm_client/companies"
|
||||||
"github.com/taxnexus/go/lib/api/crm/crm_client/contacts"
|
"code.tnxs.net/taxnexus/lib/api/crm/crm_client/contacts"
|
||||||
"github.com/taxnexus/go/lib/api/crm/crm_client/cors"
|
"code.tnxs.net/taxnexus/lib/api/crm/crm_client/cors"
|
||||||
"github.com/taxnexus/go/lib/api/crm/crm_client/leads"
|
"code.tnxs.net/taxnexus/lib/api/crm/crm_client/leads"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Default crm HTTP client.
|
// Default crm HTTP client.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/crm/crm_models"
|
"code.tnxs.net/taxnexus/lib/api/crm/crm_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// DeleteLeadReader is a Reader for the DeleteLead structure.
|
// DeleteLeadReader is a Reader for the DeleteLead structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/crm/crm_models"
|
"code.tnxs.net/taxnexus/lib/api/crm/crm_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetLeadsObservableReader is a Reader for the GetLeadsObservable structure.
|
// GetLeadsObservableReader is a Reader for the GetLeadsObservable structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/crm/crm_models"
|
"code.tnxs.net/taxnexus/lib/api/crm/crm_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetLeadsReader is a Reader for the GetLeads structure.
|
// GetLeadsReader is a Reader for the GetLeads structure.
|
||||||
|
|
|
@ -19,7 +19,7 @@ import (
|
||||||
cr "github.com/go-openapi/runtime/client"
|
cr "github.com/go-openapi/runtime/client"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/crm/crm_models"
|
"code.tnxs.net/taxnexus/lib/api/crm/crm_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewPostLeadsParams creates a new PostLeadsParams object
|
// NewPostLeadsParams creates a new PostLeadsParams object
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/crm/crm_models"
|
"code.tnxs.net/taxnexus/lib/api/crm/crm_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// PostLeadsReader is a Reader for the PostLeads structure.
|
// PostLeadsReader is a Reader for the PostLeads structure.
|
||||||
|
|
|
@ -19,7 +19,7 @@ import (
|
||||||
cr "github.com/go-openapi/runtime/client"
|
cr "github.com/go-openapi/runtime/client"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/crm/crm_models"
|
"code.tnxs.net/taxnexus/lib/api/crm/crm_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewPutLeadsParams creates a new PutLeadsParams object
|
// NewPutLeadsParams creates a new PutLeadsParams object
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/crm/crm_models"
|
"code.tnxs.net/taxnexus/lib/api/crm/crm_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// PutLeadsReader is a Reader for the PutLeads structure.
|
// PutLeadsReader is a Reader for the PutLeads structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetClusterReader is a Reader for the GetCluster structure.
|
// GetClusterReader is a Reader for the GetCluster structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetClustersObservableReader is a Reader for the GetClustersObservable structure.
|
// GetClustersObservableReader is a Reader for the GetClustersObservable structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetClustersReader is a Reader for the GetClusters structure.
|
// GetClustersReader is a Reader for the GetClusters structure.
|
||||||
|
|
|
@ -19,7 +19,7 @@ import (
|
||||||
cr "github.com/go-openapi/runtime/client"
|
cr "github.com/go-openapi/runtime/client"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewPostClustersParams creates a new PostClustersParams object
|
// NewPostClustersParams creates a new PostClustersParams object
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// PostClustersReader is a Reader for the PostClusters structure.
|
// PostClustersReader is a Reader for the PostClusters structure.
|
||||||
|
|
|
@ -19,7 +19,7 @@ import (
|
||||||
cr "github.com/go-openapi/runtime/client"
|
cr "github.com/go-openapi/runtime/client"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewPutClustersParams creates a new PutClustersParams object
|
// NewPutClustersParams creates a new PutClustersParams object
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// PutClustersReader is a Reader for the PutClusters structure.
|
// PutClustersReader is a Reader for the PutClusters structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetDatabaseReader is a Reader for the GetDatabase structure.
|
// GetDatabaseReader is a Reader for the GetDatabase structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetDatabasesObservableReader is a Reader for the GetDatabasesObservable structure.
|
// GetDatabasesObservableReader is a Reader for the GetDatabasesObservable structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetDatabasesReader is a Reader for the GetDatabases structure.
|
// GetDatabasesReader is a Reader for the GetDatabases structure.
|
||||||
|
|
|
@ -19,7 +19,7 @@ import (
|
||||||
cr "github.com/go-openapi/runtime/client"
|
cr "github.com/go-openapi/runtime/client"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewPostDatabasesParams creates a new PostDatabasesParams object
|
// NewPostDatabasesParams creates a new PostDatabasesParams object
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// PostDatabasesReader is a Reader for the PostDatabases structure.
|
// PostDatabasesReader is a Reader for the PostDatabases structure.
|
||||||
|
|
|
@ -19,7 +19,7 @@ import (
|
||||||
cr "github.com/go-openapi/runtime/client"
|
cr "github.com/go-openapi/runtime/client"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewPutDatabasesParams creates a new PutDatabasesParams object
|
// NewPutDatabasesParams creates a new PutDatabasesParams object
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// PutDatabasesReader is a Reader for the PutDatabases structure.
|
// PutDatabasesReader is a Reader for the PutDatabases structure.
|
||||||
|
|
|
@ -14,15 +14,15 @@ import (
|
||||||
httptransport "github.com/go-openapi/runtime/client"
|
httptransport "github.com/go-openapi/runtime/client"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_client/cluster"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_client/cluster"
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_client/cors"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_client/cors"
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_client/database"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_client/database"
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_client/ingest"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_client/ingest"
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_client/job"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_client/job"
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_client/service"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_client/service"
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_client/template"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_client/template"
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_client/tenant"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_client/tenant"
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_client/user"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_client/user"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Default devops HTTP client.
|
// Default devops HTTP client.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetIngestReader is a Reader for the GetIngest structure.
|
// GetIngestReader is a Reader for the GetIngest structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetIngestsObservableReader is a Reader for the GetIngestsObservable structure.
|
// GetIngestsObservableReader is a Reader for the GetIngestsObservable structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetIngestsReader is a Reader for the GetIngests structure.
|
// GetIngestsReader is a Reader for the GetIngests structure.
|
||||||
|
|
|
@ -19,7 +19,7 @@ import (
|
||||||
cr "github.com/go-openapi/runtime/client"
|
cr "github.com/go-openapi/runtime/client"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewPostIngestsParams creates a new PostIngestsParams object
|
// NewPostIngestsParams creates a new PostIngestsParams object
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// PostIngestsReader is a Reader for the PostIngests structure.
|
// PostIngestsReader is a Reader for the PostIngests structure.
|
||||||
|
|
|
@ -19,7 +19,7 @@ import (
|
||||||
cr "github.com/go-openapi/runtime/client"
|
cr "github.com/go-openapi/runtime/client"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewPutIngestsParams creates a new PutIngestsParams object
|
// NewPutIngestsParams creates a new PutIngestsParams object
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// PutIngestsReader is a Reader for the PutIngests structure.
|
// PutIngestsReader is a Reader for the PutIngests structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetJobReader is a Reader for the GetJob structure.
|
// GetJobReader is a Reader for the GetJob structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetJobsObservableReader is a Reader for the GetJobsObservable structure.
|
// GetJobsObservableReader is a Reader for the GetJobsObservable structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetJobsReader is a Reader for the GetJobs structure.
|
// GetJobsReader is a Reader for the GetJobs structure.
|
||||||
|
|
|
@ -19,7 +19,7 @@ import (
|
||||||
cr "github.com/go-openapi/runtime/client"
|
cr "github.com/go-openapi/runtime/client"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewPostJobsParams creates a new PostJobsParams object
|
// NewPostJobsParams creates a new PostJobsParams object
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// PostJobsReader is a Reader for the PostJobs structure.
|
// PostJobsReader is a Reader for the PostJobs structure.
|
||||||
|
|
|
@ -19,7 +19,7 @@ import (
|
||||||
cr "github.com/go-openapi/runtime/client"
|
cr "github.com/go-openapi/runtime/client"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewPutJobsParams creates a new PutJobsParams object
|
// NewPutJobsParams creates a new PutJobsParams object
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// PutJobsReader is a Reader for the PutJobs structure.
|
// PutJobsReader is a Reader for the PutJobs structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetServiceReader is a Reader for the GetService structure.
|
// GetServiceReader is a Reader for the GetService structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetServicesObservableReader is a Reader for the GetServicesObservable structure.
|
// GetServicesObservableReader is a Reader for the GetServicesObservable structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetServicesReader is a Reader for the GetServices structure.
|
// GetServicesReader is a Reader for the GetServices structure.
|
||||||
|
|
|
@ -19,7 +19,7 @@ import (
|
||||||
cr "github.com/go-openapi/runtime/client"
|
cr "github.com/go-openapi/runtime/client"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewPostServicesParams creates a new PostServicesParams object
|
// NewPostServicesParams creates a new PostServicesParams object
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// PostServicesReader is a Reader for the PostServices structure.
|
// PostServicesReader is a Reader for the PostServices structure.
|
||||||
|
|
|
@ -19,7 +19,7 @@ import (
|
||||||
cr "github.com/go-openapi/runtime/client"
|
cr "github.com/go-openapi/runtime/client"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewPutServicesParams creates a new PutServicesParams object
|
// NewPutServicesParams creates a new PutServicesParams object
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// PutServicesReader is a Reader for the PutServices structure.
|
// PutServicesReader is a Reader for the PutServices structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetTemplateReader is a Reader for the GetTemplate structure.
|
// GetTemplateReader is a Reader for the GetTemplate structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetTemplatesObservableReader is a Reader for the GetTemplatesObservable structure.
|
// GetTemplatesObservableReader is a Reader for the GetTemplatesObservable structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetTemplatesReader is a Reader for the GetTemplates structure.
|
// GetTemplatesReader is a Reader for the GetTemplates structure.
|
||||||
|
|
|
@ -19,7 +19,7 @@ import (
|
||||||
cr "github.com/go-openapi/runtime/client"
|
cr "github.com/go-openapi/runtime/client"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewPostTemplatesParams creates a new PostTemplatesParams object
|
// NewPostTemplatesParams creates a new PostTemplatesParams object
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// PostTemplatesReader is a Reader for the PostTemplates structure.
|
// PostTemplatesReader is a Reader for the PostTemplates structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetTenantReader is a Reader for the GetTenant structure.
|
// GetTenantReader is a Reader for the GetTenant structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetTenantsObservableReader is a Reader for the GetTenantsObservable structure.
|
// GetTenantsObservableReader is a Reader for the GetTenantsObservable structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetTenantsReader is a Reader for the GetTenants structure.
|
// GetTenantsReader is a Reader for the GetTenants structure.
|
||||||
|
|
|
@ -19,7 +19,7 @@ import (
|
||||||
cr "github.com/go-openapi/runtime/client"
|
cr "github.com/go-openapi/runtime/client"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewPostTenantsParams creates a new PostTenantsParams object
|
// NewPostTenantsParams creates a new PostTenantsParams object
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// PostTenantsReader is a Reader for the PostTenants structure.
|
// PostTenantsReader is a Reader for the PostTenants structure.
|
||||||
|
|
|
@ -19,7 +19,7 @@ import (
|
||||||
cr "github.com/go-openapi/runtime/client"
|
cr "github.com/go-openapi/runtime/client"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewPutTenantsParams creates a new PutTenantsParams object
|
// NewPutTenantsParams creates a new PutTenantsParams object
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// PutTenantsReader is a Reader for the PutTenants structure.
|
// PutTenantsReader is a Reader for the PutTenants structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetUserReader is a Reader for the GetUser structure.
|
// GetUserReader is a Reader for the GetUser structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetUsersObservableReader is a Reader for the GetUsersObservable structure.
|
// GetUsersObservableReader is a Reader for the GetUsersObservable structure.
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/go-openapi/runtime"
|
"github.com/go-openapi/runtime"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetUsersReader is a Reader for the GetUsers structure.
|
// GetUsersReader is a Reader for the GetUsers structure.
|
||||||
|
|
|
@ -19,7 +19,7 @@ import (
|
||||||
cr "github.com/go-openapi/runtime/client"
|
cr "github.com/go-openapi/runtime/client"
|
||||||
"github.com/go-openapi/strfmt"
|
"github.com/go-openapi/strfmt"
|
||||||
|
|
||||||
"github.com/taxnexus/go/lib/api/devops/devops_models"
|
"code.tnxs.net/taxnexus/lib/api/devops/devops_models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewPostUsersParams creates a new PostUsersParams object
|
// NewPostUsersParams creates a new PostUsersParams object
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue