v0.0.3 v0.0.2
Vernon Keenan 2021-07-31 17:08:25 -07:00
parent 3315d4b105
commit 01cf1c8725
161 changed files with 195 additions and 195 deletions

View File

@ -14,7 +14,7 @@ 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"
"code.tnxs.net/telnexus/lib/api/auth/auth_client/user" "code.tnxs.net/vernonkeenan/lib/api/auth/auth_client/user"
) )
// Default auth HTTP client. // Default auth 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"
"code.tnxs.net/telnexus/lib/api/auth/auth_models" "code.tnxs.net/vernonkeenan/lib/api/auth/auth_models"
) )
// GetUsersReader is a Reader for the GetUsers structure. // GetUsersReader is a Reader for the GetUsers 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"
"code.tnxs.net/telnexus/lib/api/cloud/cloud_client/cors" "code.tnxs.net/vernonkeenan/lib/api/cloud/cloud_client/cors"
"code.tnxs.net/telnexus/lib/api/cloud/cloud_client/hub" "code.tnxs.net/vernonkeenan/lib/api/cloud/cloud_client/hub"
"code.tnxs.net/telnexus/lib/api/cloud/cloud_client/user" "code.tnxs.net/vernonkeenan/lib/api/cloud/cloud_client/user"
) )
// Default cloud HTTP client. // Default cloud 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"
"code.tnxs.net/telnexus/lib/api/cloud/cloud_models" "code.tnxs.net/vernonkeenan/lib/api/cloud/cloud_models"
) )
// DeleteHubReader is a Reader for the DeleteHub structure. // DeleteHubReader is a Reader for the DeleteHub 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"
"code.tnxs.net/telnexus/lib/api/cloud/cloud_models" "code.tnxs.net/vernonkeenan/lib/api/cloud/cloud_models"
) )
// GetHubsReader is a Reader for the GetHubs structure. // GetHubsReader is a Reader for the GetHubs 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"
"code.tnxs.net/telnexus/lib/api/cloud/cloud_models" "code.tnxs.net/vernonkeenan/lib/api/cloud/cloud_models"
) )
// NewPostHubsParams creates a new PostHubsParams object, // NewPostHubsParams creates a new PostHubsParams 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"
"code.tnxs.net/telnexus/lib/api/cloud/cloud_models" "code.tnxs.net/vernonkeenan/lib/api/cloud/cloud_models"
) )
// PostHubsReader is a Reader for the PostHubs structure. // PostHubsReader is a Reader for the PostHubs 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"
"code.tnxs.net/telnexus/lib/api/cloud/cloud_models" "code.tnxs.net/vernonkeenan/lib/api/cloud/cloud_models"
) )
// NewPutHubParams creates a new PutHubParams object, // NewPutHubParams creates a new PutHubParams 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"
"code.tnxs.net/telnexus/lib/api/cloud/cloud_models" "code.tnxs.net/vernonkeenan/lib/api/cloud/cloud_models"
) )
// PutHubReader is a Reader for the PutHub structure. // PutHubReader is a Reader for the PutHub 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"
"code.tnxs.net/telnexus/lib/api/cloud/cloud_models" "code.tnxs.net/vernonkeenan/lib/api/cloud/cloud_models"
) )
// GetUsersReader is a Reader for the GetUsers structure. // GetUsersReader is a Reader for the GetUsers 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"
"code.tnxs.net/telnexus/lib/api/crm/crm_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/crm/crm_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/crm/crm_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/crm/crm_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/crm/crm_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/crm/crm_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/crm/crm_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/crm/crm_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/crm/crm_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/crm/crm_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/crm/crm_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/crm/crm_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/crm/crm_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/crm/crm_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/crm/crm_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/crm/crm_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/crm/crm_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/crm/crm_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/crm/crm_client/accounts" "code.tnxs.net/vernonkeenan/lib/api/crm/crm_client/accounts"
"code.tnxs.net/telnexus/lib/api/crm/crm_client/companies" "code.tnxs.net/vernonkeenan/lib/api/crm/crm_client/companies"
"code.tnxs.net/telnexus/lib/api/crm/crm_client/contacts" "code.tnxs.net/vernonkeenan/lib/api/crm/crm_client/contacts"
"code.tnxs.net/telnexus/lib/api/crm/crm_client/cors" "code.tnxs.net/vernonkeenan/lib/api/crm/crm_client/cors"
"code.tnxs.net/telnexus/lib/api/crm/crm_client/leads" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/crm/crm_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/crm/crm_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/crm/crm_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/crm/crm_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/crm/crm_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/crm/crm_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/crm/crm_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_client/cluster" "code.tnxs.net/vernonkeenan/lib/api/devops/devops_client/cluster"
"code.tnxs.net/telnexus/lib/api/devops/devops_client/cors" "code.tnxs.net/vernonkeenan/lib/api/devops/devops_client/cors"
"code.tnxs.net/telnexus/lib/api/devops/devops_client/database" "code.tnxs.net/vernonkeenan/lib/api/devops/devops_client/database"
"code.tnxs.net/telnexus/lib/api/devops/devops_client/ingest" "code.tnxs.net/vernonkeenan/lib/api/devops/devops_client/ingest"
"code.tnxs.net/telnexus/lib/api/devops/devops_client/job" "code.tnxs.net/vernonkeenan/lib/api/devops/devops_client/job"
"code.tnxs.net/telnexus/lib/api/devops/devops_client/service" "code.tnxs.net/vernonkeenan/lib/api/devops/devops_client/service"
"code.tnxs.net/telnexus/lib/api/devops/devops_client/template" "code.tnxs.net/vernonkeenan/lib/api/devops/devops_client/template"
"code.tnxs.net/telnexus/lib/api/devops/devops_client/tenant" "code.tnxs.net/vernonkeenan/lib/api/devops/devops_client/tenant"
"code.tnxs.net/telnexus/lib/api/devops/devops_client/user" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/lib/api/devops/devops_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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/lib/api/devops/devops_models"
) )
// PostUsersReader is a Reader for the PostUsers structure. // PostUsersReader is a Reader for the PostUsers 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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/lib/api/devops/devops_models"
) )
// NewPutUsersParams creates a new PutUsersParams object, // NewPutUsersParams creates a new PutUsersParams 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"
"code.tnxs.net/telnexus/lib/api/devops/devops_models" "code.tnxs.net/vernonkeenan/lib/api/devops/devops_models"
) )
// PutUsersReader is a Reader for the PutUsers structure. // PutUsersReader is a Reader for the PutUsers structure.

View File

@ -14,7 +14,7 @@ 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"
"code.tnxs.net/telnexus/lib/api/isp/isp_client/zone" "code.tnxs.net/vernonkeenan/lib/api/isp/isp_client/zone"
) )
// Default isp HTTP client. // Default isp 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"
"code.tnxs.net/telnexus/lib/api/isp/isp_models" "code.tnxs.net/vernonkeenan/lib/api/isp/isp_models"
) )
// GetZonesReader is a Reader for the GetZones structure. // GetZonesReader is a Reader for the GetZones 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"
"code.tnxs.net/telnexus/lib/api/kazoo/kazoo_models" "code.tnxs.net/vernonkeenan/lib/api/kazoo/kazoo_models"
) )
// GetAccountDescendentsReader is a Reader for the GetAccountDescendents structure. // GetAccountDescendentsReader is a Reader for the GetAccountDescendents 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"
"code.tnxs.net/telnexus/lib/api/kazoo/kazoo_models" "code.tnxs.net/vernonkeenan/lib/api/kazoo/kazoo_models"
) )
// GetAccountsReader is a Reader for the GetAccounts structure. // GetAccountsReader is a Reader for the GetAccounts 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"
"code.tnxs.net/telnexus/lib/api/kazoo/kazoo_models" "code.tnxs.net/vernonkeenan/lib/api/kazoo/kazoo_models"
) )
// GetAccountCallflowsReader is a Reader for the GetAccountCallflows structure. // GetAccountCallflowsReader is a Reader for the GetAccountCallflows 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"
"code.tnxs.net/telnexus/lib/api/kazoo/kazoo_models" "code.tnxs.net/vernonkeenan/lib/api/kazoo/kazoo_models"
) )
// GetAccountCDRsReader is a Reader for the GetAccountCDRs structure. // GetAccountCDRsReader is a Reader for the GetAccountCDRs 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"
"code.tnxs.net/telnexus/lib/api/kazoo/kazoo_models" "code.tnxs.net/vernonkeenan/lib/api/kazoo/kazoo_models"
) )
// GetAccountDevicesReader is a Reader for the GetAccountDevices structure. // GetAccountDevicesReader is a Reader for the GetAccountDevices 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"
"code.tnxs.net/telnexus/lib/api/kazoo/kazoo_models" "code.tnxs.net/vernonkeenan/lib/api/kazoo/kazoo_models"
) )
// GetUserDevicesReader is a Reader for the GetUserDevices structure. // GetUserDevicesReader is a Reader for the GetUserDevices 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"
"code.tnxs.net/telnexus/lib/api/kazoo/kazoo_models" "code.tnxs.net/vernonkeenan/lib/api/kazoo/kazoo_models"
) )
// GetAccountGroupsReader is a Reader for the GetAccountGroups structure. // GetAccountGroupsReader is a Reader for the GetAccountGroups structure.

Some files were not shown because too many files have changed in this diff Show More