new code path

v0.0.1 v0.0.2
Vernon Keenan 2021-01-10 09:03:26 -08:00
parent 2ff5cf9f9f
commit 02c6402f35
515 changed files with 635 additions and 921 deletions

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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