Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type ApiCreateBuildRequest
- type ApiCreateWorkspaceRequest
- type ApiDeleteAllBuildsRequest
- type ApiDeleteBuildRequest
- type ApiDeleteBuildsFromPrebuildRequest
- type ApiDeletePrebuildRequest
- type ApiDeleteProfileDataRequest
- type ApiDeleteProjectConfigRequest
- type ApiFsCreateFolderRequest
- type ApiFsDeleteFileRequest
- type ApiFsDownloadFileRequest
- type ApiFsFindInFilesRequest
- type ApiFsGetFileDetailsRequest
- type ApiFsListFilesRequest
- type ApiFsMoveFileRequest
- type ApiFsReplaceInFilesRequest
- type ApiFsSearchFilesRequest
- type ApiFsSetFilePermissionsRequest
- func (r ApiFsSetFilePermissionsRequest) Execute() (*http.Response, error)
- func (r ApiFsSetFilePermissionsRequest) Group(group string) ApiFsSetFilePermissionsRequest
- func (r ApiFsSetFilePermissionsRequest) Mode(mode string) ApiFsSetFilePermissionsRequest
- func (r ApiFsSetFilePermissionsRequest) Owner(owner string) ApiFsSetFilePermissionsRequest
- func (r ApiFsSetFilePermissionsRequest) Path(path string) ApiFsSetFilePermissionsRequest
- type ApiFsUploadFileRequest
- type ApiGenerateApiKeyRequest
- type ApiGenerateNetworkKeyRequest
- type ApiGetBuildRequest
- type ApiGetConfigRequest
- type ApiGetContainerRegistryRequest
- type ApiGetDefaultProjectConfigRequest
- type ApiGetGitContextRequest
- type ApiGetGitProviderIdForUrlRequest
- type ApiGetGitProviderRequest
- type ApiGetGitUserRequest
- type ApiGetNamespacesRequest
- type ApiGetPrebuildRequest
- type ApiGetProfileDataRequest
- type ApiGetProjectConfigRequest
- type ApiGetProjectDirRequest
- type ApiGetRepoBranchesRequest
- type ApiGetRepoPRsRequest
- type ApiGetRepositoriesRequest
- type ApiGetServerLogFilesRequest
- type ApiGetTargetManifestRequest
- type ApiGetUrlFromRepositoryRequest
- type ApiGetWorkspaceRequest
- type ApiGitAddFilesRequest
- type ApiGitBranchListRequest
- type ApiGitCloneRepositoryRequest
- type ApiGitCommitChangesRequest
- type ApiGitCommitHistoryRequest
- type ApiGitCreateBranchRequest
- type ApiGitGitStatusRequest
- type ApiGitPullChangesRequest
- type ApiGitPushChangesRequest
- type ApiHealthCheckRequest
- type ApiInstallProviderRequest
- type ApiKey
- func (o *ApiKey) GetKeyHash() string
- func (o *ApiKey) GetKeyHashOk() (*string, bool)
- func (o *ApiKey) GetName() string
- func (o *ApiKey) GetNameOk() (*string, bool)
- func (o *ApiKey) GetType() ApikeyApiKeyType
- func (o *ApiKey) GetTypeOk() (*ApikeyApiKeyType, bool)
- func (o ApiKey) MarshalJSON() ([]byte, error)
- func (o *ApiKey) SetKeyHash(v string)
- func (o *ApiKey) SetName(v string)
- func (o *ApiKey) SetType(v ApikeyApiKeyType)
- func (o ApiKey) ToMap() (map[string]interface{}, error)
- func (o *ApiKey) UnmarshalJSON(data []byte) (err error)
- type ApiKeyAPIService
- func (a *ApiKeyAPIService) GenerateApiKey(ctx context.Context, apiKeyName string) ApiGenerateApiKeyRequest
- func (a *ApiKeyAPIService) GenerateApiKeyExecute(r ApiGenerateApiKeyRequest) (string, *http.Response, error)
- func (a *ApiKeyAPIService) ListClientApiKeys(ctx context.Context) ApiListClientApiKeysRequest
- func (a *ApiKeyAPIService) ListClientApiKeysExecute(r ApiListClientApiKeysRequest) ([]ApiKey, *http.Response, error)
- func (a *ApiKeyAPIService) RevokeApiKey(ctx context.Context, apiKeyName string) ApiRevokeApiKeyRequest
- func (a *ApiKeyAPIService) RevokeApiKeyExecute(r ApiRevokeApiKeyRequest) (*http.Response, error)
- type ApiListBuildsRequest
- type ApiListClientApiKeysRequest
- type ApiListContainerRegistriesRequest
- type ApiListGitProvidersForUrlRequest
- type ApiListGitProvidersRequest
- type ApiListPrebuildsForProjectConfigRequest
- type ApiListPrebuildsRequest
- type ApiListProjectConfigsRequest
- type ApiListProvidersRequest
- type ApiListSamplesRequest
- type ApiListTargetsRequest
- type ApiListWorkspacesRequest
- type ApiLspCompletionsRequest
- type ApiLspDidCloseRequest
- type ApiLspDidOpenRequest
- type ApiLspDocumentSymbolsRequest
- func (r ApiLspDocumentSymbolsRequest) Execute() ([]LspSymbol, *http.Response, error)
- func (r ApiLspDocumentSymbolsRequest) LanguageId(languageId string) ApiLspDocumentSymbolsRequest
- func (r ApiLspDocumentSymbolsRequest) PathToProject(pathToProject string) ApiLspDocumentSymbolsRequest
- func (r ApiLspDocumentSymbolsRequest) Uri(uri string) ApiLspDocumentSymbolsRequest
- type ApiLspStartRequest
- type ApiLspStopRequest
- type ApiLspWorkspaceSymbolsRequest
- func (r ApiLspWorkspaceSymbolsRequest) Execute() ([]LspSymbol, *http.Response, error)
- func (r ApiLspWorkspaceSymbolsRequest) LanguageId(languageId string) ApiLspWorkspaceSymbolsRequest
- func (r ApiLspWorkspaceSymbolsRequest) PathToProject(pathToProject string) ApiLspWorkspaceSymbolsRequest
- func (r ApiLspWorkspaceSymbolsRequest) Query(query string) ApiLspWorkspaceSymbolsRequest
- type ApiProcessExecuteCommandRequest
- type ApiProcessGitEventRequest
- type ApiRemoveContainerRegistryRequest
- type ApiRemoveGitProviderRequest
- type ApiRemoveTargetRequest
- type ApiRemoveWorkspaceRequest
- type ApiRevokeApiKeyRequest
- type ApiSetConfigRequest
- type ApiSetContainerRegistryRequest
- type ApiSetDefaultProjectConfigRequest
- type ApiSetDefaultTargetRequest
- type ApiSetGitProviderRequest
- type ApiSetPrebuildRequest
- type ApiSetProfileDataRequest
- type ApiSetProjectConfigRequest
- type ApiSetProjectStateRequest
- type ApiSetTargetRequest
- type ApiStartProjectRequest
- type ApiStartWorkspaceRequest
- type ApiStopProjectRequest
- type ApiStopWorkspaceRequest
- type ApiUninstallProviderRequest
- type ApikeyApiKeyType
- type BasicAuth
- type Build
- func (o *Build) GetBuildConfig() BuildConfig
- func (o *Build) GetBuildConfigOk() (*BuildConfig, bool)
- func (o *Build) GetContainerConfig() ContainerConfig
- func (o *Build) GetContainerConfigOk() (*ContainerConfig, bool)
- func (o *Build) GetCreatedAt() string
- func (o *Build) GetCreatedAtOk() (*string, bool)
- func (o *Build) GetEnvVars() map[string]string
- func (o *Build) GetEnvVarsOk() (*map[string]string, bool)
- func (o *Build) GetId() string
- func (o *Build) GetIdOk() (*string, bool)
- func (o *Build) GetImage() string
- func (o *Build) GetImageOk() (*string, bool)
- func (o *Build) GetPrebuildId() string
- func (o *Build) GetPrebuildIdOk() (*string, bool)
- func (o *Build) GetRepository() GitRepository
- func (o *Build) GetRepositoryOk() (*GitRepository, bool)
- func (o *Build) GetState() BuildBuildState
- func (o *Build) GetStateOk() (*BuildBuildState, bool)
- func (o *Build) GetUpdatedAt() string
- func (o *Build) GetUpdatedAtOk() (*string, bool)
- func (o *Build) GetUser() string
- func (o *Build) GetUserOk() (*string, bool)
- func (o *Build) HasBuildConfig() bool
- func (o *Build) HasImage() bool
- func (o *Build) HasUser() bool
- func (o Build) MarshalJSON() ([]byte, error)
- func (o *Build) SetBuildConfig(v BuildConfig)
- func (o *Build) SetContainerConfig(v ContainerConfig)
- func (o *Build) SetCreatedAt(v string)
- func (o *Build) SetEnvVars(v map[string]string)
- func (o *Build) SetId(v string)
- func (o *Build) SetImage(v string)
- func (o *Build) SetPrebuildId(v string)
- func (o *Build) SetRepository(v GitRepository)
- func (o *Build) SetState(v BuildBuildState)
- func (o *Build) SetUpdatedAt(v string)
- func (o *Build) SetUser(v string)
- func (o Build) ToMap() (map[string]interface{}, error)
- func (o *Build) UnmarshalJSON(data []byte) (err error)
- type BuildAPIService
- func (a *BuildAPIService) CreateBuild(ctx context.Context) ApiCreateBuildRequest
- func (a *BuildAPIService) CreateBuildExecute(r ApiCreateBuildRequest) (string, *http.Response, error)
- func (a *BuildAPIService) DeleteAllBuilds(ctx context.Context) ApiDeleteAllBuildsRequest
- func (a *BuildAPIService) DeleteAllBuildsExecute(r ApiDeleteAllBuildsRequest) (*http.Response, error)
- func (a *BuildAPIService) DeleteBuild(ctx context.Context, buildId string) ApiDeleteBuildRequest
- func (a *BuildAPIService) DeleteBuildExecute(r ApiDeleteBuildRequest) (*http.Response, error)
- func (a *BuildAPIService) DeleteBuildsFromPrebuild(ctx context.Context, prebuildId string) ApiDeleteBuildsFromPrebuildRequest
- func (a *BuildAPIService) DeleteBuildsFromPrebuildExecute(r ApiDeleteBuildsFromPrebuildRequest) (*http.Response, error)
- func (a *BuildAPIService) GetBuild(ctx context.Context, buildId string) ApiGetBuildRequest
- func (a *BuildAPIService) GetBuildExecute(r ApiGetBuildRequest) (*Build, *http.Response, error)
- func (a *BuildAPIService) ListBuilds(ctx context.Context) ApiListBuildsRequest
- func (a *BuildAPIService) ListBuildsExecute(r ApiListBuildsRequest) ([]Build, *http.Response, error)
- type BuildBuildState
- type BuildConfig
- func (o *BuildConfig) GetCachedBuild() CachedBuild
- func (o *BuildConfig) GetCachedBuildOk() (*CachedBuild, bool)
- func (o *BuildConfig) GetDevcontainer() DevcontainerConfig
- func (o *BuildConfig) GetDevcontainerOk() (*DevcontainerConfig, bool)
- func (o *BuildConfig) HasCachedBuild() bool
- func (o *BuildConfig) HasDevcontainer() bool
- func (o BuildConfig) MarshalJSON() ([]byte, error)
- func (o *BuildConfig) SetCachedBuild(v CachedBuild)
- func (o *BuildConfig) SetDevcontainer(v DevcontainerConfig)
- func (o BuildConfig) ToMap() (map[string]interface{}, error)
- type CachedBuild
- func (o *CachedBuild) GetImage() string
- func (o *CachedBuild) GetImageOk() (*string, bool)
- func (o *CachedBuild) GetUser() string
- func (o *CachedBuild) GetUserOk() (*string, bool)
- func (o CachedBuild) MarshalJSON() ([]byte, error)
- func (o *CachedBuild) SetImage(v string)
- func (o *CachedBuild) SetUser(v string)
- func (o CachedBuild) ToMap() (map[string]interface{}, error)
- func (o *CachedBuild) UnmarshalJSON(data []byte) (err error)
- type CloneTarget
- type CompletionContext
- func (o *CompletionContext) GetTriggerCharacter() string
- func (o *CompletionContext) GetTriggerCharacterOk() (*string, bool)
- func (o *CompletionContext) GetTriggerKind() int32
- func (o *CompletionContext) GetTriggerKindOk() (*int32, bool)
- func (o *CompletionContext) HasTriggerCharacter() bool
- func (o CompletionContext) MarshalJSON() ([]byte, error)
- func (o *CompletionContext) SetTriggerCharacter(v string)
- func (o *CompletionContext) SetTriggerKind(v int32)
- func (o CompletionContext) ToMap() (map[string]interface{}, error)
- func (o *CompletionContext) UnmarshalJSON(data []byte) (err error)
- type CompletionItem
- func (o *CompletionItem) GetDetail() string
- func (o *CompletionItem) GetDetailOk() (*string, bool)
- func (o *CompletionItem) GetDocumentation() map[string]interface{}
- func (o *CompletionItem) GetDocumentationOk() (map[string]interface{}, bool)
- func (o *CompletionItem) GetFilterText() string
- func (o *CompletionItem) GetFilterTextOk() (*string, bool)
- func (o *CompletionItem) GetInsertText() string
- func (o *CompletionItem) GetInsertTextOk() (*string, bool)
- func (o *CompletionItem) GetKind() int32
- func (o *CompletionItem) GetKindOk() (*int32, bool)
- func (o *CompletionItem) GetLabel() string
- func (o *CompletionItem) GetLabelOk() (*string, bool)
- func (o *CompletionItem) GetSortText() string
- func (o *CompletionItem) GetSortTextOk() (*string, bool)
- func (o *CompletionItem) HasDetail() bool
- func (o *CompletionItem) HasDocumentation() bool
- func (o *CompletionItem) HasFilterText() bool
- func (o *CompletionItem) HasInsertText() bool
- func (o *CompletionItem) HasKind() bool
- func (o *CompletionItem) HasSortText() bool
- func (o CompletionItem) MarshalJSON() ([]byte, error)
- func (o *CompletionItem) SetDetail(v string)
- func (o *CompletionItem) SetDocumentation(v map[string]interface{})
- func (o *CompletionItem) SetFilterText(v string)
- func (o *CompletionItem) SetInsertText(v string)
- func (o *CompletionItem) SetKind(v int32)
- func (o *CompletionItem) SetLabel(v string)
- func (o *CompletionItem) SetSortText(v string)
- func (o CompletionItem) ToMap() (map[string]interface{}, error)
- func (o *CompletionItem) UnmarshalJSON(data []byte) (err error)
- type CompletionList
- func (o *CompletionList) GetIsIncomplete() bool
- func (o *CompletionList) GetIsIncompleteOk() (*bool, bool)
- func (o *CompletionList) GetItems() []CompletionItem
- func (o *CompletionList) GetItemsOk() ([]CompletionItem, bool)
- func (o CompletionList) MarshalJSON() ([]byte, error)
- func (o *CompletionList) SetIsIncomplete(v bool)
- func (o *CompletionList) SetItems(v []CompletionItem)
- func (o CompletionList) ToMap() (map[string]interface{}, error)
- func (o *CompletionList) UnmarshalJSON(data []byte) (err error)
- type Configuration
- type ContainerConfig
- func (o *ContainerConfig) GetImage() string
- func (o *ContainerConfig) GetImageOk() (*string, bool)
- func (o *ContainerConfig) GetUser() string
- func (o *ContainerConfig) GetUserOk() (*string, bool)
- func (o ContainerConfig) MarshalJSON() ([]byte, error)
- func (o *ContainerConfig) SetImage(v string)
- func (o *ContainerConfig) SetUser(v string)
- func (o ContainerConfig) ToMap() (map[string]interface{}, error)
- func (o *ContainerConfig) UnmarshalJSON(data []byte) (err error)
- type ContainerRegistry
- func (o *ContainerRegistry) GetPassword() string
- func (o *ContainerRegistry) GetPasswordOk() (*string, bool)
- func (o *ContainerRegistry) GetServer() string
- func (o *ContainerRegistry) GetServerOk() (*string, bool)
- func (o *ContainerRegistry) GetUsername() string
- func (o *ContainerRegistry) GetUsernameOk() (*string, bool)
- func (o ContainerRegistry) MarshalJSON() ([]byte, error)
- func (o *ContainerRegistry) SetPassword(v string)
- func (o *ContainerRegistry) SetServer(v string)
- func (o *ContainerRegistry) SetUsername(v string)
- func (o ContainerRegistry) ToMap() (map[string]interface{}, error)
- func (o *ContainerRegistry) UnmarshalJSON(data []byte) (err error)
- type ContainerRegistryAPIService
- func (a *ContainerRegistryAPIService) GetContainerRegistry(ctx context.Context, server string) ApiGetContainerRegistryRequest
- func (a *ContainerRegistryAPIService) GetContainerRegistryExecute(r ApiGetContainerRegistryRequest) (*ContainerRegistry, *http.Response, error)
- func (a *ContainerRegistryAPIService) ListContainerRegistries(ctx context.Context) ApiListContainerRegistriesRequest
- func (a *ContainerRegistryAPIService) ListContainerRegistriesExecute(r ApiListContainerRegistriesRequest) ([]ContainerRegistry, *http.Response, error)
- func (a *ContainerRegistryAPIService) RemoveContainerRegistry(ctx context.Context, server string) ApiRemoveContainerRegistryRequest
- func (a *ContainerRegistryAPIService) RemoveContainerRegistryExecute(r ApiRemoveContainerRegistryRequest) (*http.Response, error)
- func (a *ContainerRegistryAPIService) SetContainerRegistry(ctx context.Context, server string) ApiSetContainerRegistryRequest
- func (a *ContainerRegistryAPIService) SetContainerRegistryExecute(r ApiSetContainerRegistryRequest) (*http.Response, error)
- type CreateBuildDTO
- func (o *CreateBuildDTO) GetBranch() string
- func (o *CreateBuildDTO) GetBranchOk() (*string, bool)
- func (o *CreateBuildDTO) GetEnvVars() map[string]string
- func (o *CreateBuildDTO) GetEnvVarsOk() (*map[string]string, bool)
- func (o *CreateBuildDTO) GetPrebuildId() string
- func (o *CreateBuildDTO) GetPrebuildIdOk() (*string, bool)
- func (o *CreateBuildDTO) GetProjectConfigName() string
- func (o *CreateBuildDTO) GetProjectConfigNameOk() (*string, bool)
- func (o *CreateBuildDTO) HasPrebuildId() bool
- func (o CreateBuildDTO) MarshalJSON() ([]byte, error)
- func (o *CreateBuildDTO) SetBranch(v string)
- func (o *CreateBuildDTO) SetEnvVars(v map[string]string)
- func (o *CreateBuildDTO) SetPrebuildId(v string)
- func (o *CreateBuildDTO) SetProjectConfigName(v string)
- func (o CreateBuildDTO) ToMap() (map[string]interface{}, error)
- func (o *CreateBuildDTO) UnmarshalJSON(data []byte) (err error)
- type CreatePrebuildDTO
- func (o *CreatePrebuildDTO) GetBranch() string
- func (o *CreatePrebuildDTO) GetBranchOk() (*string, bool)
- func (o *CreatePrebuildDTO) GetCommitInterval() int32
- func (o *CreatePrebuildDTO) GetCommitIntervalOk() (*int32, bool)
- func (o *CreatePrebuildDTO) GetId() string
- func (o *CreatePrebuildDTO) GetIdOk() (*string, bool)
- func (o *CreatePrebuildDTO) GetRetention() int32
- func (o *CreatePrebuildDTO) GetRetentionOk() (*int32, bool)
- func (o *CreatePrebuildDTO) GetTriggerFiles() []string
- func (o *CreatePrebuildDTO) GetTriggerFilesOk() ([]string, bool)
- func (o *CreatePrebuildDTO) HasBranch() bool
- func (o *CreatePrebuildDTO) HasCommitInterval() bool
- func (o *CreatePrebuildDTO) HasId() bool
- func (o *CreatePrebuildDTO) HasTriggerFiles() bool
- func (o CreatePrebuildDTO) MarshalJSON() ([]byte, error)
- func (o *CreatePrebuildDTO) SetBranch(v string)
- func (o *CreatePrebuildDTO) SetCommitInterval(v int32)
- func (o *CreatePrebuildDTO) SetId(v string)
- func (o *CreatePrebuildDTO) SetRetention(v int32)
- func (o *CreatePrebuildDTO) SetTriggerFiles(v []string)
- func (o CreatePrebuildDTO) ToMap() (map[string]interface{}, error)
- func (o *CreatePrebuildDTO) UnmarshalJSON(data []byte) (err error)
- type CreateProjectConfigDTO
- func (o *CreateProjectConfigDTO) GetBuildConfig() BuildConfig
- func (o *CreateProjectConfigDTO) GetBuildConfigOk() (*BuildConfig, bool)
- func (o *CreateProjectConfigDTO) GetEnvVars() map[string]string
- func (o *CreateProjectConfigDTO) GetEnvVarsOk() (*map[string]string, bool)
- func (o *CreateProjectConfigDTO) GetGitProviderConfigId() string
- func (o *CreateProjectConfigDTO) GetGitProviderConfigIdOk() (*string, bool)
- func (o *CreateProjectConfigDTO) GetImage() string
- func (o *CreateProjectConfigDTO) GetImageOk() (*string, bool)
- func (o *CreateProjectConfigDTO) GetName() string
- func (o *CreateProjectConfigDTO) GetNameOk() (*string, bool)
- func (o *CreateProjectConfigDTO) GetRepositoryUrl() string
- func (o *CreateProjectConfigDTO) GetRepositoryUrlOk() (*string, bool)
- func (o *CreateProjectConfigDTO) GetUser() string
- func (o *CreateProjectConfigDTO) GetUserOk() (*string, bool)
- func (o *CreateProjectConfigDTO) HasBuildConfig() bool
- func (o *CreateProjectConfigDTO) HasGitProviderConfigId() bool
- func (o *CreateProjectConfigDTO) HasImage() bool
- func (o *CreateProjectConfigDTO) HasUser() bool
- func (o CreateProjectConfigDTO) MarshalJSON() ([]byte, error)
- func (o *CreateProjectConfigDTO) SetBuildConfig(v BuildConfig)
- func (o *CreateProjectConfigDTO) SetEnvVars(v map[string]string)
- func (o *CreateProjectConfigDTO) SetGitProviderConfigId(v string)
- func (o *CreateProjectConfigDTO) SetImage(v string)
- func (o *CreateProjectConfigDTO) SetName(v string)
- func (o *CreateProjectConfigDTO) SetRepositoryUrl(v string)
- func (o *CreateProjectConfigDTO) SetUser(v string)
- func (o CreateProjectConfigDTO) ToMap() (map[string]interface{}, error)
- func (o *CreateProjectConfigDTO) UnmarshalJSON(data []byte) (err error)
- type CreateProjectDTO
- func (o *CreateProjectDTO) GetBuildConfig() BuildConfig
- func (o *CreateProjectDTO) GetBuildConfigOk() (*BuildConfig, bool)
- func (o *CreateProjectDTO) GetEnvVars() map[string]string
- func (o *CreateProjectDTO) GetEnvVarsOk() (*map[string]string, bool)
- func (o *CreateProjectDTO) GetGitProviderConfigId() string
- func (o *CreateProjectDTO) GetGitProviderConfigIdOk() (*string, bool)
- func (o *CreateProjectDTO) GetImage() string
- func (o *CreateProjectDTO) GetImageOk() (*string, bool)
- func (o *CreateProjectDTO) GetName() string
- func (o *CreateProjectDTO) GetNameOk() (*string, bool)
- func (o *CreateProjectDTO) GetSource() CreateProjectSourceDTO
- func (o *CreateProjectDTO) GetSourceOk() (*CreateProjectSourceDTO, bool)
- func (o *CreateProjectDTO) GetUser() string
- func (o *CreateProjectDTO) GetUserOk() (*string, bool)
- func (o *CreateProjectDTO) HasBuildConfig() bool
- func (o *CreateProjectDTO) HasGitProviderConfigId() bool
- func (o *CreateProjectDTO) HasImage() bool
- func (o *CreateProjectDTO) HasUser() bool
- func (o CreateProjectDTO) MarshalJSON() ([]byte, error)
- func (o *CreateProjectDTO) SetBuildConfig(v BuildConfig)
- func (o *CreateProjectDTO) SetEnvVars(v map[string]string)
- func (o *CreateProjectDTO) SetGitProviderConfigId(v string)
- func (o *CreateProjectDTO) SetImage(v string)
- func (o *CreateProjectDTO) SetName(v string)
- func (o *CreateProjectDTO) SetSource(v CreateProjectSourceDTO)
- func (o *CreateProjectDTO) SetUser(v string)
- func (o CreateProjectDTO) ToMap() (map[string]interface{}, error)
- func (o *CreateProjectDTO) UnmarshalJSON(data []byte) (err error)
- type CreateProjectSourceDTO
- func (o *CreateProjectSourceDTO) GetRepository() GitRepository
- func (o *CreateProjectSourceDTO) GetRepositoryOk() (*GitRepository, bool)
- func (o CreateProjectSourceDTO) MarshalJSON() ([]byte, error)
- func (o *CreateProjectSourceDTO) SetRepository(v GitRepository)
- func (o CreateProjectSourceDTO) ToMap() (map[string]interface{}, error)
- func (o *CreateProjectSourceDTO) UnmarshalJSON(data []byte) (err error)
- type CreateProviderTargetDTO
- func (o *CreateProviderTargetDTO) GetName() string
- func (o *CreateProviderTargetDTO) GetNameOk() (*string, bool)
- func (o *CreateProviderTargetDTO) GetOptions() string
- func (o *CreateProviderTargetDTO) GetOptionsOk() (*string, bool)
- func (o *CreateProviderTargetDTO) GetProviderInfo() ProviderProviderInfo
- func (o *CreateProviderTargetDTO) GetProviderInfoOk() (*ProviderProviderInfo, bool)
- func (o CreateProviderTargetDTO) MarshalJSON() ([]byte, error)
- func (o *CreateProviderTargetDTO) SetName(v string)
- func (o *CreateProviderTargetDTO) SetOptions(v string)
- func (o *CreateProviderTargetDTO) SetProviderInfo(v ProviderProviderInfo)
- func (o CreateProviderTargetDTO) ToMap() (map[string]interface{}, error)
- func (o *CreateProviderTargetDTO) UnmarshalJSON(data []byte) (err error)
- type CreateWorkspaceDTO
- func (o *CreateWorkspaceDTO) GetId() string
- func (o *CreateWorkspaceDTO) GetIdOk() (*string, bool)
- func (o *CreateWorkspaceDTO) GetName() string
- func (o *CreateWorkspaceDTO) GetNameOk() (*string, bool)
- func (o *CreateWorkspaceDTO) GetProjects() []CreateProjectDTO
- func (o *CreateWorkspaceDTO) GetProjectsOk() ([]CreateProjectDTO, bool)
- func (o *CreateWorkspaceDTO) GetTarget() string
- func (o *CreateWorkspaceDTO) GetTargetOk() (*string, bool)
- func (o CreateWorkspaceDTO) MarshalJSON() ([]byte, error)
- func (o *CreateWorkspaceDTO) SetId(v string)
- func (o *CreateWorkspaceDTO) SetName(v string)
- func (o *CreateWorkspaceDTO) SetProjects(v []CreateProjectDTO)
- func (o *CreateWorkspaceDTO) SetTarget(v string)
- func (o CreateWorkspaceDTO) ToMap() (map[string]interface{}, error)
- func (o *CreateWorkspaceDTO) UnmarshalJSON(data []byte) (err error)
- type DefaultAPIService
- type DevcontainerConfig
- func (o *DevcontainerConfig) GetFilePath() string
- func (o *DevcontainerConfig) GetFilePathOk() (*string, bool)
- func (o DevcontainerConfig) MarshalJSON() ([]byte, error)
- func (o *DevcontainerConfig) SetFilePath(v string)
- func (o DevcontainerConfig) ToMap() (map[string]interface{}, error)
- func (o *DevcontainerConfig) UnmarshalJSON(data []byte) (err error)
- type ExecuteRequest
- func (o *ExecuteRequest) GetCommand() string
- func (o *ExecuteRequest) GetCommandOk() (*string, bool)
- func (o *ExecuteRequest) GetTimeout() int32
- func (o *ExecuteRequest) GetTimeoutOk() (*int32, bool)
- func (o *ExecuteRequest) HasTimeout() bool
- func (o ExecuteRequest) MarshalJSON() ([]byte, error)
- func (o *ExecuteRequest) SetCommand(v string)
- func (o *ExecuteRequest) SetTimeout(v int32)
- func (o ExecuteRequest) ToMap() (map[string]interface{}, error)
- func (o *ExecuteRequest) UnmarshalJSON(data []byte) (err error)
- type ExecuteResponse
- func (o *ExecuteResponse) GetCode() int32
- func (o *ExecuteResponse) GetCodeOk() (*int32, bool)
- func (o *ExecuteResponse) GetResult() string
- func (o *ExecuteResponse) GetResultOk() (*string, bool)
- func (o ExecuteResponse) MarshalJSON() ([]byte, error)
- func (o *ExecuteResponse) SetCode(v int32)
- func (o *ExecuteResponse) SetResult(v string)
- func (o ExecuteResponse) ToMap() (map[string]interface{}, error)
- func (o *ExecuteResponse) UnmarshalJSON(data []byte) (err error)
- type FRPSConfig
- func (o *FRPSConfig) GetDomain() string
- func (o *FRPSConfig) GetDomainOk() (*string, bool)
- func (o *FRPSConfig) GetPort() int32
- func (o *FRPSConfig) GetPortOk() (*int32, bool)
- func (o *FRPSConfig) GetProtocol() string
- func (o *FRPSConfig) GetProtocolOk() (*string, bool)
- func (o FRPSConfig) MarshalJSON() ([]byte, error)
- func (o *FRPSConfig) SetDomain(v string)
- func (o *FRPSConfig) SetPort(v int32)
- func (o *FRPSConfig) SetProtocol(v string)
- func (o FRPSConfig) ToMap() (map[string]interface{}, error)
- func (o *FRPSConfig) UnmarshalJSON(data []byte) (err error)
- type FileInfo
- func (o *FileInfo) GetGroup() string
- func (o *FileInfo) GetGroupOk() (*string, bool)
- func (o *FileInfo) GetIsDir() bool
- func (o *FileInfo) GetIsDirOk() (*bool, bool)
- func (o *FileInfo) GetModTime() string
- func (o *FileInfo) GetModTimeOk() (*string, bool)
- func (o *FileInfo) GetMode() string
- func (o *FileInfo) GetModeOk() (*string, bool)
- func (o *FileInfo) GetName() string
- func (o *FileInfo) GetNameOk() (*string, bool)
- func (o *FileInfo) GetOwner() string
- func (o *FileInfo) GetOwnerOk() (*string, bool)
- func (o *FileInfo) GetPermissions() string
- func (o *FileInfo) GetPermissionsOk() (*string, bool)
- func (o *FileInfo) GetSize() int32
- func (o *FileInfo) GetSizeOk() (*int32, bool)
- func (o FileInfo) MarshalJSON() ([]byte, error)
- func (o *FileInfo) SetGroup(v string)
- func (o *FileInfo) SetIsDir(v bool)
- func (o *FileInfo) SetModTime(v string)
- func (o *FileInfo) SetMode(v string)
- func (o *FileInfo) SetName(v string)
- func (o *FileInfo) SetOwner(v string)
- func (o *FileInfo) SetPermissions(v string)
- func (o *FileInfo) SetSize(v int32)
- func (o FileInfo) ToMap() (map[string]interface{}, error)
- func (o *FileInfo) UnmarshalJSON(data []byte) (err error)
- type FileStatus
- func (o *FileStatus) GetExtra() string
- func (o *FileStatus) GetExtraOk() (*string, bool)
- func (o *FileStatus) GetName() string
- func (o *FileStatus) GetNameOk() (*string, bool)
- func (o *FileStatus) GetStaging() Status
- func (o *FileStatus) GetStagingOk() (*Status, bool)
- func (o *FileStatus) GetWorktree() Status
- func (o *FileStatus) GetWorktreeOk() (*Status, bool)
- func (o FileStatus) MarshalJSON() ([]byte, error)
- func (o *FileStatus) SetExtra(v string)
- func (o *FileStatus) SetName(v string)
- func (o *FileStatus) SetStaging(v Status)
- func (o *FileStatus) SetWorktree(v Status)
- func (o FileStatus) ToMap() (map[string]interface{}, error)
- func (o *FileStatus) UnmarshalJSON(data []byte) (err error)
- type GenericOpenAPIError
- type GetRepositoryContext
- func (o *GetRepositoryContext) GetBranch() string
- func (o *GetRepositoryContext) GetBranchOk() (*string, bool)
- func (o *GetRepositoryContext) GetId() string
- func (o *GetRepositoryContext) GetIdOk() (*string, bool)
- func (o *GetRepositoryContext) GetName() string
- func (o *GetRepositoryContext) GetNameOk() (*string, bool)
- func (o *GetRepositoryContext) GetOwner() string
- func (o *GetRepositoryContext) GetOwnerOk() (*string, bool)
- func (o *GetRepositoryContext) GetPath() string
- func (o *GetRepositoryContext) GetPathOk() (*string, bool)
- func (o *GetRepositoryContext) GetPrNumber() int32
- func (o *GetRepositoryContext) GetPrNumberOk() (*int32, bool)
- func (o *GetRepositoryContext) GetSha() string
- func (o *GetRepositoryContext) GetShaOk() (*string, bool)
- func (o *GetRepositoryContext) GetSource() string
- func (o *GetRepositoryContext) GetSourceOk() (*string, bool)
- func (o *GetRepositoryContext) GetUrl() string
- func (o *GetRepositoryContext) GetUrlOk() (*string, bool)
- func (o *GetRepositoryContext) HasBranch() bool
- func (o *GetRepositoryContext) HasId() bool
- func (o *GetRepositoryContext) HasName() bool
- func (o *GetRepositoryContext) HasOwner() bool
- func (o *GetRepositoryContext) HasPath() bool
- func (o *GetRepositoryContext) HasPrNumber() bool
- func (o *GetRepositoryContext) HasSha() bool
- func (o *GetRepositoryContext) HasSource() bool
- func (o GetRepositoryContext) MarshalJSON() ([]byte, error)
- func (o *GetRepositoryContext) SetBranch(v string)
- func (o *GetRepositoryContext) SetId(v string)
- func (o *GetRepositoryContext) SetName(v string)
- func (o *GetRepositoryContext) SetOwner(v string)
- func (o *GetRepositoryContext) SetPath(v string)
- func (o *GetRepositoryContext) SetPrNumber(v int32)
- func (o *GetRepositoryContext) SetSha(v string)
- func (o *GetRepositoryContext) SetSource(v string)
- func (o *GetRepositoryContext) SetUrl(v string)
- func (o GetRepositoryContext) ToMap() (map[string]interface{}, error)
- func (o *GetRepositoryContext) UnmarshalJSON(data []byte) (err error)
- type GitAddRequest
- func (o *GitAddRequest) GetFiles() []string
- func (o *GitAddRequest) GetFilesOk() ([]string, bool)
- func (o *GitAddRequest) GetPath() string
- func (o *GitAddRequest) GetPathOk() (*string, bool)
- func (o GitAddRequest) MarshalJSON() ([]byte, error)
- func (o *GitAddRequest) SetFiles(v []string)
- func (o *GitAddRequest) SetPath(v string)
- func (o GitAddRequest) ToMap() (map[string]interface{}, error)
- func (o *GitAddRequest) UnmarshalJSON(data []byte) (err error)
- type GitBranch
- func (o *GitBranch) GetName() string
- func (o *GitBranch) GetNameOk() (*string, bool)
- func (o *GitBranch) GetSha() string
- func (o *GitBranch) GetShaOk() (*string, bool)
- func (o GitBranch) MarshalJSON() ([]byte, error)
- func (o *GitBranch) SetName(v string)
- func (o *GitBranch) SetSha(v string)
- func (o GitBranch) ToMap() (map[string]interface{}, error)
- func (o *GitBranch) UnmarshalJSON(data []byte) (err error)
- type GitBranchRequest
- func (o *GitBranchRequest) GetName() string
- func (o *GitBranchRequest) GetNameOk() (*string, bool)
- func (o *GitBranchRequest) GetPath() string
- func (o *GitBranchRequest) GetPathOk() (*string, bool)
- func (o GitBranchRequest) MarshalJSON() ([]byte, error)
- func (o *GitBranchRequest) SetName(v string)
- func (o *GitBranchRequest) SetPath(v string)
- func (o GitBranchRequest) ToMap() (map[string]interface{}, error)
- func (o *GitBranchRequest) UnmarshalJSON(data []byte) (err error)
- type GitCloneRequest
- func (o *GitCloneRequest) GetBranch() string
- func (o *GitCloneRequest) GetBranchOk() (*string, bool)
- func (o *GitCloneRequest) GetCommitId() string
- func (o *GitCloneRequest) GetCommitIdOk() (*string, bool)
- func (o *GitCloneRequest) GetPassword() string
- func (o *GitCloneRequest) GetPasswordOk() (*string, bool)
- func (o *GitCloneRequest) GetPath() string
- func (o *GitCloneRequest) GetPathOk() (*string, bool)
- func (o *GitCloneRequest) GetUrl() string
- func (o *GitCloneRequest) GetUrlOk() (*string, bool)
- func (o *GitCloneRequest) GetUsername() string
- func (o *GitCloneRequest) GetUsernameOk() (*string, bool)
- func (o *GitCloneRequest) HasBranch() bool
- func (o *GitCloneRequest) HasCommitId() bool
- func (o *GitCloneRequest) HasPassword() bool
- func (o *GitCloneRequest) HasUsername() bool
- func (o GitCloneRequest) MarshalJSON() ([]byte, error)
- func (o *GitCloneRequest) SetBranch(v string)
- func (o *GitCloneRequest) SetCommitId(v string)
- func (o *GitCloneRequest) SetPassword(v string)
- func (o *GitCloneRequest) SetPath(v string)
- func (o *GitCloneRequest) SetUrl(v string)
- func (o *GitCloneRequest) SetUsername(v string)
- func (o GitCloneRequest) ToMap() (map[string]interface{}, error)
- func (o *GitCloneRequest) UnmarshalJSON(data []byte) (err error)
- type GitCommitInfo
- func (o *GitCommitInfo) GetAuthor() string
- func (o *GitCommitInfo) GetAuthorOk() (*string, bool)
- func (o *GitCommitInfo) GetEmail() string
- func (o *GitCommitInfo) GetEmailOk() (*string, bool)
- func (o *GitCommitInfo) GetHash() string
- func (o *GitCommitInfo) GetHashOk() (*string, bool)
- func (o *GitCommitInfo) GetMessage() string
- func (o *GitCommitInfo) GetMessageOk() (*string, bool)
- func (o *GitCommitInfo) GetTimestamp() string
- func (o *GitCommitInfo) GetTimestampOk() (*string, bool)
- func (o GitCommitInfo) MarshalJSON() ([]byte, error)
- func (o *GitCommitInfo) SetAuthor(v string)
- func (o *GitCommitInfo) SetEmail(v string)
- func (o *GitCommitInfo) SetHash(v string)
- func (o *GitCommitInfo) SetMessage(v string)
- func (o *GitCommitInfo) SetTimestamp(v string)
- func (o GitCommitInfo) ToMap() (map[string]interface{}, error)
- func (o *GitCommitInfo) UnmarshalJSON(data []byte) (err error)
- type GitCommitRequest
- func (o *GitCommitRequest) GetAuthor() string
- func (o *GitCommitRequest) GetAuthorOk() (*string, bool)
- func (o *GitCommitRequest) GetEmail() string
- func (o *GitCommitRequest) GetEmailOk() (*string, bool)
- func (o *GitCommitRequest) GetMessage() string
- func (o *GitCommitRequest) GetMessageOk() (*string, bool)
- func (o *GitCommitRequest) GetPath() string
- func (o *GitCommitRequest) GetPathOk() (*string, bool)
- func (o GitCommitRequest) MarshalJSON() ([]byte, error)
- func (o *GitCommitRequest) SetAuthor(v string)
- func (o *GitCommitRequest) SetEmail(v string)
- func (o *GitCommitRequest) SetMessage(v string)
- func (o *GitCommitRequest) SetPath(v string)
- func (o GitCommitRequest) ToMap() (map[string]interface{}, error)
- func (o *GitCommitRequest) UnmarshalJSON(data []byte) (err error)
- type GitCommitResponse
- func (o *GitCommitResponse) GetHash() string
- func (o *GitCommitResponse) GetHashOk() (*string, bool)
- func (o GitCommitResponse) MarshalJSON() ([]byte, error)
- func (o *GitCommitResponse) SetHash(v string)
- func (o GitCommitResponse) ToMap() (map[string]interface{}, error)
- func (o *GitCommitResponse) UnmarshalJSON(data []byte) (err error)
- type GitNamespace
- func (o *GitNamespace) GetId() string
- func (o *GitNamespace) GetIdOk() (*string, bool)
- func (o *GitNamespace) GetName() string
- func (o *GitNamespace) GetNameOk() (*string, bool)
- func (o GitNamespace) MarshalJSON() ([]byte, error)
- func (o *GitNamespace) SetId(v string)
- func (o *GitNamespace) SetName(v string)
- func (o GitNamespace) ToMap() (map[string]interface{}, error)
- func (o *GitNamespace) UnmarshalJSON(data []byte) (err error)
- type GitProvider
- func (o *GitProvider) GetAlias() string
- func (o *GitProvider) GetAliasOk() (*string, bool)
- func (o *GitProvider) GetBaseApiUrl() string
- func (o *GitProvider) GetBaseApiUrlOk() (*string, bool)
- func (o *GitProvider) GetId() string
- func (o *GitProvider) GetIdOk() (*string, bool)
- func (o *GitProvider) GetProviderId() string
- func (o *GitProvider) GetProviderIdOk() (*string, bool)
- func (o *GitProvider) GetSigningKey() string
- func (o *GitProvider) GetSigningKeyOk() (*string, bool)
- func (o *GitProvider) GetSigningMethod() SigningMethod
- func (o *GitProvider) GetSigningMethodOk() (*SigningMethod, bool)
- func (o *GitProvider) GetToken() string
- func (o *GitProvider) GetTokenOk() (*string, bool)
- func (o *GitProvider) GetUsername() string
- func (o *GitProvider) GetUsernameOk() (*string, bool)
- func (o *GitProvider) HasBaseApiUrl() bool
- func (o *GitProvider) HasSigningKey() bool
- func (o *GitProvider) HasSigningMethod() bool
- func (o GitProvider) MarshalJSON() ([]byte, error)
- func (o *GitProvider) SetAlias(v string)
- func (o *GitProvider) SetBaseApiUrl(v string)
- func (o *GitProvider) SetId(v string)
- func (o *GitProvider) SetProviderId(v string)
- func (o *GitProvider) SetSigningKey(v string)
- func (o *GitProvider) SetSigningMethod(v SigningMethod)
- func (o *GitProvider) SetToken(v string)
- func (o *GitProvider) SetUsername(v string)
- func (o GitProvider) ToMap() (map[string]interface{}, error)
- func (o *GitProvider) UnmarshalJSON(data []byte) (err error)
- type GitProviderAPIService
- func (a *GitProviderAPIService) GetGitContext(ctx context.Context) ApiGetGitContextRequest
- func (a *GitProviderAPIService) GetGitContextExecute(r ApiGetGitContextRequest) (*GitRepository, *http.Response, error)
- func (a *GitProviderAPIService) GetGitProvider(ctx context.Context, gitProviderId string) ApiGetGitProviderRequest
- func (a *GitProviderAPIService) GetGitProviderExecute(r ApiGetGitProviderRequest) (*GitProvider, *http.Response, error)
- func (a *GitProviderAPIService) GetGitProviderIdForUrl(ctx context.Context, url string) ApiGetGitProviderIdForUrlRequest
- func (a *GitProviderAPIService) GetGitProviderIdForUrlExecute(r ApiGetGitProviderIdForUrlRequest) (string, *http.Response, error)
- func (a *GitProviderAPIService) GetGitUser(ctx context.Context, gitProviderId string) ApiGetGitUserRequest
- func (a *GitProviderAPIService) GetGitUserExecute(r ApiGetGitUserRequest) (*GitUser, *http.Response, error)
- func (a *GitProviderAPIService) GetNamespaces(ctx context.Context, gitProviderId string) ApiGetNamespacesRequest
- func (a *GitProviderAPIService) GetNamespacesExecute(r ApiGetNamespacesRequest) ([]GitNamespace, *http.Response, error)
- func (a *GitProviderAPIService) GetRepoBranches(ctx context.Context, gitProviderId string, namespaceId string, ...) ApiGetRepoBranchesRequest
- func (a *GitProviderAPIService) GetRepoBranchesExecute(r ApiGetRepoBranchesRequest) ([]GitBranch, *http.Response, error)
- func (a *GitProviderAPIService) GetRepoPRs(ctx context.Context, gitProviderId string, namespaceId string, ...) ApiGetRepoPRsRequest
- func (a *GitProviderAPIService) GetRepoPRsExecute(r ApiGetRepoPRsRequest) ([]GitPullRequest, *http.Response, error)
- func (a *GitProviderAPIService) GetRepositories(ctx context.Context, gitProviderId string, namespaceId string) ApiGetRepositoriesRequest
- func (a *GitProviderAPIService) GetRepositoriesExecute(r ApiGetRepositoriesRequest) ([]GitRepository, *http.Response, error)
- func (a *GitProviderAPIService) GetUrlFromRepository(ctx context.Context) ApiGetUrlFromRepositoryRequest
- func (a *GitProviderAPIService) GetUrlFromRepositoryExecute(r ApiGetUrlFromRepositoryRequest) (*RepositoryUrl, *http.Response, error)
- func (a *GitProviderAPIService) ListGitProviders(ctx context.Context) ApiListGitProvidersRequest
- func (a *GitProviderAPIService) ListGitProvidersExecute(r ApiListGitProvidersRequest) ([]GitProvider, *http.Response, error)
- func (a *GitProviderAPIService) ListGitProvidersForUrl(ctx context.Context, url string) ApiListGitProvidersForUrlRequest
- func (a *GitProviderAPIService) ListGitProvidersForUrlExecute(r ApiListGitProvidersForUrlRequest) ([]GitProvider, *http.Response, error)
- func (a *GitProviderAPIService) RemoveGitProvider(ctx context.Context, gitProviderId string) ApiRemoveGitProviderRequest
- func (a *GitProviderAPIService) RemoveGitProviderExecute(r ApiRemoveGitProviderRequest) (*http.Response, error)
- func (a *GitProviderAPIService) SetGitProvider(ctx context.Context) ApiSetGitProviderRequest
- func (a *GitProviderAPIService) SetGitProviderExecute(r ApiSetGitProviderRequest) (*http.Response, error)
- type GitPullRequest
- func (o *GitPullRequest) GetBranch() string
- func (o *GitPullRequest) GetBranchOk() (*string, bool)
- func (o *GitPullRequest) GetName() string
- func (o *GitPullRequest) GetNameOk() (*string, bool)
- func (o *GitPullRequest) GetSha() string
- func (o *GitPullRequest) GetShaOk() (*string, bool)
- func (o *GitPullRequest) GetSourceRepoId() string
- func (o *GitPullRequest) GetSourceRepoIdOk() (*string, bool)
- func (o *GitPullRequest) GetSourceRepoName() string
- func (o *GitPullRequest) GetSourceRepoNameOk() (*string, bool)
- func (o *GitPullRequest) GetSourceRepoOwner() string
- func (o *GitPullRequest) GetSourceRepoOwnerOk() (*string, bool)
- func (o *GitPullRequest) GetSourceRepoUrl() string
- func (o *GitPullRequest) GetSourceRepoUrlOk() (*string, bool)
- func (o GitPullRequest) MarshalJSON() ([]byte, error)
- func (o *GitPullRequest) SetBranch(v string)
- func (o *GitPullRequest) SetName(v string)
- func (o *GitPullRequest) SetSha(v string)
- func (o *GitPullRequest) SetSourceRepoId(v string)
- func (o *GitPullRequest) SetSourceRepoName(v string)
- func (o *GitPullRequest) SetSourceRepoOwner(v string)
- func (o *GitPullRequest) SetSourceRepoUrl(v string)
- func (o GitPullRequest) ToMap() (map[string]interface{}, error)
- func (o *GitPullRequest) UnmarshalJSON(data []byte) (err error)
- type GitRepoRequest
- func (o *GitRepoRequest) GetPassword() string
- func (o *GitRepoRequest) GetPasswordOk() (*string, bool)
- func (o *GitRepoRequest) GetPath() string
- func (o *GitRepoRequest) GetPathOk() (*string, bool)
- func (o *GitRepoRequest) GetUsername() string
- func (o *GitRepoRequest) GetUsernameOk() (*string, bool)
- func (o *GitRepoRequest) HasPassword() bool
- func (o *GitRepoRequest) HasUsername() bool
- func (o GitRepoRequest) MarshalJSON() ([]byte, error)
- func (o *GitRepoRequest) SetPassword(v string)
- func (o *GitRepoRequest) SetPath(v string)
- func (o *GitRepoRequest) SetUsername(v string)
- func (o GitRepoRequest) ToMap() (map[string]interface{}, error)
- func (o *GitRepoRequest) UnmarshalJSON(data []byte) (err error)
- type GitRepository
- func (o *GitRepository) GetBranch() string
- func (o *GitRepository) GetBranchOk() (*string, bool)
- func (o *GitRepository) GetCloneTarget() CloneTarget
- func (o *GitRepository) GetCloneTargetOk() (*CloneTarget, bool)
- func (o *GitRepository) GetId() string
- func (o *GitRepository) GetIdOk() (*string, bool)
- func (o *GitRepository) GetName() string
- func (o *GitRepository) GetNameOk() (*string, bool)
- func (o *GitRepository) GetOwner() string
- func (o *GitRepository) GetOwnerOk() (*string, bool)
- func (o *GitRepository) GetPath() string
- func (o *GitRepository) GetPathOk() (*string, bool)
- func (o *GitRepository) GetPrNumber() int32
- func (o *GitRepository) GetPrNumberOk() (*int32, bool)
- func (o *GitRepository) GetSha() string
- func (o *GitRepository) GetShaOk() (*string, bool)
- func (o *GitRepository) GetSource() string
- func (o *GitRepository) GetSourceOk() (*string, bool)
- func (o *GitRepository) GetUrl() string
- func (o *GitRepository) GetUrlOk() (*string, bool)
- func (o *GitRepository) HasCloneTarget() bool
- func (o *GitRepository) HasPath() bool
- func (o *GitRepository) HasPrNumber() bool
- func (o GitRepository) MarshalJSON() ([]byte, error)
- func (o *GitRepository) SetBranch(v string)
- func (o *GitRepository) SetCloneTarget(v CloneTarget)
- func (o *GitRepository) SetId(v string)
- func (o *GitRepository) SetName(v string)
- func (o *GitRepository) SetOwner(v string)
- func (o *GitRepository) SetPath(v string)
- func (o *GitRepository) SetPrNumber(v int32)
- func (o *GitRepository) SetSha(v string)
- func (o *GitRepository) SetSource(v string)
- func (o *GitRepository) SetUrl(v string)
- func (o GitRepository) ToMap() (map[string]interface{}, error)
- func (o *GitRepository) UnmarshalJSON(data []byte) (err error)
- type GitStatus
- func (o *GitStatus) GetAhead() int32
- func (o *GitStatus) GetAheadOk() (*int32, bool)
- func (o *GitStatus) GetBehind() int32
- func (o *GitStatus) GetBehindOk() (*int32, bool)
- func (o *GitStatus) GetBranchPublished() bool
- func (o *GitStatus) GetBranchPublishedOk() (*bool, bool)
- func (o *GitStatus) GetCurrentBranch() string
- func (o *GitStatus) GetCurrentBranchOk() (*string, bool)
- func (o *GitStatus) GetFileStatus() []FileStatus
- func (o *GitStatus) GetFileStatusOk() ([]FileStatus, bool)
- func (o *GitStatus) HasAhead() bool
- func (o *GitStatus) HasBehind() bool
- func (o *GitStatus) HasBranchPublished() bool
- func (o GitStatus) MarshalJSON() ([]byte, error)
- func (o *GitStatus) SetAhead(v int32)
- func (o *GitStatus) SetBehind(v int32)
- func (o *GitStatus) SetBranchPublished(v bool)
- func (o *GitStatus) SetCurrentBranch(v string)
- func (o *GitStatus) SetFileStatus(v []FileStatus)
- func (o GitStatus) ToMap() (map[string]interface{}, error)
- func (o *GitStatus) UnmarshalJSON(data []byte) (err error)
- type GitUser
- func (o *GitUser) GetEmail() string
- func (o *GitUser) GetEmailOk() (*string, bool)
- func (o *GitUser) GetId() string
- func (o *GitUser) GetIdOk() (*string, bool)
- func (o *GitUser) GetName() string
- func (o *GitUser) GetNameOk() (*string, bool)
- func (o *GitUser) GetUsername() string
- func (o *GitUser) GetUsernameOk() (*string, bool)
- func (o GitUser) MarshalJSON() ([]byte, error)
- func (o *GitUser) SetEmail(v string)
- func (o *GitUser) SetId(v string)
- func (o *GitUser) SetName(v string)
- func (o *GitUser) SetUsername(v string)
- func (o GitUser) ToMap() (map[string]interface{}, error)
- func (o *GitUser) UnmarshalJSON(data []byte) (err error)
- type InstallProviderRequest
- func (o *InstallProviderRequest) GetDownloadUrls() map[string]string
- func (o *InstallProviderRequest) GetDownloadUrlsOk() (*map[string]string, bool)
- func (o *InstallProviderRequest) GetName() string
- func (o *InstallProviderRequest) GetNameOk() (*string, bool)
- func (o InstallProviderRequest) MarshalJSON() ([]byte, error)
- func (o *InstallProviderRequest) SetDownloadUrls(v map[string]string)
- func (o *InstallProviderRequest) SetName(v string)
- func (o InstallProviderRequest) ToMap() (map[string]interface{}, error)
- func (o *InstallProviderRequest) UnmarshalJSON(data []byte) (err error)
- type ListBranchResponse
- func (o *ListBranchResponse) GetBranches() []string
- func (o *ListBranchResponse) GetBranchesOk() ([]string, bool)
- func (o ListBranchResponse) MarshalJSON() ([]byte, error)
- func (o *ListBranchResponse) SetBranches(v []string)
- func (o ListBranchResponse) ToMap() (map[string]interface{}, error)
- func (o *ListBranchResponse) UnmarshalJSON(data []byte) (err error)
- type LogFileConfig
- func (o *LogFileConfig) GetCompress() bool
- func (o *LogFileConfig) GetCompressOk() (*bool, bool)
- func (o *LogFileConfig) GetLocalTime() bool
- func (o *LogFileConfig) GetLocalTimeOk() (*bool, bool)
- func (o *LogFileConfig) GetMaxAge() int32
- func (o *LogFileConfig) GetMaxAgeOk() (*int32, bool)
- func (o *LogFileConfig) GetMaxBackups() int32
- func (o *LogFileConfig) GetMaxBackupsOk() (*int32, bool)
- func (o *LogFileConfig) GetMaxSize() int32
- func (o *LogFileConfig) GetMaxSizeOk() (*int32, bool)
- func (o *LogFileConfig) GetPath() string
- func (o *LogFileConfig) GetPathOk() (*string, bool)
- func (o *LogFileConfig) HasCompress() bool
- func (o *LogFileConfig) HasLocalTime() bool
- func (o LogFileConfig) MarshalJSON() ([]byte, error)
- func (o *LogFileConfig) SetCompress(v bool)
- func (o *LogFileConfig) SetLocalTime(v bool)
- func (o *LogFileConfig) SetMaxAge(v int32)
- func (o *LogFileConfig) SetMaxBackups(v int32)
- func (o *LogFileConfig) SetMaxSize(v int32)
- func (o *LogFileConfig) SetPath(v string)
- func (o LogFileConfig) ToMap() (map[string]interface{}, error)
- func (o *LogFileConfig) UnmarshalJSON(data []byte) (err error)
- type LspCompletionParams
- func (o *LspCompletionParams) GetContext() CompletionContext
- func (o *LspCompletionParams) GetContextOk() (*CompletionContext, bool)
- func (o *LspCompletionParams) GetLanguageId() string
- func (o *LspCompletionParams) GetLanguageIdOk() (*string, bool)
- func (o *LspCompletionParams) GetPathToProject() string
- func (o *LspCompletionParams) GetPathToProjectOk() (*string, bool)
- func (o *LspCompletionParams) GetPosition() Position
- func (o *LspCompletionParams) GetPositionOk() (*Position, bool)
- func (o *LspCompletionParams) GetUri() string
- func (o *LspCompletionParams) GetUriOk() (*string, bool)
- func (o *LspCompletionParams) HasContext() bool
- func (o LspCompletionParams) MarshalJSON() ([]byte, error)
- func (o *LspCompletionParams) SetContext(v CompletionContext)
- func (o *LspCompletionParams) SetLanguageId(v string)
- func (o *LspCompletionParams) SetPathToProject(v string)
- func (o *LspCompletionParams) SetPosition(v Position)
- func (o *LspCompletionParams) SetUri(v string)
- func (o LspCompletionParams) ToMap() (map[string]interface{}, error)
- func (o *LspCompletionParams) UnmarshalJSON(data []byte) (err error)
- type LspDocumentRequest
- func (o *LspDocumentRequest) GetLanguageId() string
- func (o *LspDocumentRequest) GetLanguageIdOk() (*string, bool)
- func (o *LspDocumentRequest) GetPathToProject() string
- func (o *LspDocumentRequest) GetPathToProjectOk() (*string, bool)
- func (o *LspDocumentRequest) GetUri() string
- func (o *LspDocumentRequest) GetUriOk() (*string, bool)
- func (o LspDocumentRequest) MarshalJSON() ([]byte, error)
- func (o *LspDocumentRequest) SetLanguageId(v string)
- func (o *LspDocumentRequest) SetPathToProject(v string)
- func (o *LspDocumentRequest) SetUri(v string)
- func (o LspDocumentRequest) ToMap() (map[string]interface{}, error)
- func (o *LspDocumentRequest) UnmarshalJSON(data []byte) (err error)
- type LspLocation
- func (o *LspLocation) GetRange() LspRange
- func (o *LspLocation) GetRangeOk() (*LspRange, bool)
- func (o *LspLocation) GetUri() string
- func (o *LspLocation) GetUriOk() (*string, bool)
- func (o LspLocation) MarshalJSON() ([]byte, error)
- func (o *LspLocation) SetRange(v LspRange)
- func (o *LspLocation) SetUri(v string)
- func (o LspLocation) ToMap() (map[string]interface{}, error)
- func (o *LspLocation) UnmarshalJSON(data []byte) (err error)
- type LspPosition
- func (o *LspPosition) GetCharacter() int32
- func (o *LspPosition) GetCharacterOk() (*int32, bool)
- func (o *LspPosition) GetLine() int32
- func (o *LspPosition) GetLineOk() (*int32, bool)
- func (o LspPosition) MarshalJSON() ([]byte, error)
- func (o *LspPosition) SetCharacter(v int32)
- func (o *LspPosition) SetLine(v int32)
- func (o LspPosition) ToMap() (map[string]interface{}, error)
- func (o *LspPosition) UnmarshalJSON(data []byte) (err error)
- type LspRange
- func (o *LspRange) GetEnd() LspPosition
- func (o *LspRange) GetEndOk() (*LspPosition, bool)
- func (o *LspRange) GetStart() LspPosition
- func (o *LspRange) GetStartOk() (*LspPosition, bool)
- func (o LspRange) MarshalJSON() ([]byte, error)
- func (o *LspRange) SetEnd(v LspPosition)
- func (o *LspRange) SetStart(v LspPosition)
- func (o LspRange) ToMap() (map[string]interface{}, error)
- func (o *LspRange) UnmarshalJSON(data []byte) (err error)
- type LspServerRequest
- func (o *LspServerRequest) GetLanguageId() string
- func (o *LspServerRequest) GetLanguageIdOk() (*string, bool)
- func (o *LspServerRequest) GetPathToProject() string
- func (o *LspServerRequest) GetPathToProjectOk() (*string, bool)
- func (o LspServerRequest) MarshalJSON() ([]byte, error)
- func (o *LspServerRequest) SetLanguageId(v string)
- func (o *LspServerRequest) SetPathToProject(v string)
- func (o LspServerRequest) ToMap() (map[string]interface{}, error)
- func (o *LspServerRequest) UnmarshalJSON(data []byte) (err error)
- type LspSymbol
- func (o *LspSymbol) GetKind() int32
- func (o *LspSymbol) GetKindOk() (*int32, bool)
- func (o *LspSymbol) GetLocation() LspLocation
- func (o *LspSymbol) GetLocationOk() (*LspLocation, bool)
- func (o *LspSymbol) GetName() string
- func (o *LspSymbol) GetNameOk() (*string, bool)
- func (o LspSymbol) MarshalJSON() ([]byte, error)
- func (o *LspSymbol) SetKind(v int32)
- func (o *LspSymbol) SetLocation(v LspLocation)
- func (o *LspSymbol) SetName(v string)
- func (o LspSymbol) ToMap() (map[string]interface{}, error)
- func (o *LspSymbol) UnmarshalJSON(data []byte) (err error)
- type MappedNullable
- type Match
- func (o *Match) GetContent() string
- func (o *Match) GetContentOk() (*string, bool)
- func (o *Match) GetFile() string
- func (o *Match) GetFileOk() (*string, bool)
- func (o *Match) GetLine() int32
- func (o *Match) GetLineOk() (*int32, bool)
- func (o Match) MarshalJSON() ([]byte, error)
- func (o *Match) SetContent(v string)
- func (o *Match) SetFile(v string)
- func (o *Match) SetLine(v int32)
- func (o Match) ToMap() (map[string]interface{}, error)
- func (o *Match) UnmarshalJSON(data []byte) (err error)
- type NetworkKey
- type NullableApiKey
- type NullableApikeyApiKeyType
- func (v NullableApikeyApiKeyType) Get() *ApikeyApiKeyType
- func (v NullableApikeyApiKeyType) IsSet() bool
- func (v NullableApikeyApiKeyType) MarshalJSON() ([]byte, error)
- func (v *NullableApikeyApiKeyType) Set(val *ApikeyApiKeyType)
- func (v *NullableApikeyApiKeyType) UnmarshalJSON(src []byte) error
- func (v *NullableApikeyApiKeyType) Unset()
- type NullableBool
- type NullableBuild
- type NullableBuildBuildState
- func (v NullableBuildBuildState) Get() *BuildBuildState
- func (v NullableBuildBuildState) IsSet() bool
- func (v NullableBuildBuildState) MarshalJSON() ([]byte, error)
- func (v *NullableBuildBuildState) Set(val *BuildBuildState)
- func (v *NullableBuildBuildState) UnmarshalJSON(src []byte) error
- func (v *NullableBuildBuildState) Unset()
- type NullableBuildConfig
- func (v NullableBuildConfig) Get() *BuildConfig
- func (v NullableBuildConfig) IsSet() bool
- func (v NullableBuildConfig) MarshalJSON() ([]byte, error)
- func (v *NullableBuildConfig) Set(val *BuildConfig)
- func (v *NullableBuildConfig) UnmarshalJSON(src []byte) error
- func (v *NullableBuildConfig) Unset()
- type NullableCachedBuild
- func (v NullableCachedBuild) Get() *CachedBuild
- func (v NullableCachedBuild) IsSet() bool
- func (v NullableCachedBuild) MarshalJSON() ([]byte, error)
- func (v *NullableCachedBuild) Set(val *CachedBuild)
- func (v *NullableCachedBuild) UnmarshalJSON(src []byte) error
- func (v *NullableCachedBuild) Unset()
- type NullableCloneTarget
- func (v NullableCloneTarget) Get() *CloneTarget
- func (v NullableCloneTarget) IsSet() bool
- func (v NullableCloneTarget) MarshalJSON() ([]byte, error)
- func (v *NullableCloneTarget) Set(val *CloneTarget)
- func (v *NullableCloneTarget) UnmarshalJSON(src []byte) error
- func (v *NullableCloneTarget) Unset()
- type NullableCompletionContext
- func (v NullableCompletionContext) Get() *CompletionContext
- func (v NullableCompletionContext) IsSet() bool
- func (v NullableCompletionContext) MarshalJSON() ([]byte, error)
- func (v *NullableCompletionContext) Set(val *CompletionContext)
- func (v *NullableCompletionContext) UnmarshalJSON(src []byte) error
- func (v *NullableCompletionContext) Unset()
- type NullableCompletionItem
- func (v NullableCompletionItem) Get() *CompletionItem
- func (v NullableCompletionItem) IsSet() bool
- func (v NullableCompletionItem) MarshalJSON() ([]byte, error)
- func (v *NullableCompletionItem) Set(val *CompletionItem)
- func (v *NullableCompletionItem) UnmarshalJSON(src []byte) error
- func (v *NullableCompletionItem) Unset()
- type NullableCompletionList
- func (v NullableCompletionList) Get() *CompletionList
- func (v NullableCompletionList) IsSet() bool
- func (v NullableCompletionList) MarshalJSON() ([]byte, error)
- func (v *NullableCompletionList) Set(val *CompletionList)
- func (v *NullableCompletionList) UnmarshalJSON(src []byte) error
- func (v *NullableCompletionList) Unset()
- type NullableContainerConfig
- func (v NullableContainerConfig) Get() *ContainerConfig
- func (v NullableContainerConfig) IsSet() bool
- func (v NullableContainerConfig) MarshalJSON() ([]byte, error)
- func (v *NullableContainerConfig) Set(val *ContainerConfig)
- func (v *NullableContainerConfig) UnmarshalJSON(src []byte) error
- func (v *NullableContainerConfig) Unset()
- type NullableContainerRegistry
- func (v NullableContainerRegistry) Get() *ContainerRegistry
- func (v NullableContainerRegistry) IsSet() bool
- func (v NullableContainerRegistry) MarshalJSON() ([]byte, error)
- func (v *NullableContainerRegistry) Set(val *ContainerRegistry)
- func (v *NullableContainerRegistry) UnmarshalJSON(src []byte) error
- func (v *NullableContainerRegistry) Unset()
- type NullableCreateBuildDTO
- func (v NullableCreateBuildDTO) Get() *CreateBuildDTO
- func (v NullableCreateBuildDTO) IsSet() bool
- func (v NullableCreateBuildDTO) MarshalJSON() ([]byte, error)
- func (v *NullableCreateBuildDTO) Set(val *CreateBuildDTO)
- func (v *NullableCreateBuildDTO) UnmarshalJSON(src []byte) error
- func (v *NullableCreateBuildDTO) Unset()
- type NullableCreatePrebuildDTO
- func (v NullableCreatePrebuildDTO) Get() *CreatePrebuildDTO
- func (v NullableCreatePrebuildDTO) IsSet() bool
- func (v NullableCreatePrebuildDTO) MarshalJSON() ([]byte, error)
- func (v *NullableCreatePrebuildDTO) Set(val *CreatePrebuildDTO)
- func (v *NullableCreatePrebuildDTO) UnmarshalJSON(src []byte) error
- func (v *NullableCreatePrebuildDTO) Unset()
- type NullableCreateProjectConfigDTO
- func (v NullableCreateProjectConfigDTO) Get() *CreateProjectConfigDTO
- func (v NullableCreateProjectConfigDTO) IsSet() bool
- func (v NullableCreateProjectConfigDTO) MarshalJSON() ([]byte, error)
- func (v *NullableCreateProjectConfigDTO) Set(val *CreateProjectConfigDTO)
- func (v *NullableCreateProjectConfigDTO) UnmarshalJSON(src []byte) error
- func (v *NullableCreateProjectConfigDTO) Unset()
- type NullableCreateProjectDTO
- func (v NullableCreateProjectDTO) Get() *CreateProjectDTO
- func (v NullableCreateProjectDTO) IsSet() bool
- func (v NullableCreateProjectDTO) MarshalJSON() ([]byte, error)
- func (v *NullableCreateProjectDTO) Set(val *CreateProjectDTO)
- func (v *NullableCreateProjectDTO) UnmarshalJSON(src []byte) error
- func (v *NullableCreateProjectDTO) Unset()
- type NullableCreateProjectSourceDTO
- func (v NullableCreateProjectSourceDTO) Get() *CreateProjectSourceDTO
- func (v NullableCreateProjectSourceDTO) IsSet() bool
- func (v NullableCreateProjectSourceDTO) MarshalJSON() ([]byte, error)
- func (v *NullableCreateProjectSourceDTO) Set(val *CreateProjectSourceDTO)
- func (v *NullableCreateProjectSourceDTO) UnmarshalJSON(src []byte) error
- func (v *NullableCreateProjectSourceDTO) Unset()
- type NullableCreateProviderTargetDTO
- func (v NullableCreateProviderTargetDTO) Get() *CreateProviderTargetDTO
- func (v NullableCreateProviderTargetDTO) IsSet() bool
- func (v NullableCreateProviderTargetDTO) MarshalJSON() ([]byte, error)
- func (v *NullableCreateProviderTargetDTO) Set(val *CreateProviderTargetDTO)
- func (v *NullableCreateProviderTargetDTO) UnmarshalJSON(src []byte) error
- func (v *NullableCreateProviderTargetDTO) Unset()
- type NullableCreateWorkspaceDTO
- func (v NullableCreateWorkspaceDTO) Get() *CreateWorkspaceDTO
- func (v NullableCreateWorkspaceDTO) IsSet() bool
- func (v NullableCreateWorkspaceDTO) MarshalJSON() ([]byte, error)
- func (v *NullableCreateWorkspaceDTO) Set(val *CreateWorkspaceDTO)
- func (v *NullableCreateWorkspaceDTO) UnmarshalJSON(src []byte) error
- func (v *NullableCreateWorkspaceDTO) Unset()
- type NullableDevcontainerConfig
- func (v NullableDevcontainerConfig) Get() *DevcontainerConfig
- func (v NullableDevcontainerConfig) IsSet() bool
- func (v NullableDevcontainerConfig) MarshalJSON() ([]byte, error)
- func (v *NullableDevcontainerConfig) Set(val *DevcontainerConfig)
- func (v *NullableDevcontainerConfig) UnmarshalJSON(src []byte) error
- func (v *NullableDevcontainerConfig) Unset()
- type NullableExecuteRequest
- func (v NullableExecuteRequest) Get() *ExecuteRequest
- func (v NullableExecuteRequest) IsSet() bool
- func (v NullableExecuteRequest) MarshalJSON() ([]byte, error)
- func (v *NullableExecuteRequest) Set(val *ExecuteRequest)
- func (v *NullableExecuteRequest) UnmarshalJSON(src []byte) error
- func (v *NullableExecuteRequest) Unset()
- type NullableExecuteResponse
- func (v NullableExecuteResponse) Get() *ExecuteResponse
- func (v NullableExecuteResponse) IsSet() bool
- func (v NullableExecuteResponse) MarshalJSON() ([]byte, error)
- func (v *NullableExecuteResponse) Set(val *ExecuteResponse)
- func (v *NullableExecuteResponse) UnmarshalJSON(src []byte) error
- func (v *NullableExecuteResponse) Unset()
- type NullableFRPSConfig
- type NullableFileInfo
- type NullableFileStatus
- type NullableFloat32
- type NullableFloat64
- type NullableGetRepositoryContext
- func (v NullableGetRepositoryContext) Get() *GetRepositoryContext
- func (v NullableGetRepositoryContext) IsSet() bool
- func (v NullableGetRepositoryContext) MarshalJSON() ([]byte, error)
- func (v *NullableGetRepositoryContext) Set(val *GetRepositoryContext)
- func (v *NullableGetRepositoryContext) UnmarshalJSON(src []byte) error
- func (v *NullableGetRepositoryContext) Unset()
- type NullableGitAddRequest
- func (v NullableGitAddRequest) Get() *GitAddRequest
- func (v NullableGitAddRequest) IsSet() bool
- func (v NullableGitAddRequest) MarshalJSON() ([]byte, error)
- func (v *NullableGitAddRequest) Set(val *GitAddRequest)
- func (v *NullableGitAddRequest) UnmarshalJSON(src []byte) error
- func (v *NullableGitAddRequest) Unset()
- type NullableGitBranch
- type NullableGitBranchRequest
- func (v NullableGitBranchRequest) Get() *GitBranchRequest
- func (v NullableGitBranchRequest) IsSet() bool
- func (v NullableGitBranchRequest) MarshalJSON() ([]byte, error)
- func (v *NullableGitBranchRequest) Set(val *GitBranchRequest)
- func (v *NullableGitBranchRequest) UnmarshalJSON(src []byte) error
- func (v *NullableGitBranchRequest) Unset()
- type NullableGitCloneRequest
- func (v NullableGitCloneRequest) Get() *GitCloneRequest
- func (v NullableGitCloneRequest) IsSet() bool
- func (v NullableGitCloneRequest) MarshalJSON() ([]byte, error)
- func (v *NullableGitCloneRequest) Set(val *GitCloneRequest)
- func (v *NullableGitCloneRequest) UnmarshalJSON(src []byte) error
- func (v *NullableGitCloneRequest) Unset()
- type NullableGitCommitInfo
- func (v NullableGitCommitInfo) Get() *GitCommitInfo
- func (v NullableGitCommitInfo) IsSet() bool
- func (v NullableGitCommitInfo) MarshalJSON() ([]byte, error)
- func (v *NullableGitCommitInfo) Set(val *GitCommitInfo)
- func (v *NullableGitCommitInfo) UnmarshalJSON(src []byte) error
- func (v *NullableGitCommitInfo) Unset()
- type NullableGitCommitRequest
- func (v NullableGitCommitRequest) Get() *GitCommitRequest
- func (v NullableGitCommitRequest) IsSet() bool
- func (v NullableGitCommitRequest) MarshalJSON() ([]byte, error)
- func (v *NullableGitCommitRequest) Set(val *GitCommitRequest)
- func (v *NullableGitCommitRequest) UnmarshalJSON(src []byte) error
- func (v *NullableGitCommitRequest) Unset()
- type NullableGitCommitResponse
- func (v NullableGitCommitResponse) Get() *GitCommitResponse
- func (v NullableGitCommitResponse) IsSet() bool
- func (v NullableGitCommitResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGitCommitResponse) Set(val *GitCommitResponse)
- func (v *NullableGitCommitResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGitCommitResponse) Unset()
- type NullableGitNamespace
- func (v NullableGitNamespace) Get() *GitNamespace
- func (v NullableGitNamespace) IsSet() bool
- func (v NullableGitNamespace) MarshalJSON() ([]byte, error)
- func (v *NullableGitNamespace) Set(val *GitNamespace)
- func (v *NullableGitNamespace) UnmarshalJSON(src []byte) error
- func (v *NullableGitNamespace) Unset()
- type NullableGitProvider
- func (v NullableGitProvider) Get() *GitProvider
- func (v NullableGitProvider) IsSet() bool
- func (v NullableGitProvider) MarshalJSON() ([]byte, error)
- func (v *NullableGitProvider) Set(val *GitProvider)
- func (v *NullableGitProvider) UnmarshalJSON(src []byte) error
- func (v *NullableGitProvider) Unset()
- type NullableGitPullRequest
- func (v NullableGitPullRequest) Get() *GitPullRequest
- func (v NullableGitPullRequest) IsSet() bool
- func (v NullableGitPullRequest) MarshalJSON() ([]byte, error)
- func (v *NullableGitPullRequest) Set(val *GitPullRequest)
- func (v *NullableGitPullRequest) UnmarshalJSON(src []byte) error
- func (v *NullableGitPullRequest) Unset()
- type NullableGitRepoRequest
- func (v NullableGitRepoRequest) Get() *GitRepoRequest
- func (v NullableGitRepoRequest) IsSet() bool
- func (v NullableGitRepoRequest) MarshalJSON() ([]byte, error)
- func (v *NullableGitRepoRequest) Set(val *GitRepoRequest)
- func (v *NullableGitRepoRequest) UnmarshalJSON(src []byte) error
- func (v *NullableGitRepoRequest) Unset()
- type NullableGitRepository
- func (v NullableGitRepository) Get() *GitRepository
- func (v NullableGitRepository) IsSet() bool
- func (v NullableGitRepository) MarshalJSON() ([]byte, error)
- func (v *NullableGitRepository) Set(val *GitRepository)
- func (v *NullableGitRepository) UnmarshalJSON(src []byte) error
- func (v *NullableGitRepository) Unset()
- type NullableGitStatus
- type NullableGitUser
- type NullableInstallProviderRequest
- func (v NullableInstallProviderRequest) Get() *InstallProviderRequest
- func (v NullableInstallProviderRequest) IsSet() bool
- func (v NullableInstallProviderRequest) MarshalJSON() ([]byte, error)
- func (v *NullableInstallProviderRequest) Set(val *InstallProviderRequest)
- func (v *NullableInstallProviderRequest) UnmarshalJSON(src []byte) error
- func (v *NullableInstallProviderRequest) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableListBranchResponse
- func (v NullableListBranchResponse) Get() *ListBranchResponse
- func (v NullableListBranchResponse) IsSet() bool
- func (v NullableListBranchResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListBranchResponse) Set(val *ListBranchResponse)
- func (v *NullableListBranchResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListBranchResponse) Unset()
- type NullableLogFileConfig
- func (v NullableLogFileConfig) Get() *LogFileConfig
- func (v NullableLogFileConfig) IsSet() bool
- func (v NullableLogFileConfig) MarshalJSON() ([]byte, error)
- func (v *NullableLogFileConfig) Set(val *LogFileConfig)
- func (v *NullableLogFileConfig) UnmarshalJSON(src []byte) error
- func (v *NullableLogFileConfig) Unset()
- type NullableLspCompletionParams
- func (v NullableLspCompletionParams) Get() *LspCompletionParams
- func (v NullableLspCompletionParams) IsSet() bool
- func (v NullableLspCompletionParams) MarshalJSON() ([]byte, error)
- func (v *NullableLspCompletionParams) Set(val *LspCompletionParams)
- func (v *NullableLspCompletionParams) UnmarshalJSON(src []byte) error
- func (v *NullableLspCompletionParams) Unset()
- type NullableLspDocumentRequest
- func (v NullableLspDocumentRequest) Get() *LspDocumentRequest
- func (v NullableLspDocumentRequest) IsSet() bool
- func (v NullableLspDocumentRequest) MarshalJSON() ([]byte, error)
- func (v *NullableLspDocumentRequest) Set(val *LspDocumentRequest)
- func (v *NullableLspDocumentRequest) UnmarshalJSON(src []byte) error
- func (v *NullableLspDocumentRequest) Unset()
- type NullableLspLocation
- func (v NullableLspLocation) Get() *LspLocation
- func (v NullableLspLocation) IsSet() bool
- func (v NullableLspLocation) MarshalJSON() ([]byte, error)
- func (v *NullableLspLocation) Set(val *LspLocation)
- func (v *NullableLspLocation) UnmarshalJSON(src []byte) error
- func (v *NullableLspLocation) Unset()
- type NullableLspPosition
- func (v NullableLspPosition) Get() *LspPosition
- func (v NullableLspPosition) IsSet() bool
- func (v NullableLspPosition) MarshalJSON() ([]byte, error)
- func (v *NullableLspPosition) Set(val *LspPosition)
- func (v *NullableLspPosition) UnmarshalJSON(src []byte) error
- func (v *NullableLspPosition) Unset()
- type NullableLspRange
- type NullableLspServerRequest
- func (v NullableLspServerRequest) Get() *LspServerRequest
- func (v NullableLspServerRequest) IsSet() bool
- func (v NullableLspServerRequest) MarshalJSON() ([]byte, error)
- func (v *NullableLspServerRequest) Set(val *LspServerRequest)
- func (v *NullableLspServerRequest) UnmarshalJSON(src []byte) error
- func (v *NullableLspServerRequest) Unset()
- type NullableLspSymbol
- type NullableMatch
- type NullableNetworkKey
- type NullablePosition
- type NullablePrebuildConfig
- func (v NullablePrebuildConfig) Get() *PrebuildConfig
- func (v NullablePrebuildConfig) IsSet() bool
- func (v NullablePrebuildConfig) MarshalJSON() ([]byte, error)
- func (v *NullablePrebuildConfig) Set(val *PrebuildConfig)
- func (v *NullablePrebuildConfig) UnmarshalJSON(src []byte) error
- func (v *NullablePrebuildConfig) Unset()
- type NullablePrebuildDTO
- func (v NullablePrebuildDTO) Get() *PrebuildDTO
- func (v NullablePrebuildDTO) IsSet() bool
- func (v NullablePrebuildDTO) MarshalJSON() ([]byte, error)
- func (v *NullablePrebuildDTO) Set(val *PrebuildDTO)
- func (v *NullablePrebuildDTO) UnmarshalJSON(src []byte) error
- func (v *NullablePrebuildDTO) Unset()
- type NullableProfileData
- func (v NullableProfileData) Get() *ProfileData
- func (v NullableProfileData) IsSet() bool
- func (v NullableProfileData) MarshalJSON() ([]byte, error)
- func (v *NullableProfileData) Set(val *ProfileData)
- func (v *NullableProfileData) UnmarshalJSON(src []byte) error
- func (v *NullableProfileData) Unset()
- type NullableProject
- type NullableProjectConfig
- func (v NullableProjectConfig) Get() *ProjectConfig
- func (v NullableProjectConfig) IsSet() bool
- func (v NullableProjectConfig) MarshalJSON() ([]byte, error)
- func (v *NullableProjectConfig) Set(val *ProjectConfig)
- func (v *NullableProjectConfig) UnmarshalJSON(src []byte) error
- func (v *NullableProjectConfig) Unset()
- type NullableProjectDirResponse
- func (v NullableProjectDirResponse) Get() *ProjectDirResponse
- func (v NullableProjectDirResponse) IsSet() bool
- func (v NullableProjectDirResponse) MarshalJSON() ([]byte, error)
- func (v *NullableProjectDirResponse) Set(val *ProjectDirResponse)
- func (v *NullableProjectDirResponse) UnmarshalJSON(src []byte) error
- func (v *NullableProjectDirResponse) Unset()
- type NullableProjectInfo
- func (v NullableProjectInfo) Get() *ProjectInfo
- func (v NullableProjectInfo) IsSet() bool
- func (v NullableProjectInfo) MarshalJSON() ([]byte, error)
- func (v *NullableProjectInfo) Set(val *ProjectInfo)
- func (v *NullableProjectInfo) UnmarshalJSON(src []byte) error
- func (v *NullableProjectInfo) Unset()
- type NullableProjectState
- func (v NullableProjectState) Get() *ProjectState
- func (v NullableProjectState) IsSet() bool
- func (v NullableProjectState) MarshalJSON() ([]byte, error)
- func (v *NullableProjectState) Set(val *ProjectState)
- func (v *NullableProjectState) UnmarshalJSON(src []byte) error
- func (v *NullableProjectState) Unset()
- type NullableProvider
- type NullableProviderProviderInfo
- func (v NullableProviderProviderInfo) Get() *ProviderProviderInfo
- func (v NullableProviderProviderInfo) IsSet() bool
- func (v NullableProviderProviderInfo) MarshalJSON() ([]byte, error)
- func (v *NullableProviderProviderInfo) Set(val *ProviderProviderInfo)
- func (v *NullableProviderProviderInfo) UnmarshalJSON(src []byte) error
- func (v *NullableProviderProviderInfo) Unset()
- type NullableProviderProviderTargetProperty
- func (v NullableProviderProviderTargetProperty) Get() *ProviderProviderTargetProperty
- func (v NullableProviderProviderTargetProperty) IsSet() bool
- func (v NullableProviderProviderTargetProperty) MarshalJSON() ([]byte, error)
- func (v *NullableProviderProviderTargetProperty) Set(val *ProviderProviderTargetProperty)
- func (v *NullableProviderProviderTargetProperty) UnmarshalJSON(src []byte) error
- func (v *NullableProviderProviderTargetProperty) Unset()
- type NullableProviderProviderTargetPropertyType
- func (v NullableProviderProviderTargetPropertyType) Get() *ProviderProviderTargetPropertyType
- func (v NullableProviderProviderTargetPropertyType) IsSet() bool
- func (v NullableProviderProviderTargetPropertyType) MarshalJSON() ([]byte, error)
- func (v *NullableProviderProviderTargetPropertyType) Set(val *ProviderProviderTargetPropertyType)
- func (v *NullableProviderProviderTargetPropertyType) UnmarshalJSON(src []byte) error
- func (v *NullableProviderProviderTargetPropertyType) Unset()
- type NullableProviderTarget
- func (v NullableProviderTarget) Get() *ProviderTarget
- func (v NullableProviderTarget) IsSet() bool
- func (v NullableProviderTarget) MarshalJSON() ([]byte, error)
- func (v *NullableProviderTarget) Set(val *ProviderTarget)
- func (v *NullableProviderTarget) UnmarshalJSON(src []byte) error
- func (v *NullableProviderTarget) Unset()
- type NullableReplaceRequest
- func (v NullableReplaceRequest) Get() *ReplaceRequest
- func (v NullableReplaceRequest) IsSet() bool
- func (v NullableReplaceRequest) MarshalJSON() ([]byte, error)
- func (v *NullableReplaceRequest) Set(val *ReplaceRequest)
- func (v *NullableReplaceRequest) UnmarshalJSON(src []byte) error
- func (v *NullableReplaceRequest) Unset()
- type NullableReplaceResult
- func (v NullableReplaceResult) Get() *ReplaceResult
- func (v NullableReplaceResult) IsSet() bool
- func (v NullableReplaceResult) MarshalJSON() ([]byte, error)
- func (v *NullableReplaceResult) Set(val *ReplaceResult)
- func (v *NullableReplaceResult) UnmarshalJSON(src []byte) error
- func (v *NullableReplaceResult) Unset()
- type NullableRepositoryUrl
- func (v NullableRepositoryUrl) Get() *RepositoryUrl
- func (v NullableRepositoryUrl) IsSet() bool
- func (v NullableRepositoryUrl) MarshalJSON() ([]byte, error)
- func (v *NullableRepositoryUrl) Set(val *RepositoryUrl)
- func (v *NullableRepositoryUrl) UnmarshalJSON(src []byte) error
- func (v *NullableRepositoryUrl) Unset()
- type NullableSample
- type NullableSearchFilesResponse
- func (v NullableSearchFilesResponse) Get() *SearchFilesResponse
- func (v NullableSearchFilesResponse) IsSet() bool
- func (v NullableSearchFilesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableSearchFilesResponse) Set(val *SearchFilesResponse)
- func (v *NullableSearchFilesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableSearchFilesResponse) Unset()
- type NullableServerConfig
- func (v NullableServerConfig) Get() *ServerConfig
- func (v NullableServerConfig) IsSet() bool
- func (v NullableServerConfig) MarshalJSON() ([]byte, error)
- func (v *NullableServerConfig) Set(val *ServerConfig)
- func (v *NullableServerConfig) UnmarshalJSON(src []byte) error
- func (v *NullableServerConfig) Unset()
- type NullableSetGitProviderConfig
- func (v NullableSetGitProviderConfig) Get() *SetGitProviderConfig
- func (v NullableSetGitProviderConfig) IsSet() bool
- func (v NullableSetGitProviderConfig) MarshalJSON() ([]byte, error)
- func (v *NullableSetGitProviderConfig) Set(val *SetGitProviderConfig)
- func (v *NullableSetGitProviderConfig) UnmarshalJSON(src []byte) error
- func (v *NullableSetGitProviderConfig) Unset()
- type NullableSetProjectState
- func (v NullableSetProjectState) Get() *SetProjectState
- func (v NullableSetProjectState) IsSet() bool
- func (v NullableSetProjectState) MarshalJSON() ([]byte, error)
- func (v *NullableSetProjectState) Set(val *SetProjectState)
- func (v *NullableSetProjectState) UnmarshalJSON(src []byte) error
- func (v *NullableSetProjectState) Unset()
- type NullableSigningMethod
- func (v NullableSigningMethod) Get() *SigningMethod
- func (v NullableSigningMethod) IsSet() bool
- func (v NullableSigningMethod) MarshalJSON() ([]byte, error)
- func (v *NullableSigningMethod) Set(val *SigningMethod)
- func (v *NullableSigningMethod) UnmarshalJSON(src []byte) error
- func (v *NullableSigningMethod) Unset()
- type NullableStatus
- type NullableString
- type NullableTime
- type NullableWorkspace
- type NullableWorkspaceDTO
- func (v NullableWorkspaceDTO) Get() *WorkspaceDTO
- func (v NullableWorkspaceDTO) IsSet() bool
- func (v NullableWorkspaceDTO) MarshalJSON() ([]byte, error)
- func (v *NullableWorkspaceDTO) Set(val *WorkspaceDTO)
- func (v *NullableWorkspaceDTO) UnmarshalJSON(src []byte) error
- func (v *NullableWorkspaceDTO) Unset()
- type NullableWorkspaceInfo
- func (v NullableWorkspaceInfo) Get() *WorkspaceInfo
- func (v NullableWorkspaceInfo) IsSet() bool
- func (v NullableWorkspaceInfo) MarshalJSON() ([]byte, error)
- func (v *NullableWorkspaceInfo) Set(val *WorkspaceInfo)
- func (v *NullableWorkspaceInfo) UnmarshalJSON(src []byte) error
- func (v *NullableWorkspaceInfo) Unset()
- type Position
- func (o *Position) GetCharacter() int32
- func (o *Position) GetCharacterOk() (*int32, bool)
- func (o *Position) GetLine() int32
- func (o *Position) GetLineOk() (*int32, bool)
- func (o Position) MarshalJSON() ([]byte, error)
- func (o *Position) SetCharacter(v int32)
- func (o *Position) SetLine(v int32)
- func (o Position) ToMap() (map[string]interface{}, error)
- func (o *Position) UnmarshalJSON(data []byte) (err error)
- type PrebuildAPIService
- func (a *PrebuildAPIService) DeletePrebuild(ctx context.Context, configName string, prebuildId string) ApiDeletePrebuildRequest
- func (a *PrebuildAPIService) DeletePrebuildExecute(r ApiDeletePrebuildRequest) (*http.Response, error)
- func (a *PrebuildAPIService) GetPrebuild(ctx context.Context, configName string, prebuildId string) ApiGetPrebuildRequest
- func (a *PrebuildAPIService) GetPrebuildExecute(r ApiGetPrebuildRequest) (*PrebuildDTO, *http.Response, error)
- func (a *PrebuildAPIService) ListPrebuilds(ctx context.Context) ApiListPrebuildsRequest
- func (a *PrebuildAPIService) ListPrebuildsExecute(r ApiListPrebuildsRequest) ([]PrebuildDTO, *http.Response, error)
- func (a *PrebuildAPIService) ListPrebuildsForProjectConfig(ctx context.Context, configName string) ApiListPrebuildsForProjectConfigRequest
- func (a *PrebuildAPIService) ListPrebuildsForProjectConfigExecute(r ApiListPrebuildsForProjectConfigRequest) ([]PrebuildDTO, *http.Response, error)
- func (a *PrebuildAPIService) ProcessGitEvent(ctx context.Context) ApiProcessGitEventRequest
- func (a *PrebuildAPIService) ProcessGitEventExecute(r ApiProcessGitEventRequest) (*http.Response, error)
- func (a *PrebuildAPIService) SetPrebuild(ctx context.Context, configName string) ApiSetPrebuildRequest
- func (a *PrebuildAPIService) SetPrebuildExecute(r ApiSetPrebuildRequest) (string, *http.Response, error)
- type PrebuildConfig
- func (o *PrebuildConfig) GetBranch() string
- func (o *PrebuildConfig) GetBranchOk() (*string, bool)
- func (o *PrebuildConfig) GetCommitInterval() int32
- func (o *PrebuildConfig) GetCommitIntervalOk() (*int32, bool)
- func (o *PrebuildConfig) GetId() string
- func (o *PrebuildConfig) GetIdOk() (*string, bool)
- func (o *PrebuildConfig) GetRetention() int32
- func (o *PrebuildConfig) GetRetentionOk() (*int32, bool)
- func (o *PrebuildConfig) GetTriggerFiles() []string
- func (o *PrebuildConfig) GetTriggerFilesOk() ([]string, bool)
- func (o PrebuildConfig) MarshalJSON() ([]byte, error)
- func (o *PrebuildConfig) SetBranch(v string)
- func (o *PrebuildConfig) SetCommitInterval(v int32)
- func (o *PrebuildConfig) SetId(v string)
- func (o *PrebuildConfig) SetRetention(v int32)
- func (o *PrebuildConfig) SetTriggerFiles(v []string)
- func (o PrebuildConfig) ToMap() (map[string]interface{}, error)
- func (o *PrebuildConfig) UnmarshalJSON(data []byte) (err error)
- type PrebuildDTO
- func (o *PrebuildDTO) GetBranch() string
- func (o *PrebuildDTO) GetBranchOk() (*string, bool)
- func (o *PrebuildDTO) GetCommitInterval() int32
- func (o *PrebuildDTO) GetCommitIntervalOk() (*int32, bool)
- func (o *PrebuildDTO) GetId() string
- func (o *PrebuildDTO) GetIdOk() (*string, bool)
- func (o *PrebuildDTO) GetProjectConfigName() string
- func (o *PrebuildDTO) GetProjectConfigNameOk() (*string, bool)
- func (o *PrebuildDTO) GetRetention() int32
- func (o *PrebuildDTO) GetRetentionOk() (*int32, bool)
- func (o *PrebuildDTO) GetTriggerFiles() []string
- func (o *PrebuildDTO) GetTriggerFilesOk() ([]string, bool)
- func (o *PrebuildDTO) HasCommitInterval() bool
- func (o *PrebuildDTO) HasTriggerFiles() bool
- func (o PrebuildDTO) MarshalJSON() ([]byte, error)
- func (o *PrebuildDTO) SetBranch(v string)
- func (o *PrebuildDTO) SetCommitInterval(v int32)
- func (o *PrebuildDTO) SetId(v string)
- func (o *PrebuildDTO) SetProjectConfigName(v string)
- func (o *PrebuildDTO) SetRetention(v int32)
- func (o *PrebuildDTO) SetTriggerFiles(v []string)
- func (o PrebuildDTO) ToMap() (map[string]interface{}, error)
- func (o *PrebuildDTO) UnmarshalJSON(data []byte) (err error)
- type ProfileAPIService
- func (a *ProfileAPIService) DeleteProfileData(ctx context.Context) ApiDeleteProfileDataRequest
- func (a *ProfileAPIService) DeleteProfileDataExecute(r ApiDeleteProfileDataRequest) (*http.Response, error)
- func (a *ProfileAPIService) GetProfileData(ctx context.Context) ApiGetProfileDataRequest
- func (a *ProfileAPIService) GetProfileDataExecute(r ApiGetProfileDataRequest) (*ProfileData, *http.Response, error)
- func (a *ProfileAPIService) SetProfileData(ctx context.Context) ApiSetProfileDataRequest
- func (a *ProfileAPIService) SetProfileDataExecute(r ApiSetProfileDataRequest) (*http.Response, error)
- type ProfileData
- func (o *ProfileData) GetEnvVars() map[string]string
- func (o *ProfileData) GetEnvVarsOk() (*map[string]string, bool)
- func (o ProfileData) MarshalJSON() ([]byte, error)
- func (o *ProfileData) SetEnvVars(v map[string]string)
- func (o ProfileData) ToMap() (map[string]interface{}, error)
- func (o *ProfileData) UnmarshalJSON(data []byte) (err error)
- type Project
- func (o *Project) GetBuildConfig() BuildConfig
- func (o *Project) GetBuildConfigOk() (*BuildConfig, bool)
- func (o *Project) GetEnvVars() map[string]string
- func (o *Project) GetEnvVarsOk() (*map[string]string, bool)
- func (o *Project) GetGitProviderConfigId() string
- func (o *Project) GetGitProviderConfigIdOk() (*string, bool)
- func (o *Project) GetImage() string
- func (o *Project) GetImageOk() (*string, bool)
- func (o *Project) GetName() string
- func (o *Project) GetNameOk() (*string, bool)
- func (o *Project) GetRepository() GitRepository
- func (o *Project) GetRepositoryOk() (*GitRepository, bool)
- func (o *Project) GetState() ProjectState
- func (o *Project) GetStateOk() (*ProjectState, bool)
- func (o *Project) GetTarget() string
- func (o *Project) GetTargetOk() (*string, bool)
- func (o *Project) GetUser() string
- func (o *Project) GetUserOk() (*string, bool)
- func (o *Project) GetWorkspaceId() string
- func (o *Project) GetWorkspaceIdOk() (*string, bool)
- func (o *Project) HasBuildConfig() bool
- func (o *Project) HasGitProviderConfigId() bool
- func (o *Project) HasState() bool
- func (o Project) MarshalJSON() ([]byte, error)
- func (o *Project) SetBuildConfig(v BuildConfig)
- func (o *Project) SetEnvVars(v map[string]string)
- func (o *Project) SetGitProviderConfigId(v string)
- func (o *Project) SetImage(v string)
- func (o *Project) SetName(v string)
- func (o *Project) SetRepository(v GitRepository)
- func (o *Project) SetState(v ProjectState)
- func (o *Project) SetTarget(v string)
- func (o *Project) SetUser(v string)
- func (o *Project) SetWorkspaceId(v string)
- func (o Project) ToMap() (map[string]interface{}, error)
- func (o *Project) UnmarshalJSON(data []byte) (err error)
- type ProjectConfig
- func (o *ProjectConfig) GetBuildConfig() BuildConfig
- func (o *ProjectConfig) GetBuildConfigOk() (*BuildConfig, bool)
- func (o *ProjectConfig) GetDefault() bool
- func (o *ProjectConfig) GetDefaultOk() (*bool, bool)
- func (o *ProjectConfig) GetEnvVars() map[string]string
- func (o *ProjectConfig) GetEnvVarsOk() (*map[string]string, bool)
- func (o *ProjectConfig) GetGitProviderConfigId() string
- func (o *ProjectConfig) GetGitProviderConfigIdOk() (*string, bool)
- func (o *ProjectConfig) GetImage() string
- func (o *ProjectConfig) GetImageOk() (*string, bool)
- func (o *ProjectConfig) GetName() string
- func (o *ProjectConfig) GetNameOk() (*string, bool)
- func (o *ProjectConfig) GetPrebuilds() []PrebuildConfig
- func (o *ProjectConfig) GetPrebuildsOk() ([]PrebuildConfig, bool)
- func (o *ProjectConfig) GetRepositoryUrl() string
- func (o *ProjectConfig) GetRepositoryUrlOk() (*string, bool)
- func (o *ProjectConfig) GetUser() string
- func (o *ProjectConfig) GetUserOk() (*string, bool)
- func (o *ProjectConfig) HasBuildConfig() bool
- func (o *ProjectConfig) HasGitProviderConfigId() bool
- func (o *ProjectConfig) HasPrebuilds() bool
- func (o ProjectConfig) MarshalJSON() ([]byte, error)
- func (o *ProjectConfig) SetBuildConfig(v BuildConfig)
- func (o *ProjectConfig) SetDefault(v bool)
- func (o *ProjectConfig) SetEnvVars(v map[string]string)
- func (o *ProjectConfig) SetGitProviderConfigId(v string)
- func (o *ProjectConfig) SetImage(v string)
- func (o *ProjectConfig) SetName(v string)
- func (o *ProjectConfig) SetPrebuilds(v []PrebuildConfig)
- func (o *ProjectConfig) SetRepositoryUrl(v string)
- func (o *ProjectConfig) SetUser(v string)
- func (o ProjectConfig) ToMap() (map[string]interface{}, error)
- func (o *ProjectConfig) UnmarshalJSON(data []byte) (err error)
- type ProjectConfigAPIService
- func (a *ProjectConfigAPIService) DeleteProjectConfig(ctx context.Context, configName string) ApiDeleteProjectConfigRequest
- func (a *ProjectConfigAPIService) DeleteProjectConfigExecute(r ApiDeleteProjectConfigRequest) (*http.Response, error)
- func (a *ProjectConfigAPIService) GetDefaultProjectConfig(ctx context.Context, gitUrl string) ApiGetDefaultProjectConfigRequest
- func (a *ProjectConfigAPIService) GetDefaultProjectConfigExecute(r ApiGetDefaultProjectConfigRequest) (*ProjectConfig, *http.Response, error)
- func (a *ProjectConfigAPIService) GetProjectConfig(ctx context.Context, configName string) ApiGetProjectConfigRequest
- func (a *ProjectConfigAPIService) GetProjectConfigExecute(r ApiGetProjectConfigRequest) (*ProjectConfig, *http.Response, error)
- func (a *ProjectConfigAPIService) ListProjectConfigs(ctx context.Context) ApiListProjectConfigsRequest
- func (a *ProjectConfigAPIService) ListProjectConfigsExecute(r ApiListProjectConfigsRequest) ([]ProjectConfig, *http.Response, error)
- func (a *ProjectConfigAPIService) SetDefaultProjectConfig(ctx context.Context, configName string) ApiSetDefaultProjectConfigRequest
- func (a *ProjectConfigAPIService) SetDefaultProjectConfigExecute(r ApiSetDefaultProjectConfigRequest) (*http.Response, error)
- func (a *ProjectConfigAPIService) SetProjectConfig(ctx context.Context) ApiSetProjectConfigRequest
- func (a *ProjectConfigAPIService) SetProjectConfigExecute(r ApiSetProjectConfigRequest) (*http.Response, error)
- type ProjectDirResponse
- func (o *ProjectDirResponse) GetDir() string
- func (o *ProjectDirResponse) GetDirOk() (*string, bool)
- func (o *ProjectDirResponse) HasDir() bool
- func (o ProjectDirResponse) MarshalJSON() ([]byte, error)
- func (o *ProjectDirResponse) SetDir(v string)
- func (o ProjectDirResponse) ToMap() (map[string]interface{}, error)
- type ProjectInfo
- func (o *ProjectInfo) GetCreated() string
- func (o *ProjectInfo) GetCreatedOk() (*string, bool)
- func (o *ProjectInfo) GetIsRunning() bool
- func (o *ProjectInfo) GetIsRunningOk() (*bool, bool)
- func (o *ProjectInfo) GetName() string
- func (o *ProjectInfo) GetNameOk() (*string, bool)
- func (o *ProjectInfo) GetProviderMetadata() string
- func (o *ProjectInfo) GetProviderMetadataOk() (*string, bool)
- func (o *ProjectInfo) GetWorkspaceId() string
- func (o *ProjectInfo) GetWorkspaceIdOk() (*string, bool)
- func (o *ProjectInfo) HasProviderMetadata() bool
- func (o ProjectInfo) MarshalJSON() ([]byte, error)
- func (o *ProjectInfo) SetCreated(v string)
- func (o *ProjectInfo) SetIsRunning(v bool)
- func (o *ProjectInfo) SetName(v string)
- func (o *ProjectInfo) SetProviderMetadata(v string)
- func (o *ProjectInfo) SetWorkspaceId(v string)
- func (o ProjectInfo) ToMap() (map[string]interface{}, error)
- func (o *ProjectInfo) UnmarshalJSON(data []byte) (err error)
- type ProjectState
- func (o *ProjectState) GetGitStatus() GitStatus
- func (o *ProjectState) GetGitStatusOk() (*GitStatus, bool)
- func (o *ProjectState) GetUpdatedAt() string
- func (o *ProjectState) GetUpdatedAtOk() (*string, bool)
- func (o *ProjectState) GetUptime() int32
- func (o *ProjectState) GetUptimeOk() (*int32, bool)
- func (o *ProjectState) HasGitStatus() bool
- func (o ProjectState) MarshalJSON() ([]byte, error)
- func (o *ProjectState) SetGitStatus(v GitStatus)
- func (o *ProjectState) SetUpdatedAt(v string)
- func (o *ProjectState) SetUptime(v int32)
- func (o ProjectState) ToMap() (map[string]interface{}, error)
- func (o *ProjectState) UnmarshalJSON(data []byte) (err error)
- type Provider
- func (o *Provider) GetLabel() string
- func (o *Provider) GetLabelOk() (*string, bool)
- func (o *Provider) GetName() string
- func (o *Provider) GetNameOk() (*string, bool)
- func (o *Provider) GetVersion() string
- func (o *Provider) GetVersionOk() (*string, bool)
- func (o *Provider) HasLabel() bool
- func (o Provider) MarshalJSON() ([]byte, error)
- func (o *Provider) SetLabel(v string)
- func (o *Provider) SetName(v string)
- func (o *Provider) SetVersion(v string)
- func (o Provider) ToMap() (map[string]interface{}, error)
- func (o *Provider) UnmarshalJSON(data []byte) (err error)
- type ProviderAPIService
- func (a *ProviderAPIService) GetTargetManifest(ctx context.Context, provider string) ApiGetTargetManifestRequest
- func (a *ProviderAPIService) GetTargetManifestExecute(r ApiGetTargetManifestRequest) (*map[string]ProviderProviderTargetProperty, *http.Response, error)
- func (a *ProviderAPIService) InstallProvider(ctx context.Context) ApiInstallProviderRequest
- func (a *ProviderAPIService) InstallProviderExecute(r ApiInstallProviderRequest) (*http.Response, error)
- func (a *ProviderAPIService) ListProviders(ctx context.Context) ApiListProvidersRequest
- func (a *ProviderAPIService) ListProvidersExecute(r ApiListProvidersRequest) ([]Provider, *http.Response, error)
- func (a *ProviderAPIService) UninstallProvider(ctx context.Context, provider string) ApiUninstallProviderRequest
- func (a *ProviderAPIService) UninstallProviderExecute(r ApiUninstallProviderRequest) (*http.Response, error)
- type ProviderProviderInfo
- func (o *ProviderProviderInfo) GetLabel() string
- func (o *ProviderProviderInfo) GetLabelOk() (*string, bool)
- func (o *ProviderProviderInfo) GetName() string
- func (o *ProviderProviderInfo) GetNameOk() (*string, bool)
- func (o *ProviderProviderInfo) GetVersion() string
- func (o *ProviderProviderInfo) GetVersionOk() (*string, bool)
- func (o *ProviderProviderInfo) HasLabel() bool
- func (o ProviderProviderInfo) MarshalJSON() ([]byte, error)
- func (o *ProviderProviderInfo) SetLabel(v string)
- func (o *ProviderProviderInfo) SetName(v string)
- func (o *ProviderProviderInfo) SetVersion(v string)
- func (o ProviderProviderInfo) ToMap() (map[string]interface{}, error)
- func (o *ProviderProviderInfo) UnmarshalJSON(data []byte) (err error)
- type ProviderProviderTargetProperty
- func (o *ProviderProviderTargetProperty) GetDefaultValue() string
- func (o *ProviderProviderTargetProperty) GetDefaultValueOk() (*string, bool)
- func (o *ProviderProviderTargetProperty) GetDescription() string
- func (o *ProviderProviderTargetProperty) GetDescriptionOk() (*string, bool)
- func (o *ProviderProviderTargetProperty) GetDisabledPredicate() string
- func (o *ProviderProviderTargetProperty) GetDisabledPredicateOk() (*string, bool)
- func (o *ProviderProviderTargetProperty) GetInputMasked() bool
- func (o *ProviderProviderTargetProperty) GetInputMaskedOk() (*bool, bool)
- func (o *ProviderProviderTargetProperty) GetOptions() []string
- func (o *ProviderProviderTargetProperty) GetOptionsOk() ([]string, bool)
- func (o *ProviderProviderTargetProperty) GetSuggestions() []string
- func (o *ProviderProviderTargetProperty) GetSuggestionsOk() ([]string, bool)
- func (o *ProviderProviderTargetProperty) GetType() ProviderProviderTargetPropertyType
- func (o *ProviderProviderTargetProperty) GetTypeOk() (*ProviderProviderTargetPropertyType, bool)
- func (o *ProviderProviderTargetProperty) HasDefaultValue() bool
- func (o *ProviderProviderTargetProperty) HasDescription() bool
- func (o *ProviderProviderTargetProperty) HasDisabledPredicate() bool
- func (o *ProviderProviderTargetProperty) HasInputMasked() bool
- func (o *ProviderProviderTargetProperty) HasOptions() bool
- func (o *ProviderProviderTargetProperty) HasSuggestions() bool
- func (o *ProviderProviderTargetProperty) HasType() bool
- func (o ProviderProviderTargetProperty) MarshalJSON() ([]byte, error)
- func (o *ProviderProviderTargetProperty) SetDefaultValue(v string)
- func (o *ProviderProviderTargetProperty) SetDescription(v string)
- func (o *ProviderProviderTargetProperty) SetDisabledPredicate(v string)
- func (o *ProviderProviderTargetProperty) SetInputMasked(v bool)
- func (o *ProviderProviderTargetProperty) SetOptions(v []string)
- func (o *ProviderProviderTargetProperty) SetSuggestions(v []string)
- func (o *ProviderProviderTargetProperty) SetType(v ProviderProviderTargetPropertyType)
- func (o ProviderProviderTargetProperty) ToMap() (map[string]interface{}, error)
- type ProviderProviderTargetPropertyType
- type ProviderTarget
- func (o *ProviderTarget) GetIsDefault() bool
- func (o *ProviderTarget) GetIsDefaultOk() (*bool, bool)
- func (o *ProviderTarget) GetName() string
- func (o *ProviderTarget) GetNameOk() (*string, bool)
- func (o *ProviderTarget) GetOptions() string
- func (o *ProviderTarget) GetOptionsOk() (*string, bool)
- func (o *ProviderTarget) GetProviderInfo() ProviderProviderInfo
- func (o *ProviderTarget) GetProviderInfoOk() (*ProviderProviderInfo, bool)
- func (o ProviderTarget) MarshalJSON() ([]byte, error)
- func (o *ProviderTarget) SetIsDefault(v bool)
- func (o *ProviderTarget) SetName(v string)
- func (o *ProviderTarget) SetOptions(v string)
- func (o *ProviderTarget) SetProviderInfo(v ProviderProviderInfo)
- func (o ProviderTarget) ToMap() (map[string]interface{}, error)
- func (o *ProviderTarget) UnmarshalJSON(data []byte) (err error)
- type ReplaceRequest
- func (o *ReplaceRequest) GetFiles() []string
- func (o *ReplaceRequest) GetFilesOk() ([]string, bool)
- func (o *ReplaceRequest) GetNewValue() string
- func (o *ReplaceRequest) GetNewValueOk() (*string, bool)
- func (o *ReplaceRequest) GetPattern() string
- func (o *ReplaceRequest) GetPatternOk() (*string, bool)
- func (o ReplaceRequest) MarshalJSON() ([]byte, error)
- func (o *ReplaceRequest) SetFiles(v []string)
- func (o *ReplaceRequest) SetNewValue(v string)
- func (o *ReplaceRequest) SetPattern(v string)
- func (o ReplaceRequest) ToMap() (map[string]interface{}, error)
- func (o *ReplaceRequest) UnmarshalJSON(data []byte) (err error)
- type ReplaceResult
- func (o *ReplaceResult) GetError() string
- func (o *ReplaceResult) GetErrorOk() (*string, bool)
- func (o *ReplaceResult) GetFile() string
- func (o *ReplaceResult) GetFileOk() (*string, bool)
- func (o *ReplaceResult) GetSuccess() bool
- func (o *ReplaceResult) GetSuccessOk() (*bool, bool)
- func (o *ReplaceResult) HasError() bool
- func (o *ReplaceResult) HasFile() bool
- func (o *ReplaceResult) HasSuccess() bool
- func (o ReplaceResult) MarshalJSON() ([]byte, error)
- func (o *ReplaceResult) SetError(v string)
- func (o *ReplaceResult) SetFile(v string)
- func (o *ReplaceResult) SetSuccess(v bool)
- func (o ReplaceResult) ToMap() (map[string]interface{}, error)
- type RepositoryUrl
- func (o *RepositoryUrl) GetUrl() string
- func (o *RepositoryUrl) GetUrlOk() (*string, bool)
- func (o RepositoryUrl) MarshalJSON() ([]byte, error)
- func (o *RepositoryUrl) SetUrl(v string)
- func (o RepositoryUrl) ToMap() (map[string]interface{}, error)
- func (o *RepositoryUrl) UnmarshalJSON(data []byte) (err error)
- type Sample
- func (o *Sample) GetDescription() string
- func (o *Sample) GetDescriptionOk() (*string, bool)
- func (o *Sample) GetGitUrl() string
- func (o *Sample) GetGitUrlOk() (*string, bool)
- func (o *Sample) GetName() string
- func (o *Sample) GetNameOk() (*string, bool)
- func (o Sample) MarshalJSON() ([]byte, error)
- func (o *Sample) SetDescription(v string)
- func (o *Sample) SetGitUrl(v string)
- func (o *Sample) SetName(v string)
- func (o Sample) ToMap() (map[string]interface{}, error)
- func (o *Sample) UnmarshalJSON(data []byte) (err error)
- type SampleAPIService
- type SearchFilesResponse
- func (o *SearchFilesResponse) GetFiles() []string
- func (o *SearchFilesResponse) GetFilesOk() ([]string, bool)
- func (o SearchFilesResponse) MarshalJSON() ([]byte, error)
- func (o *SearchFilesResponse) SetFiles(v []string)
- func (o SearchFilesResponse) ToMap() (map[string]interface{}, error)
- func (o *SearchFilesResponse) UnmarshalJSON(data []byte) (err error)
- type ServerAPIService
- func (a *ServerAPIService) GenerateNetworkKey(ctx context.Context) ApiGenerateNetworkKeyRequest
- func (a *ServerAPIService) GenerateNetworkKeyExecute(r ApiGenerateNetworkKeyRequest) (*NetworkKey, *http.Response, error)
- func (a *ServerAPIService) GetConfig(ctx context.Context) ApiGetConfigRequest
- func (a *ServerAPIService) GetConfigExecute(r ApiGetConfigRequest) (*ServerConfig, *http.Response, error)
- func (a *ServerAPIService) GetServerLogFiles(ctx context.Context) ApiGetServerLogFilesRequest
- func (a *ServerAPIService) GetServerLogFilesExecute(r ApiGetServerLogFilesRequest) ([]string, *http.Response, error)
- func (a *ServerAPIService) SetConfig(ctx context.Context) ApiSetConfigRequest
- func (a *ServerAPIService) SetConfigExecute(r ApiSetConfigRequest) (*ServerConfig, *http.Response, error)
- type ServerConfig
- func (o *ServerConfig) GetApiPort() int32
- func (o *ServerConfig) GetApiPortOk() (*int32, bool)
- func (o *ServerConfig) GetBinariesPath() string
- func (o *ServerConfig) GetBinariesPathOk() (*string, bool)
- func (o *ServerConfig) GetBuildImageNamespace() string
- func (o *ServerConfig) GetBuildImageNamespaceOk() (*string, bool)
- func (o *ServerConfig) GetBuilderImage() string
- func (o *ServerConfig) GetBuilderImageOk() (*string, bool)
- func (o *ServerConfig) GetBuilderRegistryServer() string
- func (o *ServerConfig) GetBuilderRegistryServerOk() (*string, bool)
- func (o *ServerConfig) GetDefaultProjectImage() string
- func (o *ServerConfig) GetDefaultProjectImageOk() (*string, bool)
- func (o *ServerConfig) GetDefaultProjectUser() string
- func (o *ServerConfig) GetDefaultProjectUserOk() (*string, bool)
- func (o *ServerConfig) GetFrps() FRPSConfig
- func (o *ServerConfig) GetFrpsOk() (*FRPSConfig, bool)
- func (o *ServerConfig) GetHeadscalePort() int32
- func (o *ServerConfig) GetHeadscalePortOk() (*int32, bool)
- func (o *ServerConfig) GetId() string
- func (o *ServerConfig) GetIdOk() (*string, bool)
- func (o *ServerConfig) GetLocalBuilderRegistryImage() string
- func (o *ServerConfig) GetLocalBuilderRegistryImageOk() (*string, bool)
- func (o *ServerConfig) GetLocalBuilderRegistryPort() int32
- func (o *ServerConfig) GetLocalBuilderRegistryPortOk() (*int32, bool)
- func (o *ServerConfig) GetLogFile() LogFileConfig
- func (o *ServerConfig) GetLogFileOk() (*LogFileConfig, bool)
- func (o *ServerConfig) GetProvidersDir() string
- func (o *ServerConfig) GetProvidersDirOk() (*string, bool)
- func (o *ServerConfig) GetRegistryUrl() string
- func (o *ServerConfig) GetRegistryUrlOk() (*string, bool)
- func (o *ServerConfig) GetSamplesIndexUrl() string
- func (o *ServerConfig) GetSamplesIndexUrlOk() (*string, bool)
- func (o *ServerConfig) GetServerDownloadUrl() string
- func (o *ServerConfig) GetServerDownloadUrlOk() (*string, bool)
- func (o *ServerConfig) HasBuildImageNamespace() bool
- func (o *ServerConfig) HasFrps() bool
- func (o *ServerConfig) HasSamplesIndexUrl() bool
- func (o ServerConfig) MarshalJSON() ([]byte, error)
- func (o *ServerConfig) SetApiPort(v int32)
- func (o *ServerConfig) SetBinariesPath(v string)
- func (o *ServerConfig) SetBuildImageNamespace(v string)
- func (o *ServerConfig) SetBuilderImage(v string)
- func (o *ServerConfig) SetBuilderRegistryServer(v string)
- func (o *ServerConfig) SetDefaultProjectImage(v string)
- func (o *ServerConfig) SetDefaultProjectUser(v string)
- func (o *ServerConfig) SetFrps(v FRPSConfig)
- func (o *ServerConfig) SetHeadscalePort(v int32)
- func (o *ServerConfig) SetId(v string)
- func (o *ServerConfig) SetLocalBuilderRegistryImage(v string)
- func (o *ServerConfig) SetLocalBuilderRegistryPort(v int32)
- func (o *ServerConfig) SetLogFile(v LogFileConfig)
- func (o *ServerConfig) SetProvidersDir(v string)
- func (o *ServerConfig) SetRegistryUrl(v string)
- func (o *ServerConfig) SetSamplesIndexUrl(v string)
- func (o *ServerConfig) SetServerDownloadUrl(v string)
- func (o ServerConfig) ToMap() (map[string]interface{}, error)
- func (o *ServerConfig) UnmarshalJSON(data []byte) (err error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type SetGitProviderConfig
- func (o *SetGitProviderConfig) GetAlias() string
- func (o *SetGitProviderConfig) GetAliasOk() (*string, bool)
- func (o *SetGitProviderConfig) GetBaseApiUrl() string
- func (o *SetGitProviderConfig) GetBaseApiUrlOk() (*string, bool)
- func (o *SetGitProviderConfig) GetId() string
- func (o *SetGitProviderConfig) GetIdOk() (*string, bool)
- func (o *SetGitProviderConfig) GetProviderId() string
- func (o *SetGitProviderConfig) GetProviderIdOk() (*string, bool)
- func (o *SetGitProviderConfig) GetSigningKey() string
- func (o *SetGitProviderConfig) GetSigningKeyOk() (*string, bool)
- func (o *SetGitProviderConfig) GetSigningMethod() SigningMethod
- func (o *SetGitProviderConfig) GetSigningMethodOk() (*SigningMethod, bool)
- func (o *SetGitProviderConfig) GetToken() string
- func (o *SetGitProviderConfig) GetTokenOk() (*string, bool)
- func (o *SetGitProviderConfig) GetUsername() string
- func (o *SetGitProviderConfig) GetUsernameOk() (*string, bool)
- func (o *SetGitProviderConfig) HasAlias() bool
- func (o *SetGitProviderConfig) HasBaseApiUrl() bool
- func (o *SetGitProviderConfig) HasId() bool
- func (o *SetGitProviderConfig) HasSigningKey() bool
- func (o *SetGitProviderConfig) HasSigningMethod() bool
- func (o *SetGitProviderConfig) HasUsername() bool
- func (o SetGitProviderConfig) MarshalJSON() ([]byte, error)
- func (o *SetGitProviderConfig) SetAlias(v string)
- func (o *SetGitProviderConfig) SetBaseApiUrl(v string)
- func (o *SetGitProviderConfig) SetId(v string)
- func (o *SetGitProviderConfig) SetProviderId(v string)
- func (o *SetGitProviderConfig) SetSigningKey(v string)
- func (o *SetGitProviderConfig) SetSigningMethod(v SigningMethod)
- func (o *SetGitProviderConfig) SetToken(v string)
- func (o *SetGitProviderConfig) SetUsername(v string)
- func (o SetGitProviderConfig) ToMap() (map[string]interface{}, error)
- func (o *SetGitProviderConfig) UnmarshalJSON(data []byte) (err error)
- type SetProjectState
- func (o *SetProjectState) GetGitStatus() GitStatus
- func (o *SetProjectState) GetGitStatusOk() (*GitStatus, bool)
- func (o *SetProjectState) GetUptime() int32
- func (o *SetProjectState) GetUptimeOk() (*int32, bool)
- func (o *SetProjectState) HasGitStatus() bool
- func (o SetProjectState) MarshalJSON() ([]byte, error)
- func (o *SetProjectState) SetGitStatus(v GitStatus)
- func (o *SetProjectState) SetUptime(v int32)
- func (o SetProjectState) ToMap() (map[string]interface{}, error)
- func (o *SetProjectState) UnmarshalJSON(data []byte) (err error)
- type SigningMethod
- type Status
- type TargetAPIService
- func (a *TargetAPIService) ListTargets(ctx context.Context) ApiListTargetsRequest
- func (a *TargetAPIService) ListTargetsExecute(r ApiListTargetsRequest) ([]ProviderTarget, *http.Response, error)
- func (a *TargetAPIService) RemoveTarget(ctx context.Context, target string) ApiRemoveTargetRequest
- func (a *TargetAPIService) RemoveTargetExecute(r ApiRemoveTargetRequest) (*http.Response, error)
- func (a *TargetAPIService) SetDefaultTarget(ctx context.Context, target string) ApiSetDefaultTargetRequest
- func (a *TargetAPIService) SetDefaultTargetExecute(r ApiSetDefaultTargetRequest) (*http.Response, error)
- func (a *TargetAPIService) SetTarget(ctx context.Context) ApiSetTargetRequest
- func (a *TargetAPIService) SetTargetExecute(r ApiSetTargetRequest) (*http.Response, error)
- type Workspace
- func (o *Workspace) GetId() string
- func (o *Workspace) GetIdOk() (*string, bool)
- func (o *Workspace) GetName() string
- func (o *Workspace) GetNameOk() (*string, bool)
- func (o *Workspace) GetProjects() []Project
- func (o *Workspace) GetProjectsOk() ([]Project, bool)
- func (o *Workspace) GetTarget() string
- func (o *Workspace) GetTargetOk() (*string, bool)
- func (o Workspace) MarshalJSON() ([]byte, error)
- func (o *Workspace) SetId(v string)
- func (o *Workspace) SetName(v string)
- func (o *Workspace) SetProjects(v []Project)
- func (o *Workspace) SetTarget(v string)
- func (o Workspace) ToMap() (map[string]interface{}, error)
- func (o *Workspace) UnmarshalJSON(data []byte) (err error)
- type WorkspaceAPIService
- func (a *WorkspaceAPIService) CreateWorkspace(ctx context.Context) ApiCreateWorkspaceRequest
- func (a *WorkspaceAPIService) CreateWorkspaceExecute(r ApiCreateWorkspaceRequest) (*Workspace, *http.Response, error)
- func (a *WorkspaceAPIService) GetWorkspace(ctx context.Context, workspaceId string) ApiGetWorkspaceRequest
- func (a *WorkspaceAPIService) GetWorkspaceExecute(r ApiGetWorkspaceRequest) (*WorkspaceDTO, *http.Response, error)
- func (a *WorkspaceAPIService) ListWorkspaces(ctx context.Context) ApiListWorkspacesRequest
- func (a *WorkspaceAPIService) ListWorkspacesExecute(r ApiListWorkspacesRequest) ([]WorkspaceDTO, *http.Response, error)
- func (a *WorkspaceAPIService) RemoveWorkspace(ctx context.Context, workspaceId string) ApiRemoveWorkspaceRequest
- func (a *WorkspaceAPIService) RemoveWorkspaceExecute(r ApiRemoveWorkspaceRequest) (*http.Response, error)
- func (a *WorkspaceAPIService) SetProjectState(ctx context.Context, workspaceId string, projectId string) ApiSetProjectStateRequest
- func (a *WorkspaceAPIService) SetProjectStateExecute(r ApiSetProjectStateRequest) (*http.Response, error)
- func (a *WorkspaceAPIService) StartProject(ctx context.Context, workspaceId string, projectId string) ApiStartProjectRequest
- func (a *WorkspaceAPIService) StartProjectExecute(r ApiStartProjectRequest) (*http.Response, error)
- func (a *WorkspaceAPIService) StartWorkspace(ctx context.Context, workspaceId string) ApiStartWorkspaceRequest
- func (a *WorkspaceAPIService) StartWorkspaceExecute(r ApiStartWorkspaceRequest) (*http.Response, error)
- func (a *WorkspaceAPIService) StopProject(ctx context.Context, workspaceId string, projectId string) ApiStopProjectRequest
- func (a *WorkspaceAPIService) StopProjectExecute(r ApiStopProjectRequest) (*http.Response, error)
- func (a *WorkspaceAPIService) StopWorkspace(ctx context.Context, workspaceId string) ApiStopWorkspaceRequest
- func (a *WorkspaceAPIService) StopWorkspaceExecute(r ApiStopWorkspaceRequest) (*http.Response, error)
- type WorkspaceDTO
- func (o *WorkspaceDTO) GetId() string
- func (o *WorkspaceDTO) GetIdOk() (*string, bool)
- func (o *WorkspaceDTO) GetInfo() WorkspaceInfo
- func (o *WorkspaceDTO) GetInfoOk() (*WorkspaceInfo, bool)
- func (o *WorkspaceDTO) GetName() string
- func (o *WorkspaceDTO) GetNameOk() (*string, bool)
- func (o *WorkspaceDTO) GetProjects() []Project
- func (o *WorkspaceDTO) GetProjectsOk() ([]Project, bool)
- func (o *WorkspaceDTO) GetTarget() string
- func (o *WorkspaceDTO) GetTargetOk() (*string, bool)
- func (o *WorkspaceDTO) HasInfo() bool
- func (o WorkspaceDTO) MarshalJSON() ([]byte, error)
- func (o *WorkspaceDTO) SetId(v string)
- func (o *WorkspaceDTO) SetInfo(v WorkspaceInfo)
- func (o *WorkspaceDTO) SetName(v string)
- func (o *WorkspaceDTO) SetProjects(v []Project)
- func (o *WorkspaceDTO) SetTarget(v string)
- func (o WorkspaceDTO) ToMap() (map[string]interface{}, error)
- func (o *WorkspaceDTO) UnmarshalJSON(data []byte) (err error)
- type WorkspaceInfo
- func (o *WorkspaceInfo) GetName() string
- func (o *WorkspaceInfo) GetNameOk() (*string, bool)
- func (o *WorkspaceInfo) GetProjects() []ProjectInfo
- func (o *WorkspaceInfo) GetProjectsOk() ([]ProjectInfo, bool)
- func (o *WorkspaceInfo) GetProviderMetadata() string
- func (o *WorkspaceInfo) GetProviderMetadataOk() (*string, bool)
- func (o *WorkspaceInfo) HasProviderMetadata() bool
- func (o WorkspaceInfo) MarshalJSON() ([]byte, error)
- func (o *WorkspaceInfo) SetName(v string)
- func (o *WorkspaceInfo) SetProjects(v []ProjectInfo)
- func (o *WorkspaceInfo) SetProviderMetadata(v string)
- func (o WorkspaceInfo) ToMap() (map[string]interface{}, error)
- func (o *WorkspaceInfo) UnmarshalJSON(data []byte) (err error)
- type WorkspaceToolboxAPIService
- func (a *WorkspaceToolboxAPIService) FsCreateFolder(ctx context.Context, workspaceId string, projectId string) ApiFsCreateFolderRequest
- func (a *WorkspaceToolboxAPIService) FsCreateFolderExecute(r ApiFsCreateFolderRequest) (*http.Response, error)
- func (a *WorkspaceToolboxAPIService) FsDeleteFile(ctx context.Context, workspaceId string, projectId string) ApiFsDeleteFileRequest
- func (a *WorkspaceToolboxAPIService) FsDeleteFileExecute(r ApiFsDeleteFileRequest) (*http.Response, error)
- func (a *WorkspaceToolboxAPIService) FsDownloadFile(ctx context.Context, workspaceId string, projectId string) ApiFsDownloadFileRequest
- func (a *WorkspaceToolboxAPIService) FsDownloadFileExecute(r ApiFsDownloadFileRequest) (*os.File, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) FsFindInFiles(ctx context.Context, workspaceId string, projectId string) ApiFsFindInFilesRequest
- func (a *WorkspaceToolboxAPIService) FsFindInFilesExecute(r ApiFsFindInFilesRequest) ([]Match, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) FsGetFileDetails(ctx context.Context, workspaceId string, projectId string) ApiFsGetFileDetailsRequest
- func (a *WorkspaceToolboxAPIService) FsGetFileDetailsExecute(r ApiFsGetFileDetailsRequest) (*FileInfo, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) FsListFiles(ctx context.Context, workspaceId string, projectId string) ApiFsListFilesRequest
- func (a *WorkspaceToolboxAPIService) FsListFilesExecute(r ApiFsListFilesRequest) ([]FileInfo, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) FsMoveFile(ctx context.Context, workspaceId string, projectId string) ApiFsMoveFileRequest
- func (a *WorkspaceToolboxAPIService) FsMoveFileExecute(r ApiFsMoveFileRequest) (*http.Response, error)
- func (a *WorkspaceToolboxAPIService) FsReplaceInFiles(ctx context.Context, workspaceId string, projectId string) ApiFsReplaceInFilesRequest
- func (a *WorkspaceToolboxAPIService) FsReplaceInFilesExecute(r ApiFsReplaceInFilesRequest) ([]ReplaceResult, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) FsSearchFiles(ctx context.Context, workspaceId string, projectId string) ApiFsSearchFilesRequest
- func (a *WorkspaceToolboxAPIService) FsSearchFilesExecute(r ApiFsSearchFilesRequest) (*SearchFilesResponse, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) FsSetFilePermissions(ctx context.Context, workspaceId string, projectId string) ApiFsSetFilePermissionsRequest
- func (a *WorkspaceToolboxAPIService) FsSetFilePermissionsExecute(r ApiFsSetFilePermissionsRequest) (*http.Response, error)
- func (a *WorkspaceToolboxAPIService) FsUploadFile(ctx context.Context, workspaceId string, projectId string) ApiFsUploadFileRequest
- func (a *WorkspaceToolboxAPIService) FsUploadFileExecute(r ApiFsUploadFileRequest) (*http.Response, error)
- func (a *WorkspaceToolboxAPIService) GetProjectDir(ctx context.Context, workspaceId string, projectId string) ApiGetProjectDirRequest
- func (a *WorkspaceToolboxAPIService) GetProjectDirExecute(r ApiGetProjectDirRequest) (*ProjectDirResponse, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) GitAddFiles(ctx context.Context, workspaceId string, projectId string) ApiGitAddFilesRequest
- func (a *WorkspaceToolboxAPIService) GitAddFilesExecute(r ApiGitAddFilesRequest) (*http.Response, error)
- func (a *WorkspaceToolboxAPIService) GitBranchList(ctx context.Context, workspaceId string, projectId string) ApiGitBranchListRequest
- func (a *WorkspaceToolboxAPIService) GitBranchListExecute(r ApiGitBranchListRequest) (*ListBranchResponse, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) GitCloneRepository(ctx context.Context, workspaceId string, projectId string) ApiGitCloneRepositoryRequest
- func (a *WorkspaceToolboxAPIService) GitCloneRepositoryExecute(r ApiGitCloneRepositoryRequest) (*http.Response, error)
- func (a *WorkspaceToolboxAPIService) GitCommitChanges(ctx context.Context, workspaceId string, projectId string) ApiGitCommitChangesRequest
- func (a *WorkspaceToolboxAPIService) GitCommitChangesExecute(r ApiGitCommitChangesRequest) (*GitCommitResponse, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) GitCommitHistory(ctx context.Context, workspaceId string, projectId string) ApiGitCommitHistoryRequest
- func (a *WorkspaceToolboxAPIService) GitCommitHistoryExecute(r ApiGitCommitHistoryRequest) ([]GitCommitInfo, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) GitCreateBranch(ctx context.Context, workspaceId string, projectId string) ApiGitCreateBranchRequest
- func (a *WorkspaceToolboxAPIService) GitCreateBranchExecute(r ApiGitCreateBranchRequest) (*http.Response, error)
- func (a *WorkspaceToolboxAPIService) GitGitStatus(ctx context.Context, workspaceId string, projectId string) ApiGitGitStatusRequest
- func (a *WorkspaceToolboxAPIService) GitGitStatusExecute(r ApiGitGitStatusRequest) (*GitStatus, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) GitPullChanges(ctx context.Context, workspaceId string, projectId string) ApiGitPullChangesRequest
- func (a *WorkspaceToolboxAPIService) GitPullChangesExecute(r ApiGitPullChangesRequest) (*http.Response, error)
- func (a *WorkspaceToolboxAPIService) GitPushChanges(ctx context.Context, workspaceId string, projectId string) ApiGitPushChangesRequest
- func (a *WorkspaceToolboxAPIService) GitPushChangesExecute(r ApiGitPushChangesRequest) (*http.Response, error)
- func (a *WorkspaceToolboxAPIService) LspCompletions(ctx context.Context, workspaceId string, projectId string) ApiLspCompletionsRequest
- func (a *WorkspaceToolboxAPIService) LspCompletionsExecute(r ApiLspCompletionsRequest) (*CompletionList, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) LspDidClose(ctx context.Context, workspaceId string, projectId string) ApiLspDidCloseRequest
- func (a *WorkspaceToolboxAPIService) LspDidCloseExecute(r ApiLspDidCloseRequest) (*http.Response, error)
- func (a *WorkspaceToolboxAPIService) LspDidOpen(ctx context.Context, workspaceId string, projectId string) ApiLspDidOpenRequest
- func (a *WorkspaceToolboxAPIService) LspDidOpenExecute(r ApiLspDidOpenRequest) (*http.Response, error)
- func (a *WorkspaceToolboxAPIService) LspDocumentSymbols(ctx context.Context, workspaceId string, projectId string) ApiLspDocumentSymbolsRequest
- func (a *WorkspaceToolboxAPIService) LspDocumentSymbolsExecute(r ApiLspDocumentSymbolsRequest) ([]LspSymbol, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) LspStart(ctx context.Context, workspaceId string, projectId string) ApiLspStartRequest
- func (a *WorkspaceToolboxAPIService) LspStartExecute(r ApiLspStartRequest) (*http.Response, error)
- func (a *WorkspaceToolboxAPIService) LspStop(ctx context.Context, workspaceId string, projectId string) ApiLspStopRequest
- func (a *WorkspaceToolboxAPIService) LspStopExecute(r ApiLspStopRequest) (*http.Response, error)
- func (a *WorkspaceToolboxAPIService) LspWorkspaceSymbols(ctx context.Context, workspaceId string, projectId string) ApiLspWorkspaceSymbolsRequest
- func (a *WorkspaceToolboxAPIService) LspWorkspaceSymbolsExecute(r ApiLspWorkspaceSymbolsRequest) ([]LspSymbol, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) ProcessExecuteCommand(ctx context.Context, workspaceId string, projectId string) ApiProcessExecuteCommandRequest
- func (a *WorkspaceToolboxAPIService) ProcessExecuteCommandExecute(r ApiProcessExecuteCommandRequest) (*ExecuteResponse, *http.Response, error)
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
var ( // ContextAPIKeys takes a string apikey as authentication for the request ContextAPIKeys = contextKey("apiKeys") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
var AllowedApikeyApiKeyTypeEnumValues = []ApikeyApiKeyType{
"client",
"project",
"workspace",
}
All allowed values of ApikeyApiKeyType enum
var AllowedBuildBuildStateEnumValues = []BuildBuildState{
"pending-run",
"running",
"error",
"success",
"published",
"pending-delete",
"pending-forced-delete",
"deleting",
}
All allowed values of BuildBuildState enum
var AllowedCloneTargetEnumValues = []CloneTarget{
"branch",
"commit",
}
All allowed values of CloneTarget enum
var AllowedProviderProviderTargetPropertyTypeEnumValues = []ProviderProviderTargetPropertyType{
"string",
"option",
"boolean",
"int",
"float",
"file-path",
}
All allowed values of ProviderProviderTargetPropertyType enum
var AllowedSigningMethodEnumValues = []SigningMethod{
"ssh",
"gpg",
}
All allowed values of SigningMethod enum
var AllowedStatusEnumValues = []Status{
"Unmodified",
"Untracked",
"Modified",
"Added",
"Deleted",
"Renamed",
"Copied",
"Updated but unmerged",
}
All allowed values of Status enum
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { ApiKeyAPI *ApiKeyAPIService BuildAPI *BuildAPIService ContainerRegistryAPI *ContainerRegistryAPIService DefaultAPI *DefaultAPIService GitProviderAPI *GitProviderAPIService PrebuildAPI *PrebuildAPIService ProfileAPI *ProfileAPIService ProjectConfigAPI *ProjectConfigAPIService ProviderAPI *ProviderAPIService SampleAPI *SampleAPIService ServerAPI *ServerAPIService TargetAPI *TargetAPIService WorkspaceAPI *WorkspaceAPIService WorkspaceToolboxAPI *WorkspaceToolboxAPIService // contains filtered or unexported fields }
APIClient manages communication with the Daytona Server API API vv0.0.0-dev In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type ApiCreateBuildRequest ¶ added in v0.26.0
type ApiCreateBuildRequest struct { ApiService *BuildAPIService // contains filtered or unexported fields }
func (ApiCreateBuildRequest) CreateBuildDto ¶ added in v0.26.0
func (r ApiCreateBuildRequest) CreateBuildDto(createBuildDto CreateBuildDTO) ApiCreateBuildRequest
Create Build DTO
type ApiCreateWorkspaceRequest ¶
type ApiCreateWorkspaceRequest struct { ApiService *WorkspaceAPIService // contains filtered or unexported fields }
func (ApiCreateWorkspaceRequest) Execute ¶
func (r ApiCreateWorkspaceRequest) Execute() (*Workspace, *http.Response, error)
func (ApiCreateWorkspaceRequest) Workspace ¶
func (r ApiCreateWorkspaceRequest) Workspace(workspace CreateWorkspaceDTO) ApiCreateWorkspaceRequest
Create workspace
type ApiDeleteAllBuildsRequest ¶ added in v0.26.0
type ApiDeleteAllBuildsRequest struct { ApiService *BuildAPIService // contains filtered or unexported fields }
func (ApiDeleteAllBuildsRequest) Execute ¶ added in v0.26.0
func (r ApiDeleteAllBuildsRequest) Execute() (*http.Response, error)
func (ApiDeleteAllBuildsRequest) Force ¶ added in v0.33.0
func (r ApiDeleteAllBuildsRequest) Force(force bool) ApiDeleteAllBuildsRequest
Force
type ApiDeleteBuildRequest ¶ added in v0.26.0
type ApiDeleteBuildRequest struct { ApiService *BuildAPIService // contains filtered or unexported fields }
func (ApiDeleteBuildRequest) Execute ¶ added in v0.26.0
func (r ApiDeleteBuildRequest) Execute() (*http.Response, error)
func (ApiDeleteBuildRequest) Force ¶ added in v0.33.0
func (r ApiDeleteBuildRequest) Force(force bool) ApiDeleteBuildRequest
Force
type ApiDeleteBuildsFromPrebuildRequest ¶ added in v0.26.0
type ApiDeleteBuildsFromPrebuildRequest struct { ApiService *BuildAPIService // contains filtered or unexported fields }
func (ApiDeleteBuildsFromPrebuildRequest) Execute ¶ added in v0.26.0
func (r ApiDeleteBuildsFromPrebuildRequest) Execute() (*http.Response, error)
func (ApiDeleteBuildsFromPrebuildRequest) Force ¶ added in v0.33.0
func (r ApiDeleteBuildsFromPrebuildRequest) Force(force bool) ApiDeleteBuildsFromPrebuildRequest
Force
type ApiDeletePrebuildRequest ¶ added in v0.26.0
type ApiDeletePrebuildRequest struct { ApiService *PrebuildAPIService // contains filtered or unexported fields }
func (ApiDeletePrebuildRequest) Execute ¶ added in v0.26.0
func (r ApiDeletePrebuildRequest) Execute() (*http.Response, error)
func (ApiDeletePrebuildRequest) Force ¶ added in v0.26.0
func (r ApiDeletePrebuildRequest) Force(force bool) ApiDeletePrebuildRequest
Force
type ApiDeleteProfileDataRequest ¶
type ApiDeleteProfileDataRequest struct { ApiService *ProfileAPIService // contains filtered or unexported fields }
type ApiDeleteProjectConfigRequest ¶ added in v0.24.0
type ApiDeleteProjectConfigRequest struct { ApiService *ProjectConfigAPIService // contains filtered or unexported fields }
func (ApiDeleteProjectConfigRequest) Execute ¶ added in v0.24.0
func (r ApiDeleteProjectConfigRequest) Execute() (*http.Response, error)
func (ApiDeleteProjectConfigRequest) Force ¶ added in v0.26.0
func (r ApiDeleteProjectConfigRequest) Force(force bool) ApiDeleteProjectConfigRequest
Force
type ApiFsCreateFolderRequest ¶ added in v0.49.0
type ApiFsCreateFolderRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiFsCreateFolderRequest) Execute ¶ added in v0.49.0
func (r ApiFsCreateFolderRequest) Execute() (*http.Response, error)
func (ApiFsCreateFolderRequest) Mode ¶ added in v0.49.0
func (r ApiFsCreateFolderRequest) Mode(mode string) ApiFsCreateFolderRequest
Mode
func (ApiFsCreateFolderRequest) Path ¶ added in v0.49.0
func (r ApiFsCreateFolderRequest) Path(path string) ApiFsCreateFolderRequest
Path
type ApiFsDeleteFileRequest ¶ added in v0.49.0
type ApiFsDeleteFileRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiFsDeleteFileRequest) Execute ¶ added in v0.49.0
func (r ApiFsDeleteFileRequest) Execute() (*http.Response, error)
func (ApiFsDeleteFileRequest) Path ¶ added in v0.49.0
func (r ApiFsDeleteFileRequest) Path(path string) ApiFsDeleteFileRequest
Path
type ApiFsDownloadFileRequest ¶ added in v0.49.0
type ApiFsDownloadFileRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiFsDownloadFileRequest) Path ¶ added in v0.49.0
func (r ApiFsDownloadFileRequest) Path(path string) ApiFsDownloadFileRequest
Path
type ApiFsFindInFilesRequest ¶ added in v0.49.0
type ApiFsFindInFilesRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiFsFindInFilesRequest) Execute ¶ added in v0.49.0
func (r ApiFsFindInFilesRequest) Execute() ([]Match, *http.Response, error)
func (ApiFsFindInFilesRequest) Path ¶ added in v0.49.0
func (r ApiFsFindInFilesRequest) Path(path string) ApiFsFindInFilesRequest
Path
func (ApiFsFindInFilesRequest) Pattern ¶ added in v0.49.0
func (r ApiFsFindInFilesRequest) Pattern(pattern string) ApiFsFindInFilesRequest
Pattern
type ApiFsGetFileDetailsRequest ¶ added in v0.49.0
type ApiFsGetFileDetailsRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiFsGetFileDetailsRequest) Execute ¶ added in v0.49.0
func (r ApiFsGetFileDetailsRequest) Execute() (*FileInfo, *http.Response, error)
func (ApiFsGetFileDetailsRequest) Path ¶ added in v0.49.0
func (r ApiFsGetFileDetailsRequest) Path(path string) ApiFsGetFileDetailsRequest
Path
type ApiFsListFilesRequest ¶ added in v0.49.0
type ApiFsListFilesRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiFsListFilesRequest) Execute ¶ added in v0.49.0
func (r ApiFsListFilesRequest) Execute() ([]FileInfo, *http.Response, error)
func (ApiFsListFilesRequest) Path ¶ added in v0.49.0
func (r ApiFsListFilesRequest) Path(path string) ApiFsListFilesRequest
Path
type ApiFsMoveFileRequest ¶ added in v0.49.0
type ApiFsMoveFileRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiFsMoveFileRequest) Destination ¶ added in v0.49.0
func (r ApiFsMoveFileRequest) Destination(destination string) ApiFsMoveFileRequest
Destination path
func (ApiFsMoveFileRequest) Execute ¶ added in v0.49.0
func (r ApiFsMoveFileRequest) Execute() (*http.Response, error)
func (ApiFsMoveFileRequest) Source ¶ added in v0.49.0
func (r ApiFsMoveFileRequest) Source(source string) ApiFsMoveFileRequest
Source path
type ApiFsReplaceInFilesRequest ¶ added in v0.49.0
type ApiFsReplaceInFilesRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiFsReplaceInFilesRequest) Execute ¶ added in v0.49.0
func (r ApiFsReplaceInFilesRequest) Execute() ([]ReplaceResult, *http.Response, error)
func (ApiFsReplaceInFilesRequest) Replace ¶ added in v0.49.0
func (r ApiFsReplaceInFilesRequest) Replace(replace ReplaceRequest) ApiFsReplaceInFilesRequest
ReplaceParams
type ApiFsSearchFilesRequest ¶ added in v0.49.0
type ApiFsSearchFilesRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiFsSearchFilesRequest) Execute ¶ added in v0.49.0
func (r ApiFsSearchFilesRequest) Execute() (*SearchFilesResponse, *http.Response, error)
func (ApiFsSearchFilesRequest) Path ¶ added in v0.49.0
func (r ApiFsSearchFilesRequest) Path(path string) ApiFsSearchFilesRequest
Path
func (ApiFsSearchFilesRequest) Pattern ¶ added in v0.49.0
func (r ApiFsSearchFilesRequest) Pattern(pattern string) ApiFsSearchFilesRequest
Pattern
type ApiFsSetFilePermissionsRequest ¶ added in v0.49.0
type ApiFsSetFilePermissionsRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiFsSetFilePermissionsRequest) Execute ¶ added in v0.49.0
func (r ApiFsSetFilePermissionsRequest) Execute() (*http.Response, error)
func (ApiFsSetFilePermissionsRequest) Group ¶ added in v0.49.0
func (r ApiFsSetFilePermissionsRequest) Group(group string) ApiFsSetFilePermissionsRequest
Group
func (ApiFsSetFilePermissionsRequest) Mode ¶ added in v0.49.0
func (r ApiFsSetFilePermissionsRequest) Mode(mode string) ApiFsSetFilePermissionsRequest
Mode
func (ApiFsSetFilePermissionsRequest) Owner ¶ added in v0.49.0
func (r ApiFsSetFilePermissionsRequest) Owner(owner string) ApiFsSetFilePermissionsRequest
Owner
func (ApiFsSetFilePermissionsRequest) Path ¶ added in v0.49.0
func (r ApiFsSetFilePermissionsRequest) Path(path string) ApiFsSetFilePermissionsRequest
Path
type ApiFsUploadFileRequest ¶ added in v0.49.0
type ApiFsUploadFileRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiFsUploadFileRequest) Execute ¶ added in v0.49.0
func (r ApiFsUploadFileRequest) Execute() (*http.Response, error)
func (ApiFsUploadFileRequest) File ¶ added in v0.49.0
func (r ApiFsUploadFileRequest) File(file *os.File) ApiFsUploadFileRequest
File
func (ApiFsUploadFileRequest) Path ¶ added in v0.49.0
func (r ApiFsUploadFileRequest) Path(path string) ApiFsUploadFileRequest
Path
type ApiGenerateApiKeyRequest ¶
type ApiGenerateApiKeyRequest struct { ApiService *ApiKeyAPIService // contains filtered or unexported fields }
type ApiGenerateNetworkKeyRequest ¶
type ApiGenerateNetworkKeyRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
func (ApiGenerateNetworkKeyRequest) Execute ¶
func (r ApiGenerateNetworkKeyRequest) Execute() (*NetworkKey, *http.Response, error)
type ApiGetBuildRequest ¶ added in v0.26.0
type ApiGetBuildRequest struct { ApiService *BuildAPIService // contains filtered or unexported fields }
type ApiGetConfigRequest ¶
type ApiGetConfigRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
func (ApiGetConfigRequest) Execute ¶
func (r ApiGetConfigRequest) Execute() (*ServerConfig, *http.Response, error)
type ApiGetContainerRegistryRequest ¶
type ApiGetContainerRegistryRequest struct { ApiService *ContainerRegistryAPIService // contains filtered or unexported fields }
func (ApiGetContainerRegistryRequest) Execute ¶
func (r ApiGetContainerRegistryRequest) Execute() (*ContainerRegistry, *http.Response, error)
type ApiGetDefaultProjectConfigRequest ¶ added in v0.24.0
type ApiGetDefaultProjectConfigRequest struct { ApiService *ProjectConfigAPIService // contains filtered or unexported fields }
func (ApiGetDefaultProjectConfigRequest) Execute ¶ added in v0.24.0
func (r ApiGetDefaultProjectConfigRequest) Execute() (*ProjectConfig, *http.Response, error)
type ApiGetGitContextRequest ¶
type ApiGetGitContextRequest struct { ApiService *GitProviderAPIService // contains filtered or unexported fields }
func (ApiGetGitContextRequest) Execute ¶
func (r ApiGetGitContextRequest) Execute() (*GitRepository, *http.Response, error)
func (ApiGetGitContextRequest) Repository ¶ added in v0.26.0
func (r ApiGetGitContextRequest) Repository(repository GetRepositoryContext) ApiGetGitContextRequest
Get repository context
type ApiGetGitProviderIdForUrlRequest ¶ added in v0.24.0
type ApiGetGitProviderIdForUrlRequest struct { ApiService *GitProviderAPIService // contains filtered or unexported fields }
type ApiGetGitProviderRequest ¶ added in v0.38.0
type ApiGetGitProviderRequest struct { ApiService *GitProviderAPIService // contains filtered or unexported fields }
func (ApiGetGitProviderRequest) Execute ¶ added in v0.38.0
func (r ApiGetGitProviderRequest) Execute() (*GitProvider, *http.Response, error)
type ApiGetGitUserRequest ¶
type ApiGetGitUserRequest struct { ApiService *GitProviderAPIService // contains filtered or unexported fields }
type ApiGetNamespacesRequest ¶
type ApiGetNamespacesRequest struct { ApiService *GitProviderAPIService // contains filtered or unexported fields }
func (ApiGetNamespacesRequest) Execute ¶
func (r ApiGetNamespacesRequest) Execute() ([]GitNamespace, *http.Response, error)
func (ApiGetNamespacesRequest) Page ¶ added in v0.38.0
func (r ApiGetNamespacesRequest) Page(page int32) ApiGetNamespacesRequest
Page number
func (ApiGetNamespacesRequest) PerPage ¶ added in v0.38.0
func (r ApiGetNamespacesRequest) PerPage(perPage int32) ApiGetNamespacesRequest
Number of items per page
type ApiGetPrebuildRequest ¶ added in v0.26.0
type ApiGetPrebuildRequest struct { ApiService *PrebuildAPIService // contains filtered or unexported fields }
func (ApiGetPrebuildRequest) Execute ¶ added in v0.26.0
func (r ApiGetPrebuildRequest) Execute() (*PrebuildDTO, *http.Response, error)
type ApiGetProfileDataRequest ¶
type ApiGetProfileDataRequest struct { ApiService *ProfileAPIService // contains filtered or unexported fields }
func (ApiGetProfileDataRequest) Execute ¶
func (r ApiGetProfileDataRequest) Execute() (*ProfileData, *http.Response, error)
type ApiGetProjectConfigRequest ¶ added in v0.24.0
type ApiGetProjectConfigRequest struct { ApiService *ProjectConfigAPIService // contains filtered or unexported fields }
func (ApiGetProjectConfigRequest) Execute ¶ added in v0.24.0
func (r ApiGetProjectConfigRequest) Execute() (*ProjectConfig, *http.Response, error)
type ApiGetProjectDirRequest ¶ added in v0.49.0
type ApiGetProjectDirRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiGetProjectDirRequest) Execute ¶ added in v0.49.0
func (r ApiGetProjectDirRequest) Execute() (*ProjectDirResponse, *http.Response, error)
type ApiGetRepoBranchesRequest ¶
type ApiGetRepoBranchesRequest struct { ApiService *GitProviderAPIService // contains filtered or unexported fields }
func (ApiGetRepoBranchesRequest) Execute ¶
func (r ApiGetRepoBranchesRequest) Execute() ([]GitBranch, *http.Response, error)
func (ApiGetRepoBranchesRequest) Page ¶ added in v0.38.0
func (r ApiGetRepoBranchesRequest) Page(page int32) ApiGetRepoBranchesRequest
Page number
func (ApiGetRepoBranchesRequest) PerPage ¶ added in v0.38.0
func (r ApiGetRepoBranchesRequest) PerPage(perPage int32) ApiGetRepoBranchesRequest
Number of items per page
type ApiGetRepoPRsRequest ¶
type ApiGetRepoPRsRequest struct { ApiService *GitProviderAPIService // contains filtered or unexported fields }
func (ApiGetRepoPRsRequest) Execute ¶
func (r ApiGetRepoPRsRequest) Execute() ([]GitPullRequest, *http.Response, error)
func (ApiGetRepoPRsRequest) Page ¶ added in v0.38.0
func (r ApiGetRepoPRsRequest) Page(page int32) ApiGetRepoPRsRequest
Page number
func (ApiGetRepoPRsRequest) PerPage ¶ added in v0.38.0
func (r ApiGetRepoPRsRequest) PerPage(perPage int32) ApiGetRepoPRsRequest
Number of items per page
type ApiGetRepositoriesRequest ¶
type ApiGetRepositoriesRequest struct { ApiService *GitProviderAPIService // contains filtered or unexported fields }
func (ApiGetRepositoriesRequest) Execute ¶
func (r ApiGetRepositoriesRequest) Execute() ([]GitRepository, *http.Response, error)
func (ApiGetRepositoriesRequest) Page ¶ added in v0.38.0
func (r ApiGetRepositoriesRequest) Page(page int32) ApiGetRepositoriesRequest
Page number
func (ApiGetRepositoriesRequest) PerPage ¶ added in v0.38.0
func (r ApiGetRepositoriesRequest) PerPage(perPage int32) ApiGetRepositoriesRequest
Number of items per page
type ApiGetServerLogFilesRequest ¶ added in v0.47.0
type ApiGetServerLogFilesRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
type ApiGetTargetManifestRequest ¶
type ApiGetTargetManifestRequest struct { ApiService *ProviderAPIService // contains filtered or unexported fields }
func (ApiGetTargetManifestRequest) Execute ¶
func (r ApiGetTargetManifestRequest) Execute() (*map[string]ProviderProviderTargetProperty, *http.Response, error)
type ApiGetUrlFromRepositoryRequest ¶ added in v0.24.0
type ApiGetUrlFromRepositoryRequest struct { ApiService *GitProviderAPIService // contains filtered or unexported fields }
func (ApiGetUrlFromRepositoryRequest) Execute ¶ added in v0.24.0
func (r ApiGetUrlFromRepositoryRequest) Execute() (*RepositoryUrl, *http.Response, error)
func (ApiGetUrlFromRepositoryRequest) Repository ¶ added in v0.24.0
func (r ApiGetUrlFromRepositoryRequest) Repository(repository GitRepository) ApiGetUrlFromRepositoryRequest
Git repository
type ApiGetWorkspaceRequest ¶
type ApiGetWorkspaceRequest struct { ApiService *WorkspaceAPIService // contains filtered or unexported fields }
func (ApiGetWorkspaceRequest) Execute ¶
func (r ApiGetWorkspaceRequest) Execute() (*WorkspaceDTO, *http.Response, error)
func (ApiGetWorkspaceRequest) Verbose ¶ added in v0.29.1
func (r ApiGetWorkspaceRequest) Verbose(verbose bool) ApiGetWorkspaceRequest
Verbose
type ApiGitAddFilesRequest ¶ added in v0.49.0
type ApiGitAddFilesRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiGitAddFilesRequest) Execute ¶ added in v0.49.0
func (r ApiGitAddFilesRequest) Execute() (*http.Response, error)
func (ApiGitAddFilesRequest) Params ¶ added in v0.49.0
func (r ApiGitAddFilesRequest) Params(params GitAddRequest) ApiGitAddFilesRequest
GitAddRequest
type ApiGitBranchListRequest ¶ added in v0.49.0
type ApiGitBranchListRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiGitBranchListRequest) Execute ¶ added in v0.49.0
func (r ApiGitBranchListRequest) Execute() (*ListBranchResponse, *http.Response, error)
func (ApiGitBranchListRequest) Path ¶ added in v0.49.0
func (r ApiGitBranchListRequest) Path(path string) ApiGitBranchListRequest
Path to git repository
type ApiGitCloneRepositoryRequest ¶ added in v0.49.0
type ApiGitCloneRepositoryRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiGitCloneRepositoryRequest) Execute ¶ added in v0.49.0
func (r ApiGitCloneRepositoryRequest) Execute() (*http.Response, error)
func (ApiGitCloneRepositoryRequest) Params ¶ added in v0.49.0
func (r ApiGitCloneRepositoryRequest) Params(params GitCloneRequest) ApiGitCloneRepositoryRequest
GitCloneRequest
type ApiGitCommitChangesRequest ¶ added in v0.49.0
type ApiGitCommitChangesRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiGitCommitChangesRequest) Execute ¶ added in v0.49.0
func (r ApiGitCommitChangesRequest) Execute() (*GitCommitResponse, *http.Response, error)
func (ApiGitCommitChangesRequest) Params ¶ added in v0.49.0
func (r ApiGitCommitChangesRequest) Params(params GitCommitRequest) ApiGitCommitChangesRequest
GitCommitRequest
type ApiGitCommitHistoryRequest ¶ added in v0.49.0
type ApiGitCommitHistoryRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiGitCommitHistoryRequest) Execute ¶ added in v0.49.0
func (r ApiGitCommitHistoryRequest) Execute() ([]GitCommitInfo, *http.Response, error)
func (ApiGitCommitHistoryRequest) Path ¶ added in v0.49.0
func (r ApiGitCommitHistoryRequest) Path(path string) ApiGitCommitHistoryRequest
Path to git repository
type ApiGitCreateBranchRequest ¶ added in v0.49.0
type ApiGitCreateBranchRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiGitCreateBranchRequest) Execute ¶ added in v0.49.0
func (r ApiGitCreateBranchRequest) Execute() (*http.Response, error)
func (ApiGitCreateBranchRequest) Params ¶ added in v0.49.0
func (r ApiGitCreateBranchRequest) Params(params GitBranchRequest) ApiGitCreateBranchRequest
GitBranchRequest
type ApiGitGitStatusRequest ¶ added in v0.49.0
type ApiGitGitStatusRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiGitGitStatusRequest) Execute ¶ added in v0.49.0
func (r ApiGitGitStatusRequest) Execute() (*GitStatus, *http.Response, error)
func (ApiGitGitStatusRequest) Path ¶ added in v0.49.0
func (r ApiGitGitStatusRequest) Path(path string) ApiGitGitStatusRequest
Path to git repository
type ApiGitPullChangesRequest ¶ added in v0.49.0
type ApiGitPullChangesRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiGitPullChangesRequest) Execute ¶ added in v0.49.0
func (r ApiGitPullChangesRequest) Execute() (*http.Response, error)
func (ApiGitPullChangesRequest) Params ¶ added in v0.49.0
func (r ApiGitPullChangesRequest) Params(params GitRepoRequest) ApiGitPullChangesRequest
Git pull request
type ApiGitPushChangesRequest ¶ added in v0.49.0
type ApiGitPushChangesRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiGitPushChangesRequest) Execute ¶ added in v0.49.0
func (r ApiGitPushChangesRequest) Execute() (*http.Response, error)
func (ApiGitPushChangesRequest) Params ¶ added in v0.49.0
func (r ApiGitPushChangesRequest) Params(params GitRepoRequest) ApiGitPushChangesRequest
Git push request
type ApiHealthCheckRequest ¶ added in v0.35.1
type ApiHealthCheckRequest struct { ApiService *DefaultAPIService // contains filtered or unexported fields }
type ApiInstallProviderRequest ¶
type ApiInstallProviderRequest struct { ApiService *ProviderAPIService // contains filtered or unexported fields }
func (ApiInstallProviderRequest) Execute ¶
func (r ApiInstallProviderRequest) Execute() (*http.Response, error)
func (ApiInstallProviderRequest) Provider ¶
func (r ApiInstallProviderRequest) Provider(provider InstallProviderRequest) ApiInstallProviderRequest
Provider to install
type ApiKey ¶
type ApiKey struct { KeyHash string `json:"keyHash"` // Project or client name Name string `json:"name"` Type ApikeyApiKeyType `json:"type"` }
ApiKey struct for ApiKey
func NewApiKey ¶
func NewApiKey(keyHash string, name string, type_ ApikeyApiKeyType) *ApiKey
NewApiKey instantiates a new ApiKey object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApiKeyWithDefaults ¶
func NewApiKeyWithDefaults() *ApiKey
NewApiKeyWithDefaults instantiates a new ApiKey object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApiKey) GetKeyHash ¶
GetKeyHash returns the KeyHash field value
func (*ApiKey) GetKeyHashOk ¶
GetKeyHashOk returns a tuple with the KeyHash field value and a boolean to check if the value has been set.
func (*ApiKey) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ApiKey) GetType ¶
func (o *ApiKey) GetType() ApikeyApiKeyType
GetType returns the Type field value
func (*ApiKey) GetTypeOk ¶
func (o *ApiKey) GetTypeOk() (*ApikeyApiKeyType, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (ApiKey) MarshalJSON ¶
func (*ApiKey) UnmarshalJSON ¶ added in v0.25.0
type ApiKeyAPIService ¶
type ApiKeyAPIService service
ApiKeyAPIService ApiKeyAPI service
func (*ApiKeyAPIService) GenerateApiKey ¶
func (a *ApiKeyAPIService) GenerateApiKey(ctx context.Context, apiKeyName string) ApiGenerateApiKeyRequest
GenerateApiKey Generate an API key
Generate an API key
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param apiKeyName API key name @return ApiGenerateApiKeyRequest
func (*ApiKeyAPIService) GenerateApiKeyExecute ¶
func (a *ApiKeyAPIService) GenerateApiKeyExecute(r ApiGenerateApiKeyRequest) (string, *http.Response, error)
Execute executes the request
@return string
func (*ApiKeyAPIService) ListClientApiKeys ¶
func (a *ApiKeyAPIService) ListClientApiKeys(ctx context.Context) ApiListClientApiKeysRequest
ListClientApiKeys List API keys
List API keys
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListClientApiKeysRequest
func (*ApiKeyAPIService) ListClientApiKeysExecute ¶
func (a *ApiKeyAPIService) ListClientApiKeysExecute(r ApiListClientApiKeysRequest) ([]ApiKey, *http.Response, error)
Execute executes the request
@return []ApiKey
func (*ApiKeyAPIService) RevokeApiKey ¶
func (a *ApiKeyAPIService) RevokeApiKey(ctx context.Context, apiKeyName string) ApiRevokeApiKeyRequest
RevokeApiKey Revoke API key
Revoke API key
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param apiKeyName API key name @return ApiRevokeApiKeyRequest
func (*ApiKeyAPIService) RevokeApiKeyExecute ¶
func (a *ApiKeyAPIService) RevokeApiKeyExecute(r ApiRevokeApiKeyRequest) (*http.Response, error)
Execute executes the request
type ApiListBuildsRequest ¶ added in v0.26.0
type ApiListBuildsRequest struct { ApiService *BuildAPIService // contains filtered or unexported fields }
type ApiListClientApiKeysRequest ¶
type ApiListClientApiKeysRequest struct { ApiService *ApiKeyAPIService // contains filtered or unexported fields }
type ApiListContainerRegistriesRequest ¶
type ApiListContainerRegistriesRequest struct { ApiService *ContainerRegistryAPIService // contains filtered or unexported fields }
func (ApiListContainerRegistriesRequest) Execute ¶
func (r ApiListContainerRegistriesRequest) Execute() ([]ContainerRegistry, *http.Response, error)
type ApiListGitProvidersForUrlRequest ¶ added in v0.38.0
type ApiListGitProvidersForUrlRequest struct { ApiService *GitProviderAPIService // contains filtered or unexported fields }
func (ApiListGitProvidersForUrlRequest) Execute ¶ added in v0.38.0
func (r ApiListGitProvidersForUrlRequest) Execute() ([]GitProvider, *http.Response, error)
type ApiListGitProvidersRequest ¶
type ApiListGitProvidersRequest struct { ApiService *GitProviderAPIService // contains filtered or unexported fields }
func (ApiListGitProvidersRequest) Execute ¶
func (r ApiListGitProvidersRequest) Execute() ([]GitProvider, *http.Response, error)
type ApiListPrebuildsForProjectConfigRequest ¶ added in v0.26.0
type ApiListPrebuildsForProjectConfigRequest struct { ApiService *PrebuildAPIService // contains filtered or unexported fields }
func (ApiListPrebuildsForProjectConfigRequest) Execute ¶ added in v0.26.0
func (r ApiListPrebuildsForProjectConfigRequest) Execute() ([]PrebuildDTO, *http.Response, error)
type ApiListPrebuildsRequest ¶ added in v0.26.0
type ApiListPrebuildsRequest struct { ApiService *PrebuildAPIService // contains filtered or unexported fields }
func (ApiListPrebuildsRequest) Execute ¶ added in v0.26.0
func (r ApiListPrebuildsRequest) Execute() ([]PrebuildDTO, *http.Response, error)
type ApiListProjectConfigsRequest ¶ added in v0.24.0
type ApiListProjectConfigsRequest struct { ApiService *ProjectConfigAPIService // contains filtered or unexported fields }
func (ApiListProjectConfigsRequest) Execute ¶ added in v0.24.0
func (r ApiListProjectConfigsRequest) Execute() ([]ProjectConfig, *http.Response, error)
type ApiListProvidersRequest ¶
type ApiListProvidersRequest struct { ApiService *ProviderAPIService // contains filtered or unexported fields }
type ApiListSamplesRequest ¶ added in v0.27.0
type ApiListSamplesRequest struct { ApiService *SampleAPIService // contains filtered or unexported fields }
type ApiListTargetsRequest ¶
type ApiListTargetsRequest struct { ApiService *TargetAPIService // contains filtered or unexported fields }
func (ApiListTargetsRequest) Execute ¶
func (r ApiListTargetsRequest) Execute() ([]ProviderTarget, *http.Response, error)
type ApiListWorkspacesRequest ¶
type ApiListWorkspacesRequest struct { ApiService *WorkspaceAPIService // contains filtered or unexported fields }
func (ApiListWorkspacesRequest) Execute ¶
func (r ApiListWorkspacesRequest) Execute() ([]WorkspaceDTO, *http.Response, error)
func (ApiListWorkspacesRequest) Verbose ¶
func (r ApiListWorkspacesRequest) Verbose(verbose bool) ApiListWorkspacesRequest
Verbose
type ApiLspCompletionsRequest ¶ added in v0.49.0
type ApiLspCompletionsRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiLspCompletionsRequest) Execute ¶ added in v0.49.0
func (r ApiLspCompletionsRequest) Execute() (*CompletionList, *http.Response, error)
func (ApiLspCompletionsRequest) Params ¶ added in v0.49.0
func (r ApiLspCompletionsRequest) Params(params LspCompletionParams) ApiLspCompletionsRequest
LspCompletionParams
type ApiLspDidCloseRequest ¶ added in v0.49.0
type ApiLspDidCloseRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiLspDidCloseRequest) Execute ¶ added in v0.49.0
func (r ApiLspDidCloseRequest) Execute() (*http.Response, error)
func (ApiLspDidCloseRequest) Params ¶ added in v0.49.0
func (r ApiLspDidCloseRequest) Params(params LspDocumentRequest) ApiLspDidCloseRequest
LspDocumentRequest
type ApiLspDidOpenRequest ¶ added in v0.49.0
type ApiLspDidOpenRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiLspDidOpenRequest) Execute ¶ added in v0.49.0
func (r ApiLspDidOpenRequest) Execute() (*http.Response, error)
func (ApiLspDidOpenRequest) Params ¶ added in v0.49.0
func (r ApiLspDidOpenRequest) Params(params LspDocumentRequest) ApiLspDidOpenRequest
LspDocumentRequest
type ApiLspDocumentSymbolsRequest ¶ added in v0.49.0
type ApiLspDocumentSymbolsRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiLspDocumentSymbolsRequest) Execute ¶ added in v0.49.0
func (r ApiLspDocumentSymbolsRequest) Execute() ([]LspSymbol, *http.Response, error)
func (ApiLspDocumentSymbolsRequest) LanguageId ¶ added in v0.49.0
func (r ApiLspDocumentSymbolsRequest) LanguageId(languageId string) ApiLspDocumentSymbolsRequest
Language ID
func (ApiLspDocumentSymbolsRequest) PathToProject ¶ added in v0.49.0
func (r ApiLspDocumentSymbolsRequest) PathToProject(pathToProject string) ApiLspDocumentSymbolsRequest
Path to project
func (ApiLspDocumentSymbolsRequest) Uri ¶ added in v0.49.0
func (r ApiLspDocumentSymbolsRequest) Uri(uri string) ApiLspDocumentSymbolsRequest
Document Uri
type ApiLspStartRequest ¶ added in v0.49.0
type ApiLspStartRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiLspStartRequest) Execute ¶ added in v0.49.0
func (r ApiLspStartRequest) Execute() (*http.Response, error)
func (ApiLspStartRequest) Params ¶ added in v0.49.0
func (r ApiLspStartRequest) Params(params LspServerRequest) ApiLspStartRequest
LspServerRequest
type ApiLspStopRequest ¶ added in v0.49.0
type ApiLspStopRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiLspStopRequest) Execute ¶ added in v0.49.0
func (r ApiLspStopRequest) Execute() (*http.Response, error)
func (ApiLspStopRequest) Params ¶ added in v0.49.0
func (r ApiLspStopRequest) Params(params LspServerRequest) ApiLspStopRequest
LspServerRequest
type ApiLspWorkspaceSymbolsRequest ¶ added in v0.49.0
type ApiLspWorkspaceSymbolsRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiLspWorkspaceSymbolsRequest) Execute ¶ added in v0.49.0
func (r ApiLspWorkspaceSymbolsRequest) Execute() ([]LspSymbol, *http.Response, error)
func (ApiLspWorkspaceSymbolsRequest) LanguageId ¶ added in v0.49.0
func (r ApiLspWorkspaceSymbolsRequest) LanguageId(languageId string) ApiLspWorkspaceSymbolsRequest
Language ID
func (ApiLspWorkspaceSymbolsRequest) PathToProject ¶ added in v0.49.0
func (r ApiLspWorkspaceSymbolsRequest) PathToProject(pathToProject string) ApiLspWorkspaceSymbolsRequest
Path to project
func (ApiLspWorkspaceSymbolsRequest) Query ¶ added in v0.49.0
func (r ApiLspWorkspaceSymbolsRequest) Query(query string) ApiLspWorkspaceSymbolsRequest
Symbol Query
type ApiProcessExecuteCommandRequest ¶ added in v0.49.0
type ApiProcessExecuteCommandRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiProcessExecuteCommandRequest) Execute ¶ added in v0.49.0
func (r ApiProcessExecuteCommandRequest) Execute() (*ExecuteResponse, *http.Response, error)
func (ApiProcessExecuteCommandRequest) Params ¶ added in v0.49.0
func (r ApiProcessExecuteCommandRequest) Params(params ExecuteRequest) ApiProcessExecuteCommandRequest
Execute command request
type ApiProcessGitEventRequest ¶ added in v0.26.0
type ApiProcessGitEventRequest struct { ApiService *PrebuildAPIService // contains filtered or unexported fields }
func (ApiProcessGitEventRequest) Execute ¶ added in v0.26.0
func (r ApiProcessGitEventRequest) Execute() (*http.Response, error)
func (ApiProcessGitEventRequest) Workspace ¶ added in v0.26.0
func (r ApiProcessGitEventRequest) Workspace(workspace map[string]interface{}) ApiProcessGitEventRequest
Webhook event
type ApiRemoveContainerRegistryRequest ¶
type ApiRemoveContainerRegistryRequest struct { ApiService *ContainerRegistryAPIService // contains filtered or unexported fields }
type ApiRemoveGitProviderRequest ¶
type ApiRemoveGitProviderRequest struct { ApiService *GitProviderAPIService // contains filtered or unexported fields }
type ApiRemoveTargetRequest ¶
type ApiRemoveTargetRequest struct { ApiService *TargetAPIService // contains filtered or unexported fields }
type ApiRemoveWorkspaceRequest ¶
type ApiRemoveWorkspaceRequest struct { ApiService *WorkspaceAPIService // contains filtered or unexported fields }
func (ApiRemoveWorkspaceRequest) Execute ¶
func (r ApiRemoveWorkspaceRequest) Execute() (*http.Response, error)
func (ApiRemoveWorkspaceRequest) Force ¶ added in v0.19.0
func (r ApiRemoveWorkspaceRequest) Force(force bool) ApiRemoveWorkspaceRequest
Force
type ApiRevokeApiKeyRequest ¶
type ApiRevokeApiKeyRequest struct { ApiService *ApiKeyAPIService // contains filtered or unexported fields }
type ApiSetConfigRequest ¶
type ApiSetConfigRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
func (ApiSetConfigRequest) Config ¶
func (r ApiSetConfigRequest) Config(config ServerConfig) ApiSetConfigRequest
Server configuration
func (ApiSetConfigRequest) Execute ¶
func (r ApiSetConfigRequest) Execute() (*ServerConfig, *http.Response, error)
type ApiSetContainerRegistryRequest ¶
type ApiSetContainerRegistryRequest struct { ApiService *ContainerRegistryAPIService // contains filtered or unexported fields }
func (ApiSetContainerRegistryRequest) ContainerRegistry ¶
func (r ApiSetContainerRegistryRequest) ContainerRegistry(containerRegistry ContainerRegistry) ApiSetContainerRegistryRequest
Container Registry credentials to set
type ApiSetDefaultProjectConfigRequest ¶ added in v0.24.0
type ApiSetDefaultProjectConfigRequest struct { ApiService *ProjectConfigAPIService // contains filtered or unexported fields }
type ApiSetDefaultTargetRequest ¶ added in v0.40.0
type ApiSetDefaultTargetRequest struct { ApiService *TargetAPIService // contains filtered or unexported fields }
type ApiSetGitProviderRequest ¶
type ApiSetGitProviderRequest struct { ApiService *GitProviderAPIService // contains filtered or unexported fields }
func (ApiSetGitProviderRequest) Execute ¶
func (r ApiSetGitProviderRequest) Execute() (*http.Response, error)
func (ApiSetGitProviderRequest) GitProviderConfig ¶
func (r ApiSetGitProviderRequest) GitProviderConfig(gitProviderConfig SetGitProviderConfig) ApiSetGitProviderRequest
Git provider
type ApiSetPrebuildRequest ¶ added in v0.26.0
type ApiSetPrebuildRequest struct { ApiService *PrebuildAPIService // contains filtered or unexported fields }
func (ApiSetPrebuildRequest) Execute ¶ added in v0.26.0
func (r ApiSetPrebuildRequest) Execute() (string, *http.Response, error)
func (ApiSetPrebuildRequest) Prebuild ¶ added in v0.26.0
func (r ApiSetPrebuildRequest) Prebuild(prebuild CreatePrebuildDTO) ApiSetPrebuildRequest
Prebuild
type ApiSetProfileDataRequest ¶
type ApiSetProfileDataRequest struct { ApiService *ProfileAPIService // contains filtered or unexported fields }
func (ApiSetProfileDataRequest) Execute ¶
func (r ApiSetProfileDataRequest) Execute() (*http.Response, error)
func (ApiSetProfileDataRequest) ProfileData ¶
func (r ApiSetProfileDataRequest) ProfileData(profileData ProfileData) ApiSetProfileDataRequest
Profile data
type ApiSetProjectConfigRequest ¶ added in v0.24.0
type ApiSetProjectConfigRequest struct { ApiService *ProjectConfigAPIService // contains filtered or unexported fields }
func (ApiSetProjectConfigRequest) Execute ¶ added in v0.24.0
func (r ApiSetProjectConfigRequest) Execute() (*http.Response, error)
func (ApiSetProjectConfigRequest) ProjectConfig ¶ added in v0.24.0
func (r ApiSetProjectConfigRequest) ProjectConfig(projectConfig CreateProjectConfigDTO) ApiSetProjectConfigRequest
Project config
type ApiSetProjectStateRequest ¶
type ApiSetProjectStateRequest struct { ApiService *WorkspaceAPIService // contains filtered or unexported fields }
func (ApiSetProjectStateRequest) Execute ¶
func (r ApiSetProjectStateRequest) Execute() (*http.Response, error)
func (ApiSetProjectStateRequest) SetState ¶
func (r ApiSetProjectStateRequest) SetState(setState SetProjectState) ApiSetProjectStateRequest
Set State
type ApiSetTargetRequest ¶
type ApiSetTargetRequest struct { ApiService *TargetAPIService // contains filtered or unexported fields }
func (ApiSetTargetRequest) Target ¶
func (r ApiSetTargetRequest) Target(target CreateProviderTargetDTO) ApiSetTargetRequest
Target to set
type ApiStartProjectRequest ¶
type ApiStartProjectRequest struct { ApiService *WorkspaceAPIService // contains filtered or unexported fields }
type ApiStartWorkspaceRequest ¶
type ApiStartWorkspaceRequest struct { ApiService *WorkspaceAPIService // contains filtered or unexported fields }
type ApiStopProjectRequest ¶
type ApiStopProjectRequest struct { ApiService *WorkspaceAPIService // contains filtered or unexported fields }
type ApiStopWorkspaceRequest ¶
type ApiStopWorkspaceRequest struct { ApiService *WorkspaceAPIService // contains filtered or unexported fields }
type ApiUninstallProviderRequest ¶
type ApiUninstallProviderRequest struct { ApiService *ProviderAPIService // contains filtered or unexported fields }
type ApikeyApiKeyType ¶
type ApikeyApiKeyType string
ApikeyApiKeyType the model 'ApikeyApiKeyType'
const ( ApiKeyTypeClient ApikeyApiKeyType = "client" ApiKeyTypeProject ApikeyApiKeyType = "project" ApiKeyTypeWorkspace ApikeyApiKeyType = "workspace" )
List of apikey.ApiKeyType
func NewApikeyApiKeyTypeFromValue ¶
func NewApikeyApiKeyTypeFromValue(v string) (*ApikeyApiKeyType, error)
NewApikeyApiKeyTypeFromValue returns a pointer to a valid ApikeyApiKeyType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ApikeyApiKeyType) IsValid ¶
func (v ApikeyApiKeyType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ApikeyApiKeyType) Ptr ¶
func (v ApikeyApiKeyType) Ptr() *ApikeyApiKeyType
Ptr returns reference to apikey.ApiKeyType value
func (*ApikeyApiKeyType) UnmarshalJSON ¶
func (v *ApikeyApiKeyType) UnmarshalJSON(src []byte) error
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type Build ¶ added in v0.26.0
type Build struct { BuildConfig *BuildConfig `json:"buildConfig,omitempty"` ContainerConfig ContainerConfig `json:"containerConfig"` CreatedAt string `json:"createdAt"` EnvVars map[string]string `json:"envVars"` Id string `json:"id"` Image *string `json:"image,omitempty"` PrebuildId string `json:"prebuildId"` Repository GitRepository `json:"repository"` State BuildBuildState `json:"state"` UpdatedAt string `json:"updatedAt"` User *string `json:"user,omitempty"` }
Build struct for Build
func NewBuild ¶ added in v0.26.0
func NewBuild(containerConfig ContainerConfig, createdAt string, envVars map[string]string, id string, prebuildId string, repository GitRepository, state BuildBuildState, updatedAt string) *Build
NewBuild instantiates a new Build object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBuildWithDefaults ¶ added in v0.26.0
func NewBuildWithDefaults() *Build
NewBuildWithDefaults instantiates a new Build object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Build) GetBuildConfig ¶ added in v0.26.0
func (o *Build) GetBuildConfig() BuildConfig
GetBuildConfig returns the BuildConfig field value if set, zero value otherwise.
func (*Build) GetBuildConfigOk ¶ added in v0.26.0
func (o *Build) GetBuildConfigOk() (*BuildConfig, bool)
GetBuildConfigOk returns a tuple with the BuildConfig field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Build) GetContainerConfig ¶ added in v0.33.0
func (o *Build) GetContainerConfig() ContainerConfig
GetContainerConfig returns the ContainerConfig field value
func (*Build) GetContainerConfigOk ¶ added in v0.33.0
func (o *Build) GetContainerConfigOk() (*ContainerConfig, bool)
GetContainerConfigOk returns a tuple with the ContainerConfig field value and a boolean to check if the value has been set.
func (*Build) GetCreatedAt ¶ added in v0.26.0
GetCreatedAt returns the CreatedAt field value
func (*Build) GetCreatedAtOk ¶ added in v0.26.0
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Build) GetEnvVars ¶ added in v0.26.0
GetEnvVars returns the EnvVars field value
func (*Build) GetEnvVarsOk ¶ added in v0.26.0
GetEnvVarsOk returns a tuple with the EnvVars field value and a boolean to check if the value has been set.
func (*Build) GetIdOk ¶ added in v0.26.0
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Build) GetImage ¶ added in v0.26.0
GetImage returns the Image field value if set, zero value otherwise.
func (*Build) GetImageOk ¶ added in v0.26.0
GetImageOk returns a tuple with the Image field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Build) GetPrebuildId ¶ added in v0.26.0
GetPrebuildId returns the PrebuildId field value
func (*Build) GetPrebuildIdOk ¶ added in v0.26.0
GetPrebuildIdOk returns a tuple with the PrebuildId field value and a boolean to check if the value has been set.
func (*Build) GetRepository ¶ added in v0.26.0
func (o *Build) GetRepository() GitRepository
GetRepository returns the Repository field value
func (*Build) GetRepositoryOk ¶ added in v0.26.0
func (o *Build) GetRepositoryOk() (*GitRepository, bool)
GetRepositoryOk returns a tuple with the Repository field value and a boolean to check if the value has been set.
func (*Build) GetState ¶ added in v0.26.0
func (o *Build) GetState() BuildBuildState
GetState returns the State field value
func (*Build) GetStateOk ¶ added in v0.26.0
func (o *Build) GetStateOk() (*BuildBuildState, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (*Build) GetUpdatedAt ¶ added in v0.26.0
GetUpdatedAt returns the UpdatedAt field value
func (*Build) GetUpdatedAtOk ¶ added in v0.26.0
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*Build) GetUser ¶ added in v0.26.0
GetUser returns the User field value if set, zero value otherwise.
func (*Build) GetUserOk ¶ added in v0.26.0
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Build) HasBuildConfig ¶ added in v0.26.0
HasBuildConfig returns a boolean if a field has been set.
func (Build) MarshalJSON ¶ added in v0.26.0
func (*Build) SetBuildConfig ¶ added in v0.26.0
func (o *Build) SetBuildConfig(v BuildConfig)
SetBuildConfig gets a reference to the given BuildConfig and assigns it to the BuildConfig field.
func (*Build) SetContainerConfig ¶ added in v0.33.0
func (o *Build) SetContainerConfig(v ContainerConfig)
SetContainerConfig sets field value
func (*Build) SetCreatedAt ¶ added in v0.26.0
SetCreatedAt sets field value
func (*Build) SetEnvVars ¶ added in v0.26.0
SetEnvVars sets field value
func (*Build) SetImage ¶ added in v0.26.0
SetImage gets a reference to the given string and assigns it to the Image field.
func (*Build) SetPrebuildId ¶ added in v0.26.0
SetPrebuildId sets field value
func (*Build) SetRepository ¶ added in v0.26.0
func (o *Build) SetRepository(v GitRepository)
SetRepository sets field value
func (*Build) SetState ¶ added in v0.26.0
func (o *Build) SetState(v BuildBuildState)
SetState sets field value
func (*Build) SetUpdatedAt ¶ added in v0.26.0
SetUpdatedAt sets field value
func (*Build) SetUser ¶ added in v0.26.0
SetUser gets a reference to the given string and assigns it to the User field.
func (*Build) UnmarshalJSON ¶ added in v0.26.0
type BuildAPIService ¶ added in v0.26.0
type BuildAPIService service
BuildAPIService BuildAPI service
func (*BuildAPIService) CreateBuild ¶ added in v0.26.0
func (a *BuildAPIService) CreateBuild(ctx context.Context) ApiCreateBuildRequest
CreateBuild Create a build
Create a build
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateBuildRequest
func (*BuildAPIService) CreateBuildExecute ¶ added in v0.26.0
func (a *BuildAPIService) CreateBuildExecute(r ApiCreateBuildRequest) (string, *http.Response, error)
Execute executes the request
@return string
func (*BuildAPIService) DeleteAllBuilds ¶ added in v0.26.0
func (a *BuildAPIService) DeleteAllBuilds(ctx context.Context) ApiDeleteAllBuildsRequest
DeleteAllBuilds Delete ALL builds
Delete ALL builds
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiDeleteAllBuildsRequest
func (*BuildAPIService) DeleteAllBuildsExecute ¶ added in v0.26.0
func (a *BuildAPIService) DeleteAllBuildsExecute(r ApiDeleteAllBuildsRequest) (*http.Response, error)
Execute executes the request
func (*BuildAPIService) DeleteBuild ¶ added in v0.26.0
func (a *BuildAPIService) DeleteBuild(ctx context.Context, buildId string) ApiDeleteBuildRequest
DeleteBuild Delete build
Delete build
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param buildId Build ID @return ApiDeleteBuildRequest
func (*BuildAPIService) DeleteBuildExecute ¶ added in v0.26.0
func (a *BuildAPIService) DeleteBuildExecute(r ApiDeleteBuildRequest) (*http.Response, error)
Execute executes the request
func (*BuildAPIService) DeleteBuildsFromPrebuild ¶ added in v0.26.0
func (a *BuildAPIService) DeleteBuildsFromPrebuild(ctx context.Context, prebuildId string) ApiDeleteBuildsFromPrebuildRequest
DeleteBuildsFromPrebuild Delete builds
Delete builds
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param prebuildId Prebuild ID @return ApiDeleteBuildsFromPrebuildRequest
func (*BuildAPIService) DeleteBuildsFromPrebuildExecute ¶ added in v0.26.0
func (a *BuildAPIService) DeleteBuildsFromPrebuildExecute(r ApiDeleteBuildsFromPrebuildRequest) (*http.Response, error)
Execute executes the request
func (*BuildAPIService) GetBuild ¶ added in v0.26.0
func (a *BuildAPIService) GetBuild(ctx context.Context, buildId string) ApiGetBuildRequest
GetBuild Get build data
Get build data
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param buildId Build ID @return ApiGetBuildRequest
func (*BuildAPIService) GetBuildExecute ¶ added in v0.26.0
func (a *BuildAPIService) GetBuildExecute(r ApiGetBuildRequest) (*Build, *http.Response, error)
Execute executes the request
@return Build
func (*BuildAPIService) ListBuilds ¶ added in v0.26.0
func (a *BuildAPIService) ListBuilds(ctx context.Context) ApiListBuildsRequest
ListBuilds List builds
List builds
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListBuildsRequest
func (*BuildAPIService) ListBuildsExecute ¶ added in v0.26.0
func (a *BuildAPIService) ListBuildsExecute(r ApiListBuildsRequest) ([]Build, *http.Response, error)
Execute executes the request
@return []Build
type BuildBuildState ¶ added in v0.26.0
type BuildBuildState string
BuildBuildState the model 'BuildBuildState'
const ( BuildStatePendingRun BuildBuildState = "pending-run" BuildStateRunning BuildBuildState = "running" BuildStateError BuildBuildState = "error" BuildStateSuccess BuildBuildState = "success" BuildStatePublished BuildBuildState = "published" BuildStatePendingDelete BuildBuildState = "pending-delete" BuildStatePendingForcedDelete BuildBuildState = "pending-forced-delete" BuildStateDeleting BuildBuildState = "deleting" )
List of build.BuildState
func NewBuildBuildStateFromValue ¶ added in v0.26.0
func NewBuildBuildStateFromValue(v string) (*BuildBuildState, error)
NewBuildBuildStateFromValue returns a pointer to a valid BuildBuildState for the value passed as argument, or an error if the value passed is not allowed by the enum
func (BuildBuildState) IsValid ¶ added in v0.26.0
func (v BuildBuildState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (BuildBuildState) Ptr ¶ added in v0.26.0
func (v BuildBuildState) Ptr() *BuildBuildState
Ptr returns reference to build.BuildState value
func (*BuildBuildState) UnmarshalJSON ¶ added in v0.26.0
func (v *BuildBuildState) UnmarshalJSON(src []byte) error
type BuildConfig ¶ added in v0.26.0
type BuildConfig struct { CachedBuild *CachedBuild `json:"cachedBuild,omitempty"` Devcontainer *DevcontainerConfig `json:"devcontainer,omitempty"` }
BuildConfig struct for BuildConfig
func NewBuildConfig ¶ added in v0.26.0
func NewBuildConfig() *BuildConfig
NewBuildConfig instantiates a new BuildConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBuildConfigWithDefaults ¶ added in v0.26.0
func NewBuildConfigWithDefaults() *BuildConfig
NewBuildConfigWithDefaults instantiates a new BuildConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BuildConfig) GetCachedBuild ¶ added in v0.26.0
func (o *BuildConfig) GetCachedBuild() CachedBuild
GetCachedBuild returns the CachedBuild field value if set, zero value otherwise.
func (*BuildConfig) GetCachedBuildOk ¶ added in v0.26.0
func (o *BuildConfig) GetCachedBuildOk() (*CachedBuild, bool)
GetCachedBuildOk returns a tuple with the CachedBuild field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BuildConfig) GetDevcontainer ¶ added in v0.26.0
func (o *BuildConfig) GetDevcontainer() DevcontainerConfig
GetDevcontainer returns the Devcontainer field value if set, zero value otherwise.
func (*BuildConfig) GetDevcontainerOk ¶ added in v0.26.0
func (o *BuildConfig) GetDevcontainerOk() (*DevcontainerConfig, bool)
GetDevcontainerOk returns a tuple with the Devcontainer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BuildConfig) HasCachedBuild ¶ added in v0.26.0
func (o *BuildConfig) HasCachedBuild() bool
HasCachedBuild returns a boolean if a field has been set.
func (*BuildConfig) HasDevcontainer ¶ added in v0.26.0
func (o *BuildConfig) HasDevcontainer() bool
HasDevcontainer returns a boolean if a field has been set.
func (BuildConfig) MarshalJSON ¶ added in v0.26.0
func (o BuildConfig) MarshalJSON() ([]byte, error)
func (*BuildConfig) SetCachedBuild ¶ added in v0.26.0
func (o *BuildConfig) SetCachedBuild(v CachedBuild)
SetCachedBuild gets a reference to the given CachedBuild and assigns it to the CachedBuild field.
func (*BuildConfig) SetDevcontainer ¶ added in v0.26.0
func (o *BuildConfig) SetDevcontainer(v DevcontainerConfig)
SetDevcontainer gets a reference to the given DevcontainerConfig and assigns it to the Devcontainer field.
func (BuildConfig) ToMap ¶ added in v0.26.0
func (o BuildConfig) ToMap() (map[string]interface{}, error)
type CachedBuild ¶ added in v0.26.0
CachedBuild struct for CachedBuild
func NewCachedBuild ¶ added in v0.26.0
func NewCachedBuild(image string, user string) *CachedBuild
NewCachedBuild instantiates a new CachedBuild object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCachedBuildWithDefaults ¶ added in v0.26.0
func NewCachedBuildWithDefaults() *CachedBuild
NewCachedBuildWithDefaults instantiates a new CachedBuild object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CachedBuild) GetImage ¶ added in v0.26.0
func (o *CachedBuild) GetImage() string
GetImage returns the Image field value
func (*CachedBuild) GetImageOk ¶ added in v0.26.0
func (o *CachedBuild) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.
func (*CachedBuild) GetUser ¶ added in v0.26.0
func (o *CachedBuild) GetUser() string
GetUser returns the User field value
func (*CachedBuild) GetUserOk ¶ added in v0.26.0
func (o *CachedBuild) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.
func (CachedBuild) MarshalJSON ¶ added in v0.26.0
func (o CachedBuild) MarshalJSON() ([]byte, error)
func (*CachedBuild) SetImage ¶ added in v0.26.0
func (o *CachedBuild) SetImage(v string)
SetImage sets field value
func (*CachedBuild) SetUser ¶ added in v0.26.0
func (o *CachedBuild) SetUser(v string)
SetUser sets field value
func (CachedBuild) ToMap ¶ added in v0.26.0
func (o CachedBuild) ToMap() (map[string]interface{}, error)
func (*CachedBuild) UnmarshalJSON ¶ added in v0.26.0
func (o *CachedBuild) UnmarshalJSON(data []byte) (err error)
type CloneTarget ¶ added in v0.26.0
type CloneTarget string
CloneTarget the model 'CloneTarget'
const ( CloneTargetBranch CloneTarget = "branch" CloneTargetCommit CloneTarget = "commit" )
List of CloneTarget
func NewCloneTargetFromValue ¶ added in v0.26.0
func NewCloneTargetFromValue(v string) (*CloneTarget, error)
NewCloneTargetFromValue returns a pointer to a valid CloneTarget for the value passed as argument, or an error if the value passed is not allowed by the enum
func (CloneTarget) IsValid ¶ added in v0.26.0
func (v CloneTarget) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (CloneTarget) Ptr ¶ added in v0.26.0
func (v CloneTarget) Ptr() *CloneTarget
Ptr returns reference to CloneTarget value
func (*CloneTarget) UnmarshalJSON ¶ added in v0.26.0
func (v *CloneTarget) UnmarshalJSON(src []byte) error
type CompletionContext ¶ added in v0.49.0
type CompletionContext struct { TriggerCharacter *string `json:"triggerCharacter,omitempty"` TriggerKind int32 `json:"triggerKind"` }
CompletionContext struct for CompletionContext
func NewCompletionContext ¶ added in v0.49.0
func NewCompletionContext(triggerKind int32) *CompletionContext
NewCompletionContext instantiates a new CompletionContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCompletionContextWithDefaults ¶ added in v0.49.0
func NewCompletionContextWithDefaults() *CompletionContext
NewCompletionContextWithDefaults instantiates a new CompletionContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CompletionContext) GetTriggerCharacter ¶ added in v0.49.0
func (o *CompletionContext) GetTriggerCharacter() string
GetTriggerCharacter returns the TriggerCharacter field value if set, zero value otherwise.
func (*CompletionContext) GetTriggerCharacterOk ¶ added in v0.49.0
func (o *CompletionContext) GetTriggerCharacterOk() (*string, bool)
GetTriggerCharacterOk returns a tuple with the TriggerCharacter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CompletionContext) GetTriggerKind ¶ added in v0.49.0
func (o *CompletionContext) GetTriggerKind() int32
GetTriggerKind returns the TriggerKind field value
func (*CompletionContext) GetTriggerKindOk ¶ added in v0.49.0
func (o *CompletionContext) GetTriggerKindOk() (*int32, bool)
GetTriggerKindOk returns a tuple with the TriggerKind field value and a boolean to check if the value has been set.
func (*CompletionContext) HasTriggerCharacter ¶ added in v0.49.0
func (o *CompletionContext) HasTriggerCharacter() bool
HasTriggerCharacter returns a boolean if a field has been set.
func (CompletionContext) MarshalJSON ¶ added in v0.49.0
func (o CompletionContext) MarshalJSON() ([]byte, error)
func (*CompletionContext) SetTriggerCharacter ¶ added in v0.49.0
func (o *CompletionContext) SetTriggerCharacter(v string)
SetTriggerCharacter gets a reference to the given string and assigns it to the TriggerCharacter field.
func (*CompletionContext) SetTriggerKind ¶ added in v0.49.0
func (o *CompletionContext) SetTriggerKind(v int32)
SetTriggerKind sets field value
func (CompletionContext) ToMap ¶ added in v0.49.0
func (o CompletionContext) ToMap() (map[string]interface{}, error)
func (*CompletionContext) UnmarshalJSON ¶ added in v0.49.0
func (o *CompletionContext) UnmarshalJSON(data []byte) (err error)
type CompletionItem ¶ added in v0.49.0
type CompletionItem struct { Detail *string `json:"detail,omitempty"` Documentation map[string]interface{} `json:"documentation,omitempty"` FilterText *string `json:"filterText,omitempty"` InsertText *string `json:"insertText,omitempty"` Kind *int32 `json:"kind,omitempty"` Label string `json:"label"` SortText *string `json:"sortText,omitempty"` }
CompletionItem struct for CompletionItem
func NewCompletionItem ¶ added in v0.49.0
func NewCompletionItem(label string) *CompletionItem
NewCompletionItem instantiates a new CompletionItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCompletionItemWithDefaults ¶ added in v0.49.0
func NewCompletionItemWithDefaults() *CompletionItem
NewCompletionItemWithDefaults instantiates a new CompletionItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CompletionItem) GetDetail ¶ added in v0.49.0
func (o *CompletionItem) GetDetail() string
GetDetail returns the Detail field value if set, zero value otherwise.
func (*CompletionItem) GetDetailOk ¶ added in v0.49.0
func (o *CompletionItem) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CompletionItem) GetDocumentation ¶ added in v0.49.0
func (o *CompletionItem) GetDocumentation() map[string]interface{}
GetDocumentation returns the Documentation field value if set, zero value otherwise.
func (*CompletionItem) GetDocumentationOk ¶ added in v0.49.0
func (o *CompletionItem) GetDocumentationOk() (map[string]interface{}, bool)
GetDocumentationOk returns a tuple with the Documentation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CompletionItem) GetFilterText ¶ added in v0.49.0
func (o *CompletionItem) GetFilterText() string
GetFilterText returns the FilterText field value if set, zero value otherwise.
func (*CompletionItem) GetFilterTextOk ¶ added in v0.49.0
func (o *CompletionItem) GetFilterTextOk() (*string, bool)
GetFilterTextOk returns a tuple with the FilterText field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CompletionItem) GetInsertText ¶ added in v0.49.0
func (o *CompletionItem) GetInsertText() string
GetInsertText returns the InsertText field value if set, zero value otherwise.
func (*CompletionItem) GetInsertTextOk ¶ added in v0.49.0
func (o *CompletionItem) GetInsertTextOk() (*string, bool)
GetInsertTextOk returns a tuple with the InsertText field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CompletionItem) GetKind ¶ added in v0.49.0
func (o *CompletionItem) GetKind() int32
GetKind returns the Kind field value if set, zero value otherwise.
func (*CompletionItem) GetKindOk ¶ added in v0.49.0
func (o *CompletionItem) GetKindOk() (*int32, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CompletionItem) GetLabel ¶ added in v0.49.0
func (o *CompletionItem) GetLabel() string
GetLabel returns the Label field value
func (*CompletionItem) GetLabelOk ¶ added in v0.49.0
func (o *CompletionItem) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*CompletionItem) GetSortText ¶ added in v0.49.0
func (o *CompletionItem) GetSortText() string
GetSortText returns the SortText field value if set, zero value otherwise.
func (*CompletionItem) GetSortTextOk ¶ added in v0.49.0
func (o *CompletionItem) GetSortTextOk() (*string, bool)
GetSortTextOk returns a tuple with the SortText field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CompletionItem) HasDetail ¶ added in v0.49.0
func (o *CompletionItem) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (*CompletionItem) HasDocumentation ¶ added in v0.49.0
func (o *CompletionItem) HasDocumentation() bool
HasDocumentation returns a boolean if a field has been set.
func (*CompletionItem) HasFilterText ¶ added in v0.49.0
func (o *CompletionItem) HasFilterText() bool
HasFilterText returns a boolean if a field has been set.
func (*CompletionItem) HasInsertText ¶ added in v0.49.0
func (o *CompletionItem) HasInsertText() bool
HasInsertText returns a boolean if a field has been set.
func (*CompletionItem) HasKind ¶ added in v0.49.0
func (o *CompletionItem) HasKind() bool
HasKind returns a boolean if a field has been set.
func (*CompletionItem) HasSortText ¶ added in v0.49.0
func (o *CompletionItem) HasSortText() bool
HasSortText returns a boolean if a field has been set.
func (CompletionItem) MarshalJSON ¶ added in v0.49.0
func (o CompletionItem) MarshalJSON() ([]byte, error)
func (*CompletionItem) SetDetail ¶ added in v0.49.0
func (o *CompletionItem) SetDetail(v string)
SetDetail gets a reference to the given string and assigns it to the Detail field.
func (*CompletionItem) SetDocumentation ¶ added in v0.49.0
func (o *CompletionItem) SetDocumentation(v map[string]interface{})
SetDocumentation gets a reference to the given map[string]interface{} and assigns it to the Documentation field.
func (*CompletionItem) SetFilterText ¶ added in v0.49.0
func (o *CompletionItem) SetFilterText(v string)
SetFilterText gets a reference to the given string and assigns it to the FilterText field.
func (*CompletionItem) SetInsertText ¶ added in v0.49.0
func (o *CompletionItem) SetInsertText(v string)
SetInsertText gets a reference to the given string and assigns it to the InsertText field.
func (*CompletionItem) SetKind ¶ added in v0.49.0
func (o *CompletionItem) SetKind(v int32)
SetKind gets a reference to the given int32 and assigns it to the Kind field.
func (*CompletionItem) SetLabel ¶ added in v0.49.0
func (o *CompletionItem) SetLabel(v string)
SetLabel sets field value
func (*CompletionItem) SetSortText ¶ added in v0.49.0
func (o *CompletionItem) SetSortText(v string)
SetSortText gets a reference to the given string and assigns it to the SortText field.
func (CompletionItem) ToMap ¶ added in v0.49.0
func (o CompletionItem) ToMap() (map[string]interface{}, error)
func (*CompletionItem) UnmarshalJSON ¶ added in v0.49.0
func (o *CompletionItem) UnmarshalJSON(data []byte) (err error)
type CompletionList ¶ added in v0.49.0
type CompletionList struct { IsIncomplete bool `json:"isIncomplete"` Items []CompletionItem `json:"items"` }
CompletionList struct for CompletionList
func NewCompletionList ¶ added in v0.49.0
func NewCompletionList(isIncomplete bool, items []CompletionItem) *CompletionList
NewCompletionList instantiates a new CompletionList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCompletionListWithDefaults ¶ added in v0.49.0
func NewCompletionListWithDefaults() *CompletionList
NewCompletionListWithDefaults instantiates a new CompletionList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CompletionList) GetIsIncomplete ¶ added in v0.49.0
func (o *CompletionList) GetIsIncomplete() bool
GetIsIncomplete returns the IsIncomplete field value
func (*CompletionList) GetIsIncompleteOk ¶ added in v0.49.0
func (o *CompletionList) GetIsIncompleteOk() (*bool, bool)
GetIsIncompleteOk returns a tuple with the IsIncomplete field value and a boolean to check if the value has been set.
func (*CompletionList) GetItems ¶ added in v0.49.0
func (o *CompletionList) GetItems() []CompletionItem
GetItems returns the Items field value
func (*CompletionList) GetItemsOk ¶ added in v0.49.0
func (o *CompletionList) GetItemsOk() ([]CompletionItem, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (CompletionList) MarshalJSON ¶ added in v0.49.0
func (o CompletionList) MarshalJSON() ([]byte, error)
func (*CompletionList) SetIsIncomplete ¶ added in v0.49.0
func (o *CompletionList) SetIsIncomplete(v bool)
SetIsIncomplete sets field value
func (*CompletionList) SetItems ¶ added in v0.49.0
func (o *CompletionList) SetItems(v []CompletionItem)
SetItems sets field value
func (CompletionList) ToMap ¶ added in v0.49.0
func (o CompletionList) ToMap() (map[string]interface{}, error)
func (*CompletionList) UnmarshalJSON ¶ added in v0.49.0
func (o *CompletionList) UnmarshalJSON(data []byte) (err error)
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type ContainerConfig ¶ added in v0.33.0
ContainerConfig struct for ContainerConfig
func NewContainerConfig ¶ added in v0.33.0
func NewContainerConfig(image string, user string) *ContainerConfig
NewContainerConfig instantiates a new ContainerConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContainerConfigWithDefaults ¶ added in v0.33.0
func NewContainerConfigWithDefaults() *ContainerConfig
NewContainerConfigWithDefaults instantiates a new ContainerConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContainerConfig) GetImage ¶ added in v0.33.0
func (o *ContainerConfig) GetImage() string
GetImage returns the Image field value
func (*ContainerConfig) GetImageOk ¶ added in v0.33.0
func (o *ContainerConfig) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.
func (*ContainerConfig) GetUser ¶ added in v0.33.0
func (o *ContainerConfig) GetUser() string
GetUser returns the User field value
func (*ContainerConfig) GetUserOk ¶ added in v0.33.0
func (o *ContainerConfig) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.
func (ContainerConfig) MarshalJSON ¶ added in v0.33.0
func (o ContainerConfig) MarshalJSON() ([]byte, error)
func (*ContainerConfig) SetImage ¶ added in v0.33.0
func (o *ContainerConfig) SetImage(v string)
SetImage sets field value
func (*ContainerConfig) SetUser ¶ added in v0.33.0
func (o *ContainerConfig) SetUser(v string)
SetUser sets field value
func (ContainerConfig) ToMap ¶ added in v0.33.0
func (o ContainerConfig) ToMap() (map[string]interface{}, error)
func (*ContainerConfig) UnmarshalJSON ¶ added in v0.33.0
func (o *ContainerConfig) UnmarshalJSON(data []byte) (err error)
type ContainerRegistry ¶
type ContainerRegistry struct { Password string `json:"password"` Server string `json:"server"` Username string `json:"username"` }
ContainerRegistry struct for ContainerRegistry
func NewContainerRegistry ¶
func NewContainerRegistry(password string, server string, username string) *ContainerRegistry
NewContainerRegistry instantiates a new ContainerRegistry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContainerRegistryWithDefaults ¶
func NewContainerRegistryWithDefaults() *ContainerRegistry
NewContainerRegistryWithDefaults instantiates a new ContainerRegistry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContainerRegistry) GetPassword ¶
func (o *ContainerRegistry) GetPassword() string
GetPassword returns the Password field value
func (*ContainerRegistry) GetPasswordOk ¶
func (o *ContainerRegistry) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.
func (*ContainerRegistry) GetServer ¶
func (o *ContainerRegistry) GetServer() string
GetServer returns the Server field value
func (*ContainerRegistry) GetServerOk ¶
func (o *ContainerRegistry) GetServerOk() (*string, bool)
GetServerOk returns a tuple with the Server field value and a boolean to check if the value has been set.
func (*ContainerRegistry) GetUsername ¶
func (o *ContainerRegistry) GetUsername() string
GetUsername returns the Username field value
func (*ContainerRegistry) GetUsernameOk ¶
func (o *ContainerRegistry) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (ContainerRegistry) MarshalJSON ¶
func (o ContainerRegistry) MarshalJSON() ([]byte, error)
func (*ContainerRegistry) SetPassword ¶
func (o *ContainerRegistry) SetPassword(v string)
SetPassword sets field value
func (*ContainerRegistry) SetServer ¶
func (o *ContainerRegistry) SetServer(v string)
SetServer sets field value
func (*ContainerRegistry) SetUsername ¶
func (o *ContainerRegistry) SetUsername(v string)
SetUsername sets field value
func (ContainerRegistry) ToMap ¶
func (o ContainerRegistry) ToMap() (map[string]interface{}, error)
func (*ContainerRegistry) UnmarshalJSON ¶ added in v0.25.0
func (o *ContainerRegistry) UnmarshalJSON(data []byte) (err error)
type ContainerRegistryAPIService ¶
type ContainerRegistryAPIService service
ContainerRegistryAPIService ContainerRegistryAPI service
func (*ContainerRegistryAPIService) GetContainerRegistry ¶
func (a *ContainerRegistryAPIService) GetContainerRegistry(ctx context.Context, server string) ApiGetContainerRegistryRequest
GetContainerRegistry Get container registry credentials
Get container registry credentials
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param server Container Registry server name @return ApiGetContainerRegistryRequest
func (*ContainerRegistryAPIService) GetContainerRegistryExecute ¶
func (a *ContainerRegistryAPIService) GetContainerRegistryExecute(r ApiGetContainerRegistryRequest) (*ContainerRegistry, *http.Response, error)
Execute executes the request
@return ContainerRegistry
func (*ContainerRegistryAPIService) ListContainerRegistries ¶
func (a *ContainerRegistryAPIService) ListContainerRegistries(ctx context.Context) ApiListContainerRegistriesRequest
ListContainerRegistries List container registries
List container registries
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListContainerRegistriesRequest
func (*ContainerRegistryAPIService) ListContainerRegistriesExecute ¶
func (a *ContainerRegistryAPIService) ListContainerRegistriesExecute(r ApiListContainerRegistriesRequest) ([]ContainerRegistry, *http.Response, error)
Execute executes the request
@return []ContainerRegistry
func (*ContainerRegistryAPIService) RemoveContainerRegistry ¶
func (a *ContainerRegistryAPIService) RemoveContainerRegistry(ctx context.Context, server string) ApiRemoveContainerRegistryRequest
RemoveContainerRegistry Remove a container registry credentials
Remove a container registry credentials
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param server Container Registry server name @return ApiRemoveContainerRegistryRequest
func (*ContainerRegistryAPIService) RemoveContainerRegistryExecute ¶
func (a *ContainerRegistryAPIService) RemoveContainerRegistryExecute(r ApiRemoveContainerRegistryRequest) (*http.Response, error)
Execute executes the request
func (*ContainerRegistryAPIService) SetContainerRegistry ¶
func (a *ContainerRegistryAPIService) SetContainerRegistry(ctx context.Context, server string) ApiSetContainerRegistryRequest
SetContainerRegistry Set container registry credentials
Set container registry credentials
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param server Container Registry server name @return ApiSetContainerRegistryRequest
func (*ContainerRegistryAPIService) SetContainerRegistryExecute ¶
func (a *ContainerRegistryAPIService) SetContainerRegistryExecute(r ApiSetContainerRegistryRequest) (*http.Response, error)
Execute executes the request
type CreateBuildDTO ¶ added in v0.26.0
type CreateBuildDTO struct { Branch string `json:"branch"` EnvVars map[string]string `json:"envVars"` PrebuildId *string `json:"prebuildId,omitempty"` ProjectConfigName string `json:"projectConfigName"` }
CreateBuildDTO struct for CreateBuildDTO
func NewCreateBuildDTO ¶ added in v0.26.0
func NewCreateBuildDTO(branch string, envVars map[string]string, projectConfigName string) *CreateBuildDTO
NewCreateBuildDTO instantiates a new CreateBuildDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateBuildDTOWithDefaults ¶ added in v0.26.0
func NewCreateBuildDTOWithDefaults() *CreateBuildDTO
NewCreateBuildDTOWithDefaults instantiates a new CreateBuildDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateBuildDTO) GetBranch ¶ added in v0.26.0
func (o *CreateBuildDTO) GetBranch() string
GetBranch returns the Branch field value
func (*CreateBuildDTO) GetBranchOk ¶ added in v0.26.0
func (o *CreateBuildDTO) GetBranchOk() (*string, bool)
GetBranchOk returns a tuple with the Branch field value and a boolean to check if the value has been set.
func (*CreateBuildDTO) GetEnvVars ¶ added in v0.26.1
func (o *CreateBuildDTO) GetEnvVars() map[string]string
GetEnvVars returns the EnvVars field value
func (*CreateBuildDTO) GetEnvVarsOk ¶ added in v0.26.1
func (o *CreateBuildDTO) GetEnvVarsOk() (*map[string]string, bool)
GetEnvVarsOk returns a tuple with the EnvVars field value and a boolean to check if the value has been set.
func (*CreateBuildDTO) GetPrebuildId ¶ added in v0.26.0
func (o *CreateBuildDTO) GetPrebuildId() string
GetPrebuildId returns the PrebuildId field value if set, zero value otherwise.
func (*CreateBuildDTO) GetPrebuildIdOk ¶ added in v0.26.0
func (o *CreateBuildDTO) GetPrebuildIdOk() (*string, bool)
GetPrebuildIdOk returns a tuple with the PrebuildId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateBuildDTO) GetProjectConfigName ¶ added in v0.26.0
func (o *CreateBuildDTO) GetProjectConfigName() string
GetProjectConfigName returns the ProjectConfigName field value
func (*CreateBuildDTO) GetProjectConfigNameOk ¶ added in v0.26.0
func (o *CreateBuildDTO) GetProjectConfigNameOk() (*string, bool)
GetProjectConfigNameOk returns a tuple with the ProjectConfigName field value and a boolean to check if the value has been set.
func (*CreateBuildDTO) HasPrebuildId ¶ added in v0.26.0
func (o *CreateBuildDTO) HasPrebuildId() bool
HasPrebuildId returns a boolean if a field has been set.
func (CreateBuildDTO) MarshalJSON ¶ added in v0.26.0
func (o CreateBuildDTO) MarshalJSON() ([]byte, error)
func (*CreateBuildDTO) SetBranch ¶ added in v0.26.0
func (o *CreateBuildDTO) SetBranch(v string)
SetBranch sets field value
func (*CreateBuildDTO) SetEnvVars ¶ added in v0.26.1
func (o *CreateBuildDTO) SetEnvVars(v map[string]string)
SetEnvVars sets field value
func (*CreateBuildDTO) SetPrebuildId ¶ added in v0.26.0
func (o *CreateBuildDTO) SetPrebuildId(v string)
SetPrebuildId gets a reference to the given string and assigns it to the PrebuildId field.
func (*CreateBuildDTO) SetProjectConfigName ¶ added in v0.26.0
func (o *CreateBuildDTO) SetProjectConfigName(v string)
SetProjectConfigName sets field value
func (CreateBuildDTO) ToMap ¶ added in v0.26.0
func (o CreateBuildDTO) ToMap() (map[string]interface{}, error)
func (*CreateBuildDTO) UnmarshalJSON ¶ added in v0.26.0
func (o *CreateBuildDTO) UnmarshalJSON(data []byte) (err error)
type CreatePrebuildDTO ¶ added in v0.26.0
type CreatePrebuildDTO struct { Branch *string `json:"branch,omitempty"` CommitInterval *int32 `json:"commitInterval,omitempty"` Id *string `json:"id,omitempty"` Retention int32 `json:"retention"` TriggerFiles []string `json:"triggerFiles,omitempty"` }
CreatePrebuildDTO struct for CreatePrebuildDTO
func NewCreatePrebuildDTO ¶ added in v0.26.0
func NewCreatePrebuildDTO(retention int32) *CreatePrebuildDTO
NewCreatePrebuildDTO instantiates a new CreatePrebuildDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreatePrebuildDTOWithDefaults ¶ added in v0.26.0
func NewCreatePrebuildDTOWithDefaults() *CreatePrebuildDTO
NewCreatePrebuildDTOWithDefaults instantiates a new CreatePrebuildDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreatePrebuildDTO) GetBranch ¶ added in v0.26.0
func (o *CreatePrebuildDTO) GetBranch() string
GetBranch returns the Branch field value if set, zero value otherwise.
func (*CreatePrebuildDTO) GetBranchOk ¶ added in v0.26.0
func (o *CreatePrebuildDTO) GetBranchOk() (*string, bool)
GetBranchOk returns a tuple with the Branch field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreatePrebuildDTO) GetCommitInterval ¶ added in v0.26.0
func (o *CreatePrebuildDTO) GetCommitInterval() int32
GetCommitInterval returns the CommitInterval field value if set, zero value otherwise.
func (*CreatePrebuildDTO) GetCommitIntervalOk ¶ added in v0.26.0
func (o *CreatePrebuildDTO) GetCommitIntervalOk() (*int32, bool)
GetCommitIntervalOk returns a tuple with the CommitInterval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreatePrebuildDTO) GetId ¶ added in v0.26.0
func (o *CreatePrebuildDTO) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*CreatePrebuildDTO) GetIdOk ¶ added in v0.26.0
func (o *CreatePrebuildDTO) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreatePrebuildDTO) GetRetention ¶ added in v0.26.0
func (o *CreatePrebuildDTO) GetRetention() int32
GetRetention returns the Retention field value
func (*CreatePrebuildDTO) GetRetentionOk ¶ added in v0.26.0
func (o *CreatePrebuildDTO) GetRetentionOk() (*int32, bool)
GetRetentionOk returns a tuple with the Retention field value and a boolean to check if the value has been set.
func (*CreatePrebuildDTO) GetTriggerFiles ¶ added in v0.26.0
func (o *CreatePrebuildDTO) GetTriggerFiles() []string
GetTriggerFiles returns the TriggerFiles field value if set, zero value otherwise.
func (*CreatePrebuildDTO) GetTriggerFilesOk ¶ added in v0.26.0
func (o *CreatePrebuildDTO) GetTriggerFilesOk() ([]string, bool)
GetTriggerFilesOk returns a tuple with the TriggerFiles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreatePrebuildDTO) HasBranch ¶ added in v0.26.0
func (o *CreatePrebuildDTO) HasBranch() bool
HasBranch returns a boolean if a field has been set.
func (*CreatePrebuildDTO) HasCommitInterval ¶ added in v0.26.0
func (o *CreatePrebuildDTO) HasCommitInterval() bool
HasCommitInterval returns a boolean if a field has been set.
func (*CreatePrebuildDTO) HasId ¶ added in v0.26.0
func (o *CreatePrebuildDTO) HasId() bool
HasId returns a boolean if a field has been set.
func (*CreatePrebuildDTO) HasTriggerFiles ¶ added in v0.26.0
func (o *CreatePrebuildDTO) HasTriggerFiles() bool
HasTriggerFiles returns a boolean if a field has been set.
func (CreatePrebuildDTO) MarshalJSON ¶ added in v0.26.0
func (o CreatePrebuildDTO) MarshalJSON() ([]byte, error)
func (*CreatePrebuildDTO) SetBranch ¶ added in v0.26.0
func (o *CreatePrebuildDTO) SetBranch(v string)
SetBranch gets a reference to the given string and assigns it to the Branch field.
func (*CreatePrebuildDTO) SetCommitInterval ¶ added in v0.26.0
func (o *CreatePrebuildDTO) SetCommitInterval(v int32)
SetCommitInterval gets a reference to the given int32 and assigns it to the CommitInterval field.
func (*CreatePrebuildDTO) SetId ¶ added in v0.26.0
func (o *CreatePrebuildDTO) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*CreatePrebuildDTO) SetRetention ¶ added in v0.26.0
func (o *CreatePrebuildDTO) SetRetention(v int32)
SetRetention sets field value
func (*CreatePrebuildDTO) SetTriggerFiles ¶ added in v0.26.0
func (o *CreatePrebuildDTO) SetTriggerFiles(v []string)
SetTriggerFiles gets a reference to the given []string and assigns it to the TriggerFiles field.
func (CreatePrebuildDTO) ToMap ¶ added in v0.26.0
func (o CreatePrebuildDTO) ToMap() (map[string]interface{}, error)
func (*CreatePrebuildDTO) UnmarshalJSON ¶ added in v0.26.0
func (o *CreatePrebuildDTO) UnmarshalJSON(data []byte) (err error)
type CreateProjectConfigDTO ¶ added in v0.24.0
type CreateProjectConfigDTO struct { BuildConfig *BuildConfig `json:"buildConfig,omitempty"` EnvVars map[string]string `json:"envVars"` GitProviderConfigId *string `json:"gitProviderConfigId,omitempty"` Image *string `json:"image,omitempty"` Name string `json:"name"` RepositoryUrl string `json:"repositoryUrl"` User *string `json:"user,omitempty"` }
CreateProjectConfigDTO struct for CreateProjectConfigDTO
func NewCreateProjectConfigDTO ¶ added in v0.24.0
func NewCreateProjectConfigDTO(envVars map[string]string, name string, repositoryUrl string) *CreateProjectConfigDTO
NewCreateProjectConfigDTO instantiates a new CreateProjectConfigDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateProjectConfigDTOWithDefaults ¶ added in v0.24.0
func NewCreateProjectConfigDTOWithDefaults() *CreateProjectConfigDTO
NewCreateProjectConfigDTOWithDefaults instantiates a new CreateProjectConfigDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateProjectConfigDTO) GetBuildConfig ¶ added in v0.24.0
func (o *CreateProjectConfigDTO) GetBuildConfig() BuildConfig
GetBuildConfig returns the BuildConfig field value if set, zero value otherwise.
func (*CreateProjectConfigDTO) GetBuildConfigOk ¶ added in v0.24.0
func (o *CreateProjectConfigDTO) GetBuildConfigOk() (*BuildConfig, bool)
GetBuildConfigOk returns a tuple with the BuildConfig field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectConfigDTO) GetEnvVars ¶ added in v0.24.0
func (o *CreateProjectConfigDTO) GetEnvVars() map[string]string
GetEnvVars returns the EnvVars field value
func (*CreateProjectConfigDTO) GetEnvVarsOk ¶ added in v0.24.0
func (o *CreateProjectConfigDTO) GetEnvVarsOk() (*map[string]string, bool)
GetEnvVarsOk returns a tuple with the EnvVars field value and a boolean to check if the value has been set.
func (*CreateProjectConfigDTO) GetGitProviderConfigId ¶ added in v0.38.0
func (o *CreateProjectConfigDTO) GetGitProviderConfigId() string
GetGitProviderConfigId returns the GitProviderConfigId field value if set, zero value otherwise.
func (*CreateProjectConfigDTO) GetGitProviderConfigIdOk ¶ added in v0.38.0
func (o *CreateProjectConfigDTO) GetGitProviderConfigIdOk() (*string, bool)
GetGitProviderConfigIdOk returns a tuple with the GitProviderConfigId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectConfigDTO) GetImage ¶ added in v0.24.0
func (o *CreateProjectConfigDTO) GetImage() string
GetImage returns the Image field value if set, zero value otherwise.
func (*CreateProjectConfigDTO) GetImageOk ¶ added in v0.24.0
func (o *CreateProjectConfigDTO) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectConfigDTO) GetName ¶ added in v0.24.0
func (o *CreateProjectConfigDTO) GetName() string
GetName returns the Name field value
func (*CreateProjectConfigDTO) GetNameOk ¶ added in v0.24.0
func (o *CreateProjectConfigDTO) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateProjectConfigDTO) GetRepositoryUrl ¶ added in v0.26.0
func (o *CreateProjectConfigDTO) GetRepositoryUrl() string
GetRepositoryUrl returns the RepositoryUrl field value
func (*CreateProjectConfigDTO) GetRepositoryUrlOk ¶ added in v0.26.0
func (o *CreateProjectConfigDTO) GetRepositoryUrlOk() (*string, bool)
GetRepositoryUrlOk returns a tuple with the RepositoryUrl field value and a boolean to check if the value has been set.
func (*CreateProjectConfigDTO) GetUser ¶ added in v0.24.0
func (o *CreateProjectConfigDTO) GetUser() string
GetUser returns the User field value if set, zero value otherwise.
func (*CreateProjectConfigDTO) GetUserOk ¶ added in v0.24.0
func (o *CreateProjectConfigDTO) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectConfigDTO) HasBuildConfig ¶ added in v0.24.0
func (o *CreateProjectConfigDTO) HasBuildConfig() bool
HasBuildConfig returns a boolean if a field has been set.
func (*CreateProjectConfigDTO) HasGitProviderConfigId ¶ added in v0.38.0
func (o *CreateProjectConfigDTO) HasGitProviderConfigId() bool
HasGitProviderConfigId returns a boolean if a field has been set.
func (*CreateProjectConfigDTO) HasImage ¶ added in v0.24.0
func (o *CreateProjectConfigDTO) HasImage() bool
HasImage returns a boolean if a field has been set.
func (*CreateProjectConfigDTO) HasUser ¶ added in v0.24.0
func (o *CreateProjectConfigDTO) HasUser() bool
HasUser returns a boolean if a field has been set.
func (CreateProjectConfigDTO) MarshalJSON ¶ added in v0.24.0
func (o CreateProjectConfigDTO) MarshalJSON() ([]byte, error)
func (*CreateProjectConfigDTO) SetBuildConfig ¶ added in v0.24.0
func (o *CreateProjectConfigDTO) SetBuildConfig(v BuildConfig)
SetBuildConfig gets a reference to the given BuildConfig and assigns it to the BuildConfig field.
func (*CreateProjectConfigDTO) SetEnvVars ¶ added in v0.24.0
func (o *CreateProjectConfigDTO) SetEnvVars(v map[string]string)
SetEnvVars sets field value
func (*CreateProjectConfigDTO) SetGitProviderConfigId ¶ added in v0.38.0
func (o *CreateProjectConfigDTO) SetGitProviderConfigId(v string)
SetGitProviderConfigId gets a reference to the given string and assigns it to the GitProviderConfigId field.
func (*CreateProjectConfigDTO) SetImage ¶ added in v0.24.0
func (o *CreateProjectConfigDTO) SetImage(v string)
SetImage gets a reference to the given string and assigns it to the Image field.
func (*CreateProjectConfigDTO) SetName ¶ added in v0.24.0
func (o *CreateProjectConfigDTO) SetName(v string)
SetName sets field value
func (*CreateProjectConfigDTO) SetRepositoryUrl ¶ added in v0.26.0
func (o *CreateProjectConfigDTO) SetRepositoryUrl(v string)
SetRepositoryUrl sets field value
func (*CreateProjectConfigDTO) SetUser ¶ added in v0.24.0
func (o *CreateProjectConfigDTO) SetUser(v string)
SetUser gets a reference to the given string and assigns it to the User field.
func (CreateProjectConfigDTO) ToMap ¶ added in v0.24.0
func (o CreateProjectConfigDTO) ToMap() (map[string]interface{}, error)
func (*CreateProjectConfigDTO) UnmarshalJSON ¶ added in v0.25.0
func (o *CreateProjectConfigDTO) UnmarshalJSON(data []byte) (err error)
type CreateProjectDTO ¶ added in v0.26.0
type CreateProjectDTO struct { BuildConfig *BuildConfig `json:"buildConfig,omitempty"` EnvVars map[string]string `json:"envVars"` GitProviderConfigId *string `json:"gitProviderConfigId,omitempty"` Image *string `json:"image,omitempty"` Name string `json:"name"` Source CreateProjectSourceDTO `json:"source"` User *string `json:"user,omitempty"` }
CreateProjectDTO struct for CreateProjectDTO
func NewCreateProjectDTO ¶ added in v0.26.0
func NewCreateProjectDTO(envVars map[string]string, name string, source CreateProjectSourceDTO) *CreateProjectDTO
NewCreateProjectDTO instantiates a new CreateProjectDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateProjectDTOWithDefaults ¶ added in v0.26.0
func NewCreateProjectDTOWithDefaults() *CreateProjectDTO
NewCreateProjectDTOWithDefaults instantiates a new CreateProjectDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateProjectDTO) GetBuildConfig ¶ added in v0.26.0
func (o *CreateProjectDTO) GetBuildConfig() BuildConfig
GetBuildConfig returns the BuildConfig field value if set, zero value otherwise.
func (*CreateProjectDTO) GetBuildConfigOk ¶ added in v0.26.0
func (o *CreateProjectDTO) GetBuildConfigOk() (*BuildConfig, bool)
GetBuildConfigOk returns a tuple with the BuildConfig field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectDTO) GetEnvVars ¶ added in v0.26.0
func (o *CreateProjectDTO) GetEnvVars() map[string]string
GetEnvVars returns the EnvVars field value
func (*CreateProjectDTO) GetEnvVarsOk ¶ added in v0.26.0
func (o *CreateProjectDTO) GetEnvVarsOk() (*map[string]string, bool)
GetEnvVarsOk returns a tuple with the EnvVars field value and a boolean to check if the value has been set.
func (*CreateProjectDTO) GetGitProviderConfigId ¶ added in v0.38.0
func (o *CreateProjectDTO) GetGitProviderConfigId() string
GetGitProviderConfigId returns the GitProviderConfigId field value if set, zero value otherwise.
func (*CreateProjectDTO) GetGitProviderConfigIdOk ¶ added in v0.38.0
func (o *CreateProjectDTO) GetGitProviderConfigIdOk() (*string, bool)
GetGitProviderConfigIdOk returns a tuple with the GitProviderConfigId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectDTO) GetImage ¶ added in v0.26.0
func (o *CreateProjectDTO) GetImage() string
GetImage returns the Image field value if set, zero value otherwise.
func (*CreateProjectDTO) GetImageOk ¶ added in v0.26.0
func (o *CreateProjectDTO) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectDTO) GetName ¶ added in v0.26.0
func (o *CreateProjectDTO) GetName() string
GetName returns the Name field value
func (*CreateProjectDTO) GetNameOk ¶ added in v0.26.0
func (o *CreateProjectDTO) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateProjectDTO) GetSource ¶ added in v0.26.0
func (o *CreateProjectDTO) GetSource() CreateProjectSourceDTO
GetSource returns the Source field value
func (*CreateProjectDTO) GetSourceOk ¶ added in v0.26.0
func (o *CreateProjectDTO) GetSourceOk() (*CreateProjectSourceDTO, bool)
GetSourceOk returns a tuple with the Source field value and a boolean to check if the value has been set.
func (*CreateProjectDTO) GetUser ¶ added in v0.26.0
func (o *CreateProjectDTO) GetUser() string
GetUser returns the User field value if set, zero value otherwise.
func (*CreateProjectDTO) GetUserOk ¶ added in v0.26.0
func (o *CreateProjectDTO) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectDTO) HasBuildConfig ¶ added in v0.26.0
func (o *CreateProjectDTO) HasBuildConfig() bool
HasBuildConfig returns a boolean if a field has been set.
func (*CreateProjectDTO) HasGitProviderConfigId ¶ added in v0.38.0
func (o *CreateProjectDTO) HasGitProviderConfigId() bool
HasGitProviderConfigId returns a boolean if a field has been set.
func (*CreateProjectDTO) HasImage ¶ added in v0.26.0
func (o *CreateProjectDTO) HasImage() bool
HasImage returns a boolean if a field has been set.
func (*CreateProjectDTO) HasUser ¶ added in v0.26.0
func (o *CreateProjectDTO) HasUser() bool
HasUser returns a boolean if a field has been set.
func (CreateProjectDTO) MarshalJSON ¶ added in v0.26.0
func (o CreateProjectDTO) MarshalJSON() ([]byte, error)
func (*CreateProjectDTO) SetBuildConfig ¶ added in v0.26.0
func (o *CreateProjectDTO) SetBuildConfig(v BuildConfig)
SetBuildConfig gets a reference to the given BuildConfig and assigns it to the BuildConfig field.
func (*CreateProjectDTO) SetEnvVars ¶ added in v0.26.0
func (o *CreateProjectDTO) SetEnvVars(v map[string]string)
SetEnvVars sets field value
func (*CreateProjectDTO) SetGitProviderConfigId ¶ added in v0.38.0
func (o *CreateProjectDTO) SetGitProviderConfigId(v string)
SetGitProviderConfigId gets a reference to the given string and assigns it to the GitProviderConfigId field.
func (*CreateProjectDTO) SetImage ¶ added in v0.26.0
func (o *CreateProjectDTO) SetImage(v string)
SetImage gets a reference to the given string and assigns it to the Image field.
func (*CreateProjectDTO) SetName ¶ added in v0.26.0
func (o *CreateProjectDTO) SetName(v string)
SetName sets field value
func (*CreateProjectDTO) SetSource ¶ added in v0.26.0
func (o *CreateProjectDTO) SetSource(v CreateProjectSourceDTO)
SetSource sets field value
func (*CreateProjectDTO) SetUser ¶ added in v0.26.0
func (o *CreateProjectDTO) SetUser(v string)
SetUser gets a reference to the given string and assigns it to the User field.
func (CreateProjectDTO) ToMap ¶ added in v0.26.0
func (o CreateProjectDTO) ToMap() (map[string]interface{}, error)
func (*CreateProjectDTO) UnmarshalJSON ¶ added in v0.26.0
func (o *CreateProjectDTO) UnmarshalJSON(data []byte) (err error)
type CreateProjectSourceDTO ¶ added in v0.26.0
type CreateProjectSourceDTO struct {
Repository GitRepository `json:"repository"`
}
CreateProjectSourceDTO struct for CreateProjectSourceDTO
func NewCreateProjectSourceDTO ¶ added in v0.26.0
func NewCreateProjectSourceDTO(repository GitRepository) *CreateProjectSourceDTO
NewCreateProjectSourceDTO instantiates a new CreateProjectSourceDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateProjectSourceDTOWithDefaults ¶ added in v0.26.0
func NewCreateProjectSourceDTOWithDefaults() *CreateProjectSourceDTO
NewCreateProjectSourceDTOWithDefaults instantiates a new CreateProjectSourceDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateProjectSourceDTO) GetRepository ¶ added in v0.26.0
func (o *CreateProjectSourceDTO) GetRepository() GitRepository
GetRepository returns the Repository field value
func (*CreateProjectSourceDTO) GetRepositoryOk ¶ added in v0.26.0
func (o *CreateProjectSourceDTO) GetRepositoryOk() (*GitRepository, bool)
GetRepositoryOk returns a tuple with the Repository field value and a boolean to check if the value has been set.
func (CreateProjectSourceDTO) MarshalJSON ¶ added in v0.26.0
func (o CreateProjectSourceDTO) MarshalJSON() ([]byte, error)
func (*CreateProjectSourceDTO) SetRepository ¶ added in v0.26.0
func (o *CreateProjectSourceDTO) SetRepository(v GitRepository)
SetRepository sets field value
func (CreateProjectSourceDTO) ToMap ¶ added in v0.26.0
func (o CreateProjectSourceDTO) ToMap() (map[string]interface{}, error)
func (*CreateProjectSourceDTO) UnmarshalJSON ¶ added in v0.26.0
func (o *CreateProjectSourceDTO) UnmarshalJSON(data []byte) (err error)
type CreateProviderTargetDTO ¶ added in v0.40.0
type CreateProviderTargetDTO struct { Name string `json:"name"` Options string `json:"options"` ProviderInfo ProviderProviderInfo `json:"providerInfo"` }
CreateProviderTargetDTO struct for CreateProviderTargetDTO
func NewCreateProviderTargetDTO ¶ added in v0.40.0
func NewCreateProviderTargetDTO(name string, options string, providerInfo ProviderProviderInfo) *CreateProviderTargetDTO
NewCreateProviderTargetDTO instantiates a new CreateProviderTargetDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateProviderTargetDTOWithDefaults ¶ added in v0.40.0
func NewCreateProviderTargetDTOWithDefaults() *CreateProviderTargetDTO
NewCreateProviderTargetDTOWithDefaults instantiates a new CreateProviderTargetDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateProviderTargetDTO) GetName ¶ added in v0.40.0
func (o *CreateProviderTargetDTO) GetName() string
GetName returns the Name field value
func (*CreateProviderTargetDTO) GetNameOk ¶ added in v0.40.0
func (o *CreateProviderTargetDTO) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateProviderTargetDTO) GetOptions ¶ added in v0.40.0
func (o *CreateProviderTargetDTO) GetOptions() string
GetOptions returns the Options field value
func (*CreateProviderTargetDTO) GetOptionsOk ¶ added in v0.40.0
func (o *CreateProviderTargetDTO) GetOptionsOk() (*string, bool)
GetOptionsOk returns a tuple with the Options field value and a boolean to check if the value has been set.
func (*CreateProviderTargetDTO) GetProviderInfo ¶ added in v0.40.0
func (o *CreateProviderTargetDTO) GetProviderInfo() ProviderProviderInfo
GetProviderInfo returns the ProviderInfo field value
func (*CreateProviderTargetDTO) GetProviderInfoOk ¶ added in v0.40.0
func (o *CreateProviderTargetDTO) GetProviderInfoOk() (*ProviderProviderInfo, bool)
GetProviderInfoOk returns a tuple with the ProviderInfo field value and a boolean to check if the value has been set.
func (CreateProviderTargetDTO) MarshalJSON ¶ added in v0.40.0
func (o CreateProviderTargetDTO) MarshalJSON() ([]byte, error)
func (*CreateProviderTargetDTO) SetName ¶ added in v0.40.0
func (o *CreateProviderTargetDTO) SetName(v string)
SetName sets field value
func (*CreateProviderTargetDTO) SetOptions ¶ added in v0.40.0
func (o *CreateProviderTargetDTO) SetOptions(v string)
SetOptions sets field value
func (*CreateProviderTargetDTO) SetProviderInfo ¶ added in v0.40.0
func (o *CreateProviderTargetDTO) SetProviderInfo(v ProviderProviderInfo)
SetProviderInfo sets field value
func (CreateProviderTargetDTO) ToMap ¶ added in v0.40.0
func (o CreateProviderTargetDTO) ToMap() (map[string]interface{}, error)
func (*CreateProviderTargetDTO) UnmarshalJSON ¶ added in v0.40.0
func (o *CreateProviderTargetDTO) UnmarshalJSON(data []byte) (err error)
type CreateWorkspaceDTO ¶ added in v0.24.0
type CreateWorkspaceDTO struct { Id string `json:"id"` Name string `json:"name"` Projects []CreateProjectDTO `json:"projects"` Target string `json:"target"` }
CreateWorkspaceDTO struct for CreateWorkspaceDTO
func NewCreateWorkspaceDTO ¶ added in v0.24.0
func NewCreateWorkspaceDTO(id string, name string, projects []CreateProjectDTO, target string) *CreateWorkspaceDTO
NewCreateWorkspaceDTO instantiates a new CreateWorkspaceDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateWorkspaceDTOWithDefaults ¶ added in v0.24.0
func NewCreateWorkspaceDTOWithDefaults() *CreateWorkspaceDTO
NewCreateWorkspaceDTOWithDefaults instantiates a new CreateWorkspaceDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateWorkspaceDTO) GetId ¶ added in v0.24.0
func (o *CreateWorkspaceDTO) GetId() string
GetId returns the Id field value
func (*CreateWorkspaceDTO) GetIdOk ¶ added in v0.24.0
func (o *CreateWorkspaceDTO) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*CreateWorkspaceDTO) GetName ¶ added in v0.24.0
func (o *CreateWorkspaceDTO) GetName() string
GetName returns the Name field value
func (*CreateWorkspaceDTO) GetNameOk ¶ added in v0.24.0
func (o *CreateWorkspaceDTO) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateWorkspaceDTO) GetProjects ¶ added in v0.24.0
func (o *CreateWorkspaceDTO) GetProjects() []CreateProjectDTO
GetProjects returns the Projects field value
func (*CreateWorkspaceDTO) GetProjectsOk ¶ added in v0.24.0
func (o *CreateWorkspaceDTO) GetProjectsOk() ([]CreateProjectDTO, bool)
GetProjectsOk returns a tuple with the Projects field value and a boolean to check if the value has been set.
func (*CreateWorkspaceDTO) GetTarget ¶ added in v0.24.0
func (o *CreateWorkspaceDTO) GetTarget() string
GetTarget returns the Target field value
func (*CreateWorkspaceDTO) GetTargetOk ¶ added in v0.24.0
func (o *CreateWorkspaceDTO) GetTargetOk() (*string, bool)
GetTargetOk returns a tuple with the Target field value and a boolean to check if the value has been set.
func (CreateWorkspaceDTO) MarshalJSON ¶ added in v0.24.0
func (o CreateWorkspaceDTO) MarshalJSON() ([]byte, error)
func (*CreateWorkspaceDTO) SetId ¶ added in v0.24.0
func (o *CreateWorkspaceDTO) SetId(v string)
SetId sets field value
func (*CreateWorkspaceDTO) SetName ¶ added in v0.24.0
func (o *CreateWorkspaceDTO) SetName(v string)
SetName sets field value
func (*CreateWorkspaceDTO) SetProjects ¶ added in v0.24.0
func (o *CreateWorkspaceDTO) SetProjects(v []CreateProjectDTO)
SetProjects sets field value
func (*CreateWorkspaceDTO) SetTarget ¶ added in v0.24.0
func (o *CreateWorkspaceDTO) SetTarget(v string)
SetTarget sets field value
func (CreateWorkspaceDTO) ToMap ¶ added in v0.24.0
func (o CreateWorkspaceDTO) ToMap() (map[string]interface{}, error)
func (*CreateWorkspaceDTO) UnmarshalJSON ¶ added in v0.24.0
func (o *CreateWorkspaceDTO) UnmarshalJSON(data []byte) (err error)
type DefaultAPIService ¶ added in v0.35.1
type DefaultAPIService service
DefaultAPIService DefaultAPI service
func (*DefaultAPIService) HealthCheck ¶ added in v0.35.1
func (a *DefaultAPIService) HealthCheck(ctx context.Context) ApiHealthCheckRequest
HealthCheck Health check
Health check
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiHealthCheckRequest
func (*DefaultAPIService) HealthCheckExecute ¶ added in v0.35.1
func (a *DefaultAPIService) HealthCheckExecute(r ApiHealthCheckRequest) (map[string]string, *http.Response, error)
Execute executes the request
@return map[string]string
type DevcontainerConfig ¶ added in v0.24.0
type DevcontainerConfig struct {
FilePath string `json:"filePath"`
}
DevcontainerConfig struct for DevcontainerConfig
func NewDevcontainerConfig ¶ added in v0.24.0
func NewDevcontainerConfig(filePath string) *DevcontainerConfig
NewDevcontainerConfig instantiates a new DevcontainerConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDevcontainerConfigWithDefaults ¶ added in v0.24.0
func NewDevcontainerConfigWithDefaults() *DevcontainerConfig
NewDevcontainerConfigWithDefaults instantiates a new DevcontainerConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DevcontainerConfig) GetFilePath ¶ added in v0.24.0
func (o *DevcontainerConfig) GetFilePath() string
GetFilePath returns the FilePath field value
func (*DevcontainerConfig) GetFilePathOk ¶ added in v0.24.0
func (o *DevcontainerConfig) GetFilePathOk() (*string, bool)
GetFilePathOk returns a tuple with the FilePath field value and a boolean to check if the value has been set.
func (DevcontainerConfig) MarshalJSON ¶ added in v0.24.0
func (o DevcontainerConfig) MarshalJSON() ([]byte, error)
func (*DevcontainerConfig) SetFilePath ¶ added in v0.24.0
func (o *DevcontainerConfig) SetFilePath(v string)
SetFilePath sets field value
func (DevcontainerConfig) ToMap ¶ added in v0.24.0
func (o DevcontainerConfig) ToMap() (map[string]interface{}, error)
func (*DevcontainerConfig) UnmarshalJSON ¶ added in v0.25.0
func (o *DevcontainerConfig) UnmarshalJSON(data []byte) (err error)
type ExecuteRequest ¶ added in v0.49.0
type ExecuteRequest struct { Command string `json:"command"` // Timeout in seconds, defaults to 10 seconds Timeout *int32 `json:"timeout,omitempty"` }
ExecuteRequest struct for ExecuteRequest
func NewExecuteRequest ¶ added in v0.49.0
func NewExecuteRequest(command string) *ExecuteRequest
NewExecuteRequest instantiates a new ExecuteRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExecuteRequestWithDefaults ¶ added in v0.49.0
func NewExecuteRequestWithDefaults() *ExecuteRequest
NewExecuteRequestWithDefaults instantiates a new ExecuteRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExecuteRequest) GetCommand ¶ added in v0.49.0
func (o *ExecuteRequest) GetCommand() string
GetCommand returns the Command field value
func (*ExecuteRequest) GetCommandOk ¶ added in v0.49.0
func (o *ExecuteRequest) GetCommandOk() (*string, bool)
GetCommandOk returns a tuple with the Command field value and a boolean to check if the value has been set.
func (*ExecuteRequest) GetTimeout ¶ added in v0.49.0
func (o *ExecuteRequest) GetTimeout() int32
GetTimeout returns the Timeout field value if set, zero value otherwise.
func (*ExecuteRequest) GetTimeoutOk ¶ added in v0.49.0
func (o *ExecuteRequest) GetTimeoutOk() (*int32, bool)
GetTimeoutOk returns a tuple with the Timeout field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecuteRequest) HasTimeout ¶ added in v0.49.0
func (o *ExecuteRequest) HasTimeout() bool
HasTimeout returns a boolean if a field has been set.
func (ExecuteRequest) MarshalJSON ¶ added in v0.49.0
func (o ExecuteRequest) MarshalJSON() ([]byte, error)
func (*ExecuteRequest) SetCommand ¶ added in v0.49.0
func (o *ExecuteRequest) SetCommand(v string)
SetCommand sets field value
func (*ExecuteRequest) SetTimeout ¶ added in v0.49.0
func (o *ExecuteRequest) SetTimeout(v int32)
SetTimeout gets a reference to the given int32 and assigns it to the Timeout field.
func (ExecuteRequest) ToMap ¶ added in v0.49.0
func (o ExecuteRequest) ToMap() (map[string]interface{}, error)
func (*ExecuteRequest) UnmarshalJSON ¶ added in v0.49.0
func (o *ExecuteRequest) UnmarshalJSON(data []byte) (err error)
type ExecuteResponse ¶ added in v0.49.0
ExecuteResponse struct for ExecuteResponse
func NewExecuteResponse ¶ added in v0.49.0
func NewExecuteResponse(code int32, result string) *ExecuteResponse
NewExecuteResponse instantiates a new ExecuteResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExecuteResponseWithDefaults ¶ added in v0.49.0
func NewExecuteResponseWithDefaults() *ExecuteResponse
NewExecuteResponseWithDefaults instantiates a new ExecuteResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExecuteResponse) GetCode ¶ added in v0.49.0
func (o *ExecuteResponse) GetCode() int32
GetCode returns the Code field value
func (*ExecuteResponse) GetCodeOk ¶ added in v0.49.0
func (o *ExecuteResponse) GetCodeOk() (*int32, bool)
GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.
func (*ExecuteResponse) GetResult ¶ added in v0.49.0
func (o *ExecuteResponse) GetResult() string
GetResult returns the Result field value
func (*ExecuteResponse) GetResultOk ¶ added in v0.49.0
func (o *ExecuteResponse) GetResultOk() (*string, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (ExecuteResponse) MarshalJSON ¶ added in v0.49.0
func (o ExecuteResponse) MarshalJSON() ([]byte, error)
func (*ExecuteResponse) SetCode ¶ added in v0.49.0
func (o *ExecuteResponse) SetCode(v int32)
SetCode sets field value
func (*ExecuteResponse) SetResult ¶ added in v0.49.0
func (o *ExecuteResponse) SetResult(v string)
SetResult sets field value
func (ExecuteResponse) ToMap ¶ added in v0.49.0
func (o ExecuteResponse) ToMap() (map[string]interface{}, error)
func (*ExecuteResponse) UnmarshalJSON ¶ added in v0.49.0
func (o *ExecuteResponse) UnmarshalJSON(data []byte) (err error)
type FRPSConfig ¶
type FRPSConfig struct { Domain string `json:"domain"` Port int32 `json:"port"` Protocol string `json:"protocol"` }
FRPSConfig struct for FRPSConfig
func NewFRPSConfig ¶
func NewFRPSConfig(domain string, port int32, protocol string) *FRPSConfig
NewFRPSConfig instantiates a new FRPSConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFRPSConfigWithDefaults ¶
func NewFRPSConfigWithDefaults() *FRPSConfig
NewFRPSConfigWithDefaults instantiates a new FRPSConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FRPSConfig) GetDomain ¶
func (o *FRPSConfig) GetDomain() string
GetDomain returns the Domain field value
func (*FRPSConfig) GetDomainOk ¶
func (o *FRPSConfig) GetDomainOk() (*string, bool)
GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.
func (*FRPSConfig) GetPort ¶
func (o *FRPSConfig) GetPort() int32
GetPort returns the Port field value
func (*FRPSConfig) GetPortOk ¶
func (o *FRPSConfig) GetPortOk() (*int32, bool)
GetPortOk returns a tuple with the Port field value and a boolean to check if the value has been set.
func (*FRPSConfig) GetProtocol ¶
func (o *FRPSConfig) GetProtocol() string
GetProtocol returns the Protocol field value
func (*FRPSConfig) GetProtocolOk ¶
func (o *FRPSConfig) GetProtocolOk() (*string, bool)
GetProtocolOk returns a tuple with the Protocol field value and a boolean to check if the value has been set.
func (FRPSConfig) MarshalJSON ¶
func (o FRPSConfig) MarshalJSON() ([]byte, error)
func (*FRPSConfig) SetProtocol ¶
func (o *FRPSConfig) SetProtocol(v string)
SetProtocol sets field value
func (FRPSConfig) ToMap ¶
func (o FRPSConfig) ToMap() (map[string]interface{}, error)
func (*FRPSConfig) UnmarshalJSON ¶ added in v0.25.0
func (o *FRPSConfig) UnmarshalJSON(data []byte) (err error)
type FileInfo ¶ added in v0.49.0
type FileInfo struct { Group string `json:"group"` IsDir bool `json:"isDir"` ModTime string `json:"modTime"` Mode string `json:"mode"` Name string `json:"name"` Owner string `json:"owner"` Permissions string `json:"permissions"` Size int32 `json:"size"` }
FileInfo struct for FileInfo
func NewFileInfo ¶ added in v0.49.0
func NewFileInfo(group string, isDir bool, modTime string, mode string, name string, owner string, permissions string, size int32) *FileInfo
NewFileInfo instantiates a new FileInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFileInfoWithDefaults ¶ added in v0.49.0
func NewFileInfoWithDefaults() *FileInfo
NewFileInfoWithDefaults instantiates a new FileInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FileInfo) GetGroupOk ¶ added in v0.49.0
GetGroupOk returns a tuple with the Group field value and a boolean to check if the value has been set.
func (*FileInfo) GetIsDirOk ¶ added in v0.49.0
GetIsDirOk returns a tuple with the IsDir field value and a boolean to check if the value has been set.
func (*FileInfo) GetModTime ¶ added in v0.49.0
GetModTime returns the ModTime field value
func (*FileInfo) GetModTimeOk ¶ added in v0.49.0
GetModTimeOk returns a tuple with the ModTime field value and a boolean to check if the value has been set.
func (*FileInfo) GetModeOk ¶ added in v0.49.0
GetModeOk returns a tuple with the Mode field value and a boolean to check if the value has been set.
func (*FileInfo) GetNameOk ¶ added in v0.49.0
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*FileInfo) GetOwnerOk ¶ added in v0.49.0
GetOwnerOk returns a tuple with the Owner field value and a boolean to check if the value has been set.
func (*FileInfo) GetPermissions ¶ added in v0.49.0
GetPermissions returns the Permissions field value
func (*FileInfo) GetPermissionsOk ¶ added in v0.49.0
GetPermissionsOk returns a tuple with the Permissions field value and a boolean to check if the value has been set.
func (*FileInfo) GetSizeOk ¶ added in v0.49.0
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (FileInfo) MarshalJSON ¶ added in v0.49.0
func (*FileInfo) SetModTime ¶ added in v0.49.0
SetModTime sets field value
func (*FileInfo) SetPermissions ¶ added in v0.49.0
SetPermissions sets field value
func (*FileInfo) UnmarshalJSON ¶ added in v0.49.0
type FileStatus ¶
type FileStatus struct { Extra string `json:"extra"` Name string `json:"name"` Staging Status `json:"staging"` Worktree Status `json:"worktree"` }
FileStatus struct for FileStatus
func NewFileStatus ¶
func NewFileStatus(extra string, name string, staging Status, worktree Status) *FileStatus
NewFileStatus instantiates a new FileStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFileStatusWithDefaults ¶
func NewFileStatusWithDefaults() *FileStatus
NewFileStatusWithDefaults instantiates a new FileStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FileStatus) GetExtra ¶
func (o *FileStatus) GetExtra() string
GetExtra returns the Extra field value
func (*FileStatus) GetExtraOk ¶
func (o *FileStatus) GetExtraOk() (*string, bool)
GetExtraOk returns a tuple with the Extra field value and a boolean to check if the value has been set.
func (*FileStatus) GetName ¶
func (o *FileStatus) GetName() string
GetName returns the Name field value
func (*FileStatus) GetNameOk ¶
func (o *FileStatus) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*FileStatus) GetStaging ¶
func (o *FileStatus) GetStaging() Status
GetStaging returns the Staging field value
func (*FileStatus) GetStagingOk ¶
func (o *FileStatus) GetStagingOk() (*Status, bool)
GetStagingOk returns a tuple with the Staging field value and a boolean to check if the value has been set.
func (*FileStatus) GetWorktree ¶
func (o *FileStatus) GetWorktree() Status
GetWorktree returns the Worktree field value
func (*FileStatus) GetWorktreeOk ¶
func (o *FileStatus) GetWorktreeOk() (*Status, bool)
GetWorktreeOk returns a tuple with the Worktree field value and a boolean to check if the value has been set.
func (FileStatus) MarshalJSON ¶
func (o FileStatus) MarshalJSON() ([]byte, error)
func (*FileStatus) SetStaging ¶
func (o *FileStatus) SetStaging(v Status)
SetStaging sets field value
func (*FileStatus) SetWorktree ¶
func (o *FileStatus) SetWorktree(v Status)
SetWorktree sets field value
func (FileStatus) ToMap ¶
func (o FileStatus) ToMap() (map[string]interface{}, error)
func (*FileStatus) UnmarshalJSON ¶ added in v0.25.0
func (o *FileStatus) UnmarshalJSON(data []byte) (err error)
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type GetRepositoryContext ¶ added in v0.26.0
type GetRepositoryContext struct { Branch *string `json:"branch,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Owner *string `json:"owner,omitempty"` Path *string `json:"path,omitempty"` PrNumber *int32 `json:"prNumber,omitempty"` Sha *string `json:"sha,omitempty"` Source *string `json:"source,omitempty"` Url string `json:"url"` }
GetRepositoryContext struct for GetRepositoryContext
func NewGetRepositoryContext ¶ added in v0.26.0
func NewGetRepositoryContext(url string) *GetRepositoryContext
NewGetRepositoryContext instantiates a new GetRepositoryContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetRepositoryContextWithDefaults ¶ added in v0.26.0
func NewGetRepositoryContextWithDefaults() *GetRepositoryContext
NewGetRepositoryContextWithDefaults instantiates a new GetRepositoryContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetRepositoryContext) GetBranch ¶ added in v0.26.0
func (o *GetRepositoryContext) GetBranch() string
GetBranch returns the Branch field value if set, zero value otherwise.
func (*GetRepositoryContext) GetBranchOk ¶ added in v0.26.0
func (o *GetRepositoryContext) GetBranchOk() (*string, bool)
GetBranchOk returns a tuple with the Branch field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetRepositoryContext) GetId ¶ added in v0.26.0
func (o *GetRepositoryContext) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*GetRepositoryContext) GetIdOk ¶ added in v0.26.0
func (o *GetRepositoryContext) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetRepositoryContext) GetName ¶ added in v0.26.0
func (o *GetRepositoryContext) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*GetRepositoryContext) GetNameOk ¶ added in v0.26.0
func (o *GetRepositoryContext) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetRepositoryContext) GetOwner ¶ added in v0.26.0
func (o *GetRepositoryContext) GetOwner() string
GetOwner returns the Owner field value if set, zero value otherwise.
func (*GetRepositoryContext) GetOwnerOk ¶ added in v0.26.0
func (o *GetRepositoryContext) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetRepositoryContext) GetPath ¶ added in v0.26.0
func (o *GetRepositoryContext) GetPath() string
GetPath returns the Path field value if set, zero value otherwise.
func (*GetRepositoryContext) GetPathOk ¶ added in v0.26.0
func (o *GetRepositoryContext) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetRepositoryContext) GetPrNumber ¶ added in v0.26.0
func (o *GetRepositoryContext) GetPrNumber() int32
GetPrNumber returns the PrNumber field value if set, zero value otherwise.
func (*GetRepositoryContext) GetPrNumberOk ¶ added in v0.26.0
func (o *GetRepositoryContext) GetPrNumberOk() (*int32, bool)
GetPrNumberOk returns a tuple with the PrNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetRepositoryContext) GetSha ¶ added in v0.26.0
func (o *GetRepositoryContext) GetSha() string
GetSha returns the Sha field value if set, zero value otherwise.
func (*GetRepositoryContext) GetShaOk ¶ added in v0.26.0
func (o *GetRepositoryContext) GetShaOk() (*string, bool)
GetShaOk returns a tuple with the Sha field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetRepositoryContext) GetSource ¶ added in v0.26.0
func (o *GetRepositoryContext) GetSource() string
GetSource returns the Source field value if set, zero value otherwise.
func (*GetRepositoryContext) GetSourceOk ¶ added in v0.26.0
func (o *GetRepositoryContext) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetRepositoryContext) GetUrl ¶ added in v0.26.0
func (o *GetRepositoryContext) GetUrl() string
GetUrl returns the Url field value
func (*GetRepositoryContext) GetUrlOk ¶ added in v0.26.0
func (o *GetRepositoryContext) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*GetRepositoryContext) HasBranch ¶ added in v0.26.0
func (o *GetRepositoryContext) HasBranch() bool
HasBranch returns a boolean if a field has been set.
func (*GetRepositoryContext) HasId ¶ added in v0.26.0
func (o *GetRepositoryContext) HasId() bool
HasId returns a boolean if a field has been set.
func (*GetRepositoryContext) HasName ¶ added in v0.26.0
func (o *GetRepositoryContext) HasName() bool
HasName returns a boolean if a field has been set.
func (*GetRepositoryContext) HasOwner ¶ added in v0.26.0
func (o *GetRepositoryContext) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (*GetRepositoryContext) HasPath ¶ added in v0.26.0
func (o *GetRepositoryContext) HasPath() bool
HasPath returns a boolean if a field has been set.
func (*GetRepositoryContext) HasPrNumber ¶ added in v0.26.0
func (o *GetRepositoryContext) HasPrNumber() bool
HasPrNumber returns a boolean if a field has been set.
func (*GetRepositoryContext) HasSha ¶ added in v0.26.0
func (o *GetRepositoryContext) HasSha() bool
HasSha returns a boolean if a field has been set.
func (*GetRepositoryContext) HasSource ¶ added in v0.26.0
func (o *GetRepositoryContext) HasSource() bool
HasSource returns a boolean if a field has been set.
func (GetRepositoryContext) MarshalJSON ¶ added in v0.26.0
func (o GetRepositoryContext) MarshalJSON() ([]byte, error)
func (*GetRepositoryContext) SetBranch ¶ added in v0.26.0
func (o *GetRepositoryContext) SetBranch(v string)
SetBranch gets a reference to the given string and assigns it to the Branch field.
func (*GetRepositoryContext) SetId ¶ added in v0.26.0
func (o *GetRepositoryContext) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*GetRepositoryContext) SetName ¶ added in v0.26.0
func (o *GetRepositoryContext) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*GetRepositoryContext) SetOwner ¶ added in v0.26.0
func (o *GetRepositoryContext) SetOwner(v string)
SetOwner gets a reference to the given string and assigns it to the Owner field.
func (*GetRepositoryContext) SetPath ¶ added in v0.26.0
func (o *GetRepositoryContext) SetPath(v string)
SetPath gets a reference to the given string and assigns it to the Path field.
func (*GetRepositoryContext) SetPrNumber ¶ added in v0.26.0
func (o *GetRepositoryContext) SetPrNumber(v int32)
SetPrNumber gets a reference to the given int32 and assigns it to the PrNumber field.
func (*GetRepositoryContext) SetSha ¶ added in v0.26.0
func (o *GetRepositoryContext) SetSha(v string)
SetSha gets a reference to the given string and assigns it to the Sha field.
func (*GetRepositoryContext) SetSource ¶ added in v0.26.0
func (o *GetRepositoryContext) SetSource(v string)
SetSource gets a reference to the given string and assigns it to the Source field.
func (*GetRepositoryContext) SetUrl ¶ added in v0.26.0
func (o *GetRepositoryContext) SetUrl(v string)
SetUrl sets field value
func (GetRepositoryContext) ToMap ¶ added in v0.26.0
func (o GetRepositoryContext) ToMap() (map[string]interface{}, error)
func (*GetRepositoryContext) UnmarshalJSON ¶ added in v0.26.0
func (o *GetRepositoryContext) UnmarshalJSON(data []byte) (err error)
type GitAddRequest ¶ added in v0.49.0
type GitAddRequest struct { // files to add (use . for all files) Files []string `json:"files"` Path string `json:"path"` }
GitAddRequest struct for GitAddRequest
func NewGitAddRequest ¶ added in v0.49.0
func NewGitAddRequest(files []string, path string) *GitAddRequest
NewGitAddRequest instantiates a new GitAddRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGitAddRequestWithDefaults ¶ added in v0.49.0
func NewGitAddRequestWithDefaults() *GitAddRequest
NewGitAddRequestWithDefaults instantiates a new GitAddRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GitAddRequest) GetFiles ¶ added in v0.49.0
func (o *GitAddRequest) GetFiles() []string
GetFiles returns the Files field value
func (*GitAddRequest) GetFilesOk ¶ added in v0.49.0
func (o *GitAddRequest) GetFilesOk() ([]string, bool)
GetFilesOk returns a tuple with the Files field value and a boolean to check if the value has been set.
func (*GitAddRequest) GetPath ¶ added in v0.49.0
func (o *GitAddRequest) GetPath() string
GetPath returns the Path field value
func (*GitAddRequest) GetPathOk ¶ added in v0.49.0
func (o *GitAddRequest) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (GitAddRequest) MarshalJSON ¶ added in v0.49.0
func (o GitAddRequest) MarshalJSON() ([]byte, error)
func (*GitAddRequest) SetFiles ¶ added in v0.49.0
func (o *GitAddRequest) SetFiles(v []string)
SetFiles sets field value
func (*GitAddRequest) SetPath ¶ added in v0.49.0
func (o *GitAddRequest) SetPath(v string)
SetPath sets field value
func (GitAddRequest) ToMap ¶ added in v0.49.0
func (o GitAddRequest) ToMap() (map[string]interface{}, error)
func (*GitAddRequest) UnmarshalJSON ¶ added in v0.49.0
func (o *GitAddRequest) UnmarshalJSON(data []byte) (err error)
type GitBranch ¶
GitBranch struct for GitBranch
func NewGitBranch ¶
NewGitBranch instantiates a new GitBranch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGitBranchWithDefaults ¶
func NewGitBranchWithDefaults() *GitBranch
NewGitBranchWithDefaults instantiates a new GitBranch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GitBranch) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*GitBranch) GetShaOk ¶
GetShaOk returns a tuple with the Sha field value and a boolean to check if the value has been set.
func (GitBranch) MarshalJSON ¶
func (*GitBranch) UnmarshalJSON ¶ added in v0.25.0
type GitBranchRequest ¶ added in v0.49.0
GitBranchRequest struct for GitBranchRequest
func NewGitBranchRequest ¶ added in v0.49.0
func NewGitBranchRequest(name string, path string) *GitBranchRequest
NewGitBranchRequest instantiates a new GitBranchRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGitBranchRequestWithDefaults ¶ added in v0.49.0
func NewGitBranchRequestWithDefaults() *GitBranchRequest
NewGitBranchRequestWithDefaults instantiates a new GitBranchRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GitBranchRequest) GetName ¶ added in v0.49.0
func (o *GitBranchRequest) GetName() string
GetName returns the Name field value
func (*GitBranchRequest) GetNameOk ¶ added in v0.49.0
func (o *GitBranchRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*GitBranchRequest) GetPath ¶ added in v0.49.0
func (o *GitBranchRequest) GetPath() string
GetPath returns the Path field value
func (*GitBranchRequest) GetPathOk ¶ added in v0.49.0
func (o *GitBranchRequest) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (GitBranchRequest) MarshalJSON ¶ added in v0.49.0
func (o GitBranchRequest) MarshalJSON() ([]byte, error)
func (*GitBranchRequest) SetName ¶ added in v0.49.0
func (o *GitBranchRequest) SetName(v string)
SetName sets field value
func (*GitBranchRequest) SetPath ¶ added in v0.49.0
func (o *GitBranchRequest) SetPath(v string)
SetPath sets field value
func (GitBranchRequest) ToMap ¶ added in v0.49.0
func (o GitBranchRequest) ToMap() (map[string]interface{}, error)
func (*GitBranchRequest) UnmarshalJSON ¶ added in v0.49.0
func (o *GitBranchRequest) UnmarshalJSON(data []byte) (err error)
type GitCloneRequest ¶ added in v0.49.0
type GitCloneRequest struct { Branch *string `json:"branch,omitempty"` CommitId *string `json:"commit_id,omitempty"` Password *string `json:"password,omitempty"` Path string `json:"path"` Url string `json:"url"` Username *string `json:"username,omitempty"` }
GitCloneRequest struct for GitCloneRequest
func NewGitCloneRequest ¶ added in v0.49.0
func NewGitCloneRequest(path string, url string) *GitCloneRequest
NewGitCloneRequest instantiates a new GitCloneRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGitCloneRequestWithDefaults ¶ added in v0.49.0
func NewGitCloneRequestWithDefaults() *GitCloneRequest
NewGitCloneRequestWithDefaults instantiates a new GitCloneRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GitCloneRequest) GetBranch ¶ added in v0.49.0
func (o *GitCloneRequest) GetBranch() string
GetBranch returns the Branch field value if set, zero value otherwise.
func (*GitCloneRequest) GetBranchOk ¶ added in v0.49.0
func (o *GitCloneRequest) GetBranchOk() (*string, bool)
GetBranchOk returns a tuple with the Branch field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GitCloneRequest) GetCommitId ¶ added in v0.49.0
func (o *GitCloneRequest) GetCommitId() string
GetCommitId returns the CommitId field value if set, zero value otherwise.
func (*GitCloneRequest) GetCommitIdOk ¶ added in v0.49.0
func (o *GitCloneRequest) GetCommitIdOk() (*string, bool)
GetCommitIdOk returns a tuple with the CommitId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GitCloneRequest) GetPassword ¶ added in v0.49.0
func (o *GitCloneRequest) GetPassword() string
GetPassword returns the Password field value if set, zero value otherwise.
func (*GitCloneRequest) GetPasswordOk ¶ added in v0.49.0
func (o *GitCloneRequest) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GitCloneRequest) GetPath ¶ added in v0.49.0
func (o *GitCloneRequest) GetPath() string
GetPath returns the Path field value
func (*GitCloneRequest) GetPathOk ¶ added in v0.49.0
func (o *GitCloneRequest) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (*GitCloneRequest) GetUrl ¶ added in v0.49.0
func (o *GitCloneRequest) GetUrl() string
GetUrl returns the Url field value
func (*GitCloneRequest) GetUrlOk ¶ added in v0.49.0
func (o *GitCloneRequest) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*GitCloneRequest) GetUsername ¶ added in v0.49.0
func (o *GitCloneRequest) GetUsername() string
GetUsername returns the Username field value if set, zero value otherwise.
func (*GitCloneRequest) GetUsernameOk ¶ added in v0.49.0
func (o *GitCloneRequest) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GitCloneRequest) HasBranch ¶ added in v0.49.0
func (o *GitCloneRequest) HasBranch() bool
HasBranch returns a boolean if a field has been set.
func (*GitCloneRequest) HasCommitId ¶ added in v0.49.0
func (o *GitCloneRequest) HasCommitId() bool
HasCommitId returns a boolean if a field has been set.
func (*GitCloneRequest) HasPassword ¶ added in v0.49.0
func (o *GitCloneRequest) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (*GitCloneRequest) HasUsername ¶ added in v0.49.0
func (o *GitCloneRequest) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (GitCloneRequest) MarshalJSON ¶ added in v0.49.0
func (o GitCloneRequest) MarshalJSON() ([]byte, error)
func (*GitCloneRequest) SetBranch ¶ added in v0.49.0
func (o *GitCloneRequest) SetBranch(v string)
SetBranch gets a reference to the given string and assigns it to the Branch field.
func (*GitCloneRequest) SetCommitId ¶ added in v0.49.0
func (o *GitCloneRequest) SetCommitId(v string)
SetCommitId gets a reference to the given string and assigns it to the CommitId field.
func (*GitCloneRequest) SetPassword ¶ added in v0.49.0
func (o *GitCloneRequest) SetPassword(v string)
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*GitCloneRequest) SetPath ¶ added in v0.49.0
func (o *GitCloneRequest) SetPath(v string)
SetPath sets field value
func (*GitCloneRequest) SetUrl ¶ added in v0.49.0
func (o *GitCloneRequest) SetUrl(v string)
SetUrl sets field value
func (*GitCloneRequest) SetUsername ¶ added in v0.49.0
func (o *GitCloneRequest) SetUsername(v string)
SetUsername gets a reference to the given string and assigns it to the Username field.
func (GitCloneRequest) ToMap ¶ added in v0.49.0
func (o GitCloneRequest) ToMap() (map[string]interface{}, error)
func (*GitCloneRequest) UnmarshalJSON ¶ added in v0.49.0
func (o *GitCloneRequest) UnmarshalJSON(data []byte) (err error)
type GitCommitInfo ¶ added in v0.49.0
type GitCommitInfo struct { Author string `json:"author"` Email string `json:"email"` Hash string `json:"hash"` Message string `json:"message"` Timestamp string `json:"timestamp"` }
GitCommitInfo struct for GitCommitInfo
func NewGitCommitInfo ¶ added in v0.49.0
func NewGitCommitInfo(author string, email string, hash string, message string, timestamp string) *GitCommitInfo
NewGitCommitInfo instantiates a new GitCommitInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGitCommitInfoWithDefaults ¶ added in v0.49.0
func NewGitCommitInfoWithDefaults() *GitCommitInfo
NewGitCommitInfoWithDefaults instantiates a new GitCommitInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GitCommitInfo) GetAuthor ¶ added in v0.49.0
func (o *GitCommitInfo) GetAuthor() string
GetAuthor returns the Author field value
func (*GitCommitInfo) GetAuthorOk ¶ added in v0.49.0
func (o *GitCommitInfo) GetAuthorOk() (*string, bool)
GetAuthorOk returns a tuple with the Author field value and a boolean to check if the value has been set.
func (*GitCommitInfo) GetEmail ¶ added in v0.49.0
func (o *GitCommitInfo) GetEmail() string
GetEmail returns the Email field value
func (*GitCommitInfo) GetEmailOk ¶ added in v0.49.0
func (o *GitCommitInfo) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*GitCommitInfo) GetHash ¶ added in v0.49.0
func (o *GitCommitInfo) GetHash() string
GetHash returns the Hash field value
func (*GitCommitInfo) GetHashOk ¶ added in v0.49.0
func (o *GitCommitInfo) GetHashOk() (*string, bool)
GetHashOk returns a tuple with the Hash field value and a boolean to check if the value has been set.
func (*GitCommitInfo) GetMessage ¶ added in v0.49.0
func (o *GitCommitInfo) GetMessage() string
GetMessage returns the Message field value
func (*GitCommitInfo) GetMessageOk ¶ added in v0.49.0
func (o *GitCommitInfo) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*GitCommitInfo) GetTimestamp ¶ added in v0.49.0
func (o *GitCommitInfo) GetTimestamp() string
GetTimestamp returns the Timestamp field value
func (*GitCommitInfo) GetTimestampOk ¶ added in v0.49.0
func (o *GitCommitInfo) GetTimestampOk() (*string, bool)
GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.
func (GitCommitInfo) MarshalJSON ¶ added in v0.49.0
func (o GitCommitInfo) MarshalJSON() ([]byte, error)
func (*GitCommitInfo) SetAuthor ¶ added in v0.49.0
func (o *GitCommitInfo) SetAuthor(v string)
SetAuthor sets field value
func (*GitCommitInfo) SetEmail ¶ added in v0.49.0
func (o *GitCommitInfo) SetEmail(v string)
SetEmail sets field value
func (*GitCommitInfo) SetHash ¶ added in v0.49.0
func (o *GitCommitInfo) SetHash(v string)
SetHash sets field value
func (*GitCommitInfo) SetMessage ¶ added in v0.49.0
func (o *GitCommitInfo) SetMessage(v string)
SetMessage sets field value
func (*GitCommitInfo) SetTimestamp ¶ added in v0.49.0
func (o *GitCommitInfo) SetTimestamp(v string)
SetTimestamp sets field value
func (GitCommitInfo) ToMap ¶ added in v0.49.0
func (o GitCommitInfo) ToMap() (map[string]interface{}, error)
func (*GitCommitInfo) UnmarshalJSON ¶ added in v0.49.0
func (o *GitCommitInfo) UnmarshalJSON(data []byte) (err error)
type GitCommitRequest ¶ added in v0.49.0
type GitCommitRequest struct { Author string `json:"author"` Email string `json:"email"` Message string `json:"message"` Path string `json:"path"` }
GitCommitRequest struct for GitCommitRequest
func NewGitCommitRequest ¶ added in v0.49.0
func NewGitCommitRequest(author string, email string, message string, path string) *GitCommitRequest
NewGitCommitRequest instantiates a new GitCommitRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGitCommitRequestWithDefaults ¶ added in v0.49.0
func NewGitCommitRequestWithDefaults() *GitCommitRequest
NewGitCommitRequestWithDefaults instantiates a new GitCommitRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GitCommitRequest) GetAuthor ¶ added in v0.49.0
func (o *GitCommitRequest) GetAuthor() string
GetAuthor returns the Author field value
func (*GitCommitRequest) GetAuthorOk ¶ added in v0.49.0
func (o *GitCommitRequest) GetAuthorOk() (*string, bool)
GetAuthorOk returns a tuple with the Author field value and a boolean to check if the value has been set.
func (*GitCommitRequest) GetEmail ¶ added in v0.49.0
func (o *GitCommitRequest) GetEmail() string
GetEmail returns the Email field value
func (*GitCommitRequest) GetEmailOk ¶ added in v0.49.0
func (o *GitCommitRequest) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*GitCommitRequest) GetMessage ¶ added in v0.49.0
func (o *GitCommitRequest) GetMessage() string
GetMessage returns the Message field value
func (*GitCommitRequest) GetMessageOk ¶ added in v0.49.0
func (o *GitCommitRequest) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*GitCommitRequest) GetPath ¶ added in v0.49.0
func (o *GitCommitRequest) GetPath() string
GetPath returns the Path field value
func (*GitCommitRequest) GetPathOk ¶ added in v0.49.0
func (o *GitCommitRequest) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (GitCommitRequest) MarshalJSON ¶ added in v0.49.0
func (o GitCommitRequest) MarshalJSON() ([]byte, error)
func (*GitCommitRequest) SetAuthor ¶ added in v0.49.0
func (o *GitCommitRequest) SetAuthor(v string)
SetAuthor sets field value
func (*GitCommitRequest) SetEmail ¶ added in v0.49.0
func (o *GitCommitRequest) SetEmail(v string)
SetEmail sets field value
func (*GitCommitRequest) SetMessage ¶ added in v0.49.0
func (o *GitCommitRequest) SetMessage(v string)
SetMessage sets field value
func (*GitCommitRequest) SetPath ¶ added in v0.49.0
func (o *GitCommitRequest) SetPath(v string)
SetPath sets field value
func (GitCommitRequest) ToMap ¶ added in v0.49.0
func (o GitCommitRequest) ToMap() (map[string]interface{}, error)
func (*GitCommitRequest) UnmarshalJSON ¶ added in v0.49.0
func (o *GitCommitRequest) UnmarshalJSON(data []byte) (err error)
type GitCommitResponse ¶ added in v0.49.0
type GitCommitResponse struct {
Hash string `json:"hash"`
}
GitCommitResponse struct for GitCommitResponse
func NewGitCommitResponse ¶ added in v0.49.0
func NewGitCommitResponse(hash string) *GitCommitResponse
NewGitCommitResponse instantiates a new GitCommitResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGitCommitResponseWithDefaults ¶ added in v0.49.0
func NewGitCommitResponseWithDefaults() *GitCommitResponse
NewGitCommitResponseWithDefaults instantiates a new GitCommitResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GitCommitResponse) GetHash ¶ added in v0.49.0
func (o *GitCommitResponse) GetHash() string
GetHash returns the Hash field value
func (*GitCommitResponse) GetHashOk ¶ added in v0.49.0
func (o *GitCommitResponse) GetHashOk() (*string, bool)
GetHashOk returns a tuple with the Hash field value and a boolean to check if the value has been set.
func (GitCommitResponse) MarshalJSON ¶ added in v0.49.0
func (o GitCommitResponse) MarshalJSON() ([]byte, error)
func (*GitCommitResponse) SetHash ¶ added in v0.49.0
func (o *GitCommitResponse) SetHash(v string)
SetHash sets field value
func (GitCommitResponse) ToMap ¶ added in v0.49.0
func (o GitCommitResponse) ToMap() (map[string]interface{}, error)
func (*GitCommitResponse) UnmarshalJSON ¶ added in v0.49.0
func (o *GitCommitResponse) UnmarshalJSON(data []byte) (err error)
type GitNamespace ¶
GitNamespace struct for GitNamespace
func NewGitNamespace ¶
func NewGitNamespace(id string, name string) *GitNamespace
NewGitNamespace instantiates a new GitNamespace object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGitNamespaceWithDefaults ¶
func NewGitNamespaceWithDefaults() *GitNamespace
NewGitNamespaceWithDefaults instantiates a new GitNamespace object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GitNamespace) GetIdOk ¶
func (o *GitNamespace) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*GitNamespace) GetName ¶
func (o *GitNamespace) GetName() string
GetName returns the Name field value
func (*GitNamespace) GetNameOk ¶
func (o *GitNamespace) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (GitNamespace) MarshalJSON ¶
func (o GitNamespace) MarshalJSON() ([]byte, error)
func (GitNamespace) ToMap ¶
func (o GitNamespace) ToMap() (map[string]interface{}, error)
func (*GitNamespace) UnmarshalJSON ¶ added in v0.25.0
func (o *GitNamespace) UnmarshalJSON(data []byte) (err error)
type GitProvider ¶
type GitProvider struct { Alias string `json:"alias"` BaseApiUrl *string `json:"baseApiUrl,omitempty"` Id string `json:"id"` ProviderId string `json:"providerId"` SigningKey *string `json:"signingKey,omitempty"` SigningMethod *SigningMethod `json:"signingMethod,omitempty"` Token string `json:"token"` Username string `json:"username"` }
GitProvider struct for GitProvider
func NewGitProvider ¶
func NewGitProvider(alias string, id string, providerId string, token string, username string) *GitProvider
NewGitProvider instantiates a new GitProvider object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGitProviderWithDefaults ¶
func NewGitProviderWithDefaults() *GitProvider
NewGitProviderWithDefaults instantiates a new GitProvider object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GitProvider) GetAlias ¶ added in v0.38.0
func (o *GitProvider) GetAlias() string
GetAlias returns the Alias field value
func (*GitProvider) GetAliasOk ¶ added in v0.38.0
func (o *GitProvider) GetAliasOk() (*string, bool)
GetAliasOk returns a tuple with the Alias field value and a boolean to check if the value has been set.
func (*GitProvider) GetBaseApiUrl ¶
func (o *GitProvider) GetBaseApiUrl() string
GetBaseApiUrl returns the BaseApiUrl field value if set, zero value otherwise.
func (*GitProvider) GetBaseApiUrlOk ¶
func (o *GitProvider) GetBaseApiUrlOk() (*string, bool)
GetBaseApiUrlOk returns a tuple with the BaseApiUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GitProvider) GetIdOk ¶
func (o *GitProvider) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*GitProvider) GetProviderId ¶ added in v0.38.0
func (o *GitProvider) GetProviderId() string
GetProviderId returns the ProviderId field value
func (*GitProvider) GetProviderIdOk ¶ added in v0.38.0
func (o *GitProvider) GetProviderIdOk() (*string, bool)
GetProviderIdOk returns a tuple with the ProviderId field value and a boolean to check if the value has been set.
func (*GitProvider) GetSigningKey ¶ added in v0.40.0
func (o *GitProvider) GetSigningKey() string
GetSigningKey returns the SigningKey field value if set, zero value otherwise.
func (*GitProvider) GetSigningKeyOk ¶ added in v0.40.0
func (o *GitProvider) GetSigningKeyOk() (*string, bool)
GetSigningKeyOk returns a tuple with the SigningKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GitProvider) GetSigningMethod ¶ added in v0.40.0
func (o *GitProvider) GetSigningMethod() SigningMethod
GetSigningMethod returns the SigningMethod field value if set, zero value otherwise.
func (*GitProvider) GetSigningMethodOk ¶ added in v0.40.0
func (o *GitProvider) GetSigningMethodOk() (*SigningMethod, bool)
GetSigningMethodOk returns a tuple with the SigningMethod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GitProvider) GetToken ¶
func (o *GitProvider) GetToken() string
GetToken returns the Token field value
func (*GitProvider) GetTokenOk ¶
func (o *GitProvider) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.
func (*GitProvider) GetUsername ¶
func (o *GitProvider) GetUsername() string
GetUsername returns the Username field value
func (*GitProvider) GetUsernameOk ¶
func (o *GitProvider) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*GitProvider) HasBaseApiUrl ¶
func (o *GitProvider) HasBaseApiUrl() bool
HasBaseApiUrl returns a boolean if a field has been set.
func (*GitProvider) HasSigningKey ¶ added in v0.40.0
func (o *GitProvider) HasSigningKey() bool
HasSigningKey returns a boolean if a field has been set.
func (*GitProvider) HasSigningMethod ¶ added in v0.40.0
func (o *GitProvider) HasSigningMethod() bool
HasSigningMethod returns a boolean if a field has been set.
func (GitProvider) MarshalJSON ¶
func (o GitProvider) MarshalJSON() ([]byte, error)
func (*GitProvider) SetAlias ¶ added in v0.38.0
func (o *GitProvider) SetAlias(v string)
SetAlias sets field value
func (*GitProvider) SetBaseApiUrl ¶
func (o *GitProvider) SetBaseApiUrl(v string)
SetBaseApiUrl gets a reference to the given string and assigns it to the BaseApiUrl field.
func (*GitProvider) SetProviderId ¶ added in v0.38.0
func (o *GitProvider) SetProviderId(v string)
SetProviderId sets field value
func (*GitProvider) SetSigningKey ¶ added in v0.40.0
func (o *GitProvider) SetSigningKey(v string)
SetSigningKey gets a reference to the given string and assigns it to the SigningKey field.
func (*GitProvider) SetSigningMethod ¶ added in v0.40.0
func (o *GitProvider) SetSigningMethod(v SigningMethod)
SetSigningMethod gets a reference to the given SigningMethod and assigns it to the SigningMethod field.
func (*GitProvider) SetUsername ¶
func (o *GitProvider) SetUsername(v string)
SetUsername sets field value
func (GitProvider) ToMap ¶
func (o GitProvider) ToMap() (map[string]interface{}, error)
func (*GitProvider) UnmarshalJSON ¶ added in v0.25.0
func (o *GitProvider) UnmarshalJSON(data []byte) (err error)
type GitProviderAPIService ¶
type GitProviderAPIService service
GitProviderAPIService GitProviderAPI service
func (*GitProviderAPIService) GetGitContext ¶
func (a *GitProviderAPIService) GetGitContext(ctx context.Context) ApiGetGitContextRequest
GetGitContext Get Git context
Get Git context
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetGitContextRequest
func (*GitProviderAPIService) GetGitContextExecute ¶
func (a *GitProviderAPIService) GetGitContextExecute(r ApiGetGitContextRequest) (*GitRepository, *http.Response, error)
Execute executes the request
@return GitRepository
func (*GitProviderAPIService) GetGitProvider ¶ added in v0.38.0
func (a *GitProviderAPIService) GetGitProvider(ctx context.Context, gitProviderId string) ApiGetGitProviderRequest
GetGitProvider Get Git provider
Get Git provider
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param gitProviderId ID @return ApiGetGitProviderRequest
func (*GitProviderAPIService) GetGitProviderExecute ¶ added in v0.38.0
func (a *GitProviderAPIService) GetGitProviderExecute(r ApiGetGitProviderRequest) (*GitProvider, *http.Response, error)
Execute executes the request
@return GitProvider
func (*GitProviderAPIService) GetGitProviderIdForUrl ¶ added in v0.24.0
func (a *GitProviderAPIService) GetGitProviderIdForUrl(ctx context.Context, url string) ApiGetGitProviderIdForUrlRequest
GetGitProviderIdForUrl Get Git provider ID
Get Git provider ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param url Url @return ApiGetGitProviderIdForUrlRequest
func (*GitProviderAPIService) GetGitProviderIdForUrlExecute ¶ added in v0.24.0
func (a *GitProviderAPIService) GetGitProviderIdForUrlExecute(r ApiGetGitProviderIdForUrlRequest) (string, *http.Response, error)
Execute executes the request
@return string
func (*GitProviderAPIService) GetGitUser ¶
func (a *GitProviderAPIService) GetGitUser(ctx context.Context, gitProviderId string) ApiGetGitUserRequest
GetGitUser Get Git context
Get Git context
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param gitProviderId Git Provider Id @return ApiGetGitUserRequest
func (*GitProviderAPIService) GetGitUserExecute ¶
func (a *GitProviderAPIService) GetGitUserExecute(r ApiGetGitUserRequest) (*GitUser, *http.Response, error)
Execute executes the request
@return GitUser
func (*GitProviderAPIService) GetNamespaces ¶
func (a *GitProviderAPIService) GetNamespaces(ctx context.Context, gitProviderId string) ApiGetNamespacesRequest
GetNamespaces Get Git namespaces
Get Git namespaces
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param gitProviderId Git provider @return ApiGetNamespacesRequest
func (*GitProviderAPIService) GetNamespacesExecute ¶
func (a *GitProviderAPIService) GetNamespacesExecute(r ApiGetNamespacesRequest) ([]GitNamespace, *http.Response, error)
Execute executes the request
@return []GitNamespace
func (*GitProviderAPIService) GetRepoBranches ¶
func (a *GitProviderAPIService) GetRepoBranches(ctx context.Context, gitProviderId string, namespaceId string, repositoryId string) ApiGetRepoBranchesRequest
GetRepoBranches Get Git repository branches
Get Git repository branches
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param gitProviderId Git provider @param namespaceId Namespace @param repositoryId Repository @return ApiGetRepoBranchesRequest
func (*GitProviderAPIService) GetRepoBranchesExecute ¶
func (a *GitProviderAPIService) GetRepoBranchesExecute(r ApiGetRepoBranchesRequest) ([]GitBranch, *http.Response, error)
Execute executes the request
@return []GitBranch
func (*GitProviderAPIService) GetRepoPRs ¶
func (a *GitProviderAPIService) GetRepoPRs(ctx context.Context, gitProviderId string, namespaceId string, repositoryId string) ApiGetRepoPRsRequest
GetRepoPRs Get Git repository PRs
Get Git repository PRs
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param gitProviderId Git provider @param namespaceId Namespace @param repositoryId Repository @return ApiGetRepoPRsRequest
func (*GitProviderAPIService) GetRepoPRsExecute ¶
func (a *GitProviderAPIService) GetRepoPRsExecute(r ApiGetRepoPRsRequest) ([]GitPullRequest, *http.Response, error)
Execute executes the request
@return []GitPullRequest
func (*GitProviderAPIService) GetRepositories ¶
func (a *GitProviderAPIService) GetRepositories(ctx context.Context, gitProviderId string, namespaceId string) ApiGetRepositoriesRequest
GetRepositories Get Git repositories
Get Git repositories
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param gitProviderId Git provider @param namespaceId Namespace @return ApiGetRepositoriesRequest
func (*GitProviderAPIService) GetRepositoriesExecute ¶
func (a *GitProviderAPIService) GetRepositoriesExecute(r ApiGetRepositoriesRequest) ([]GitRepository, *http.Response, error)
Execute executes the request
@return []GitRepository
func (*GitProviderAPIService) GetUrlFromRepository ¶ added in v0.24.0
func (a *GitProviderAPIService) GetUrlFromRepository(ctx context.Context) ApiGetUrlFromRepositoryRequest
GetUrlFromRepository Get URL from Git repository
Get URL from Git repository
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetUrlFromRepositoryRequest
func (*GitProviderAPIService) GetUrlFromRepositoryExecute ¶ added in v0.24.0
func (a *GitProviderAPIService) GetUrlFromRepositoryExecute(r ApiGetUrlFromRepositoryRequest) (*RepositoryUrl, *http.Response, error)
Execute executes the request
@return RepositoryUrl
func (*GitProviderAPIService) ListGitProviders ¶
func (a *GitProviderAPIService) ListGitProviders(ctx context.Context) ApiListGitProvidersRequest
ListGitProviders List Git providers
List Git providers
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListGitProvidersRequest
func (*GitProviderAPIService) ListGitProvidersExecute ¶
func (a *GitProviderAPIService) ListGitProvidersExecute(r ApiListGitProvidersRequest) ([]GitProvider, *http.Response, error)
Execute executes the request
@return []GitProvider
func (*GitProviderAPIService) ListGitProvidersForUrl ¶ added in v0.38.0
func (a *GitProviderAPIService) ListGitProvidersForUrl(ctx context.Context, url string) ApiListGitProvidersForUrlRequest
ListGitProvidersForUrl List Git providers for url
List Git providers for url
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param url Url @return ApiListGitProvidersForUrlRequest
func (*GitProviderAPIService) ListGitProvidersForUrlExecute ¶ added in v0.38.0
func (a *GitProviderAPIService) ListGitProvidersForUrlExecute(r ApiListGitProvidersForUrlRequest) ([]GitProvider, *http.Response, error)
Execute executes the request
@return []GitProvider
func (*GitProviderAPIService) RemoveGitProvider ¶
func (a *GitProviderAPIService) RemoveGitProvider(ctx context.Context, gitProviderId string) ApiRemoveGitProviderRequest
RemoveGitProvider Remove Git provider
Remove Git provider
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param gitProviderId Git provider @return ApiRemoveGitProviderRequest
func (*GitProviderAPIService) RemoveGitProviderExecute ¶
func (a *GitProviderAPIService) RemoveGitProviderExecute(r ApiRemoveGitProviderRequest) (*http.Response, error)
Execute executes the request
func (*GitProviderAPIService) SetGitProvider ¶
func (a *GitProviderAPIService) SetGitProvider(ctx context.Context) ApiSetGitProviderRequest
SetGitProvider Set Git provider
Set Git provider
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSetGitProviderRequest
func (*GitProviderAPIService) SetGitProviderExecute ¶
func (a *GitProviderAPIService) SetGitProviderExecute(r ApiSetGitProviderRequest) (*http.Response, error)
Execute executes the request
type GitPullRequest ¶
type GitPullRequest struct { Branch string `json:"branch"` Name string `json:"name"` Sha string `json:"sha"` SourceRepoId string `json:"sourceRepoId"` SourceRepoName string `json:"sourceRepoName"` SourceRepoOwner string `json:"sourceRepoOwner"` SourceRepoUrl string `json:"sourceRepoUrl"` }
GitPullRequest struct for GitPullRequest
func NewGitPullRequest ¶
func NewGitPullRequest(branch string, name string, sha string, sourceRepoId string, sourceRepoName string, sourceRepoOwner string, sourceRepoUrl string) *GitPullRequest
NewGitPullRequest instantiates a new GitPullRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGitPullRequestWithDefaults ¶
func NewGitPullRequestWithDefaults() *GitPullRequest
NewGitPullRequestWithDefaults instantiates a new GitPullRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GitPullRequest) GetBranch ¶
func (o *GitPullRequest) GetBranch() string
GetBranch returns the Branch field value
func (*GitPullRequest) GetBranchOk ¶
func (o *GitPullRequest) GetBranchOk() (*string, bool)
GetBranchOk returns a tuple with the Branch field value and a boolean to check if the value has been set.
func (*GitPullRequest) GetName ¶
func (o *GitPullRequest) GetName() string
GetName returns the Name field value
func (*GitPullRequest) GetNameOk ¶
func (o *GitPullRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*GitPullRequest) GetSha ¶
func (o *GitPullRequest) GetSha() string
GetSha returns the Sha field value
func (*GitPullRequest) GetShaOk ¶
func (o *GitPullRequest) GetShaOk() (*string, bool)
GetShaOk returns a tuple with the Sha field value and a boolean to check if the value has been set.
func (*GitPullRequest) GetSourceRepoId ¶
func (o *GitPullRequest) GetSourceRepoId() string
GetSourceRepoId returns the SourceRepoId field value
func (*GitPullRequest) GetSourceRepoIdOk ¶
func (o *GitPullRequest) GetSourceRepoIdOk() (*string, bool)
GetSourceRepoIdOk returns a tuple with the SourceRepoId field value and a boolean to check if the value has been set.
func (*GitPullRequest) GetSourceRepoName ¶
func (o *GitPullRequest) GetSourceRepoName() string
GetSourceRepoName returns the SourceRepoName field value
func (*GitPullRequest) GetSourceRepoNameOk ¶
func (o *GitPullRequest) GetSourceRepoNameOk() (*string, bool)
GetSourceRepoNameOk returns a tuple with the SourceRepoName field value and a boolean to check if the value has been set.
func (*GitPullRequest) GetSourceRepoOwner ¶
func (o *GitPullRequest) GetSourceRepoOwner() string
GetSourceRepoOwner returns the SourceRepoOwner field value
func (*GitPullRequest) GetSourceRepoOwnerOk ¶
func (o *GitPullRequest) GetSourceRepoOwnerOk() (*string, bool)
GetSourceRepoOwnerOk returns a tuple with the SourceRepoOwner field value and a boolean to check if the value has been set.
func (*GitPullRequest) GetSourceRepoUrl ¶
func (o *GitPullRequest) GetSourceRepoUrl() string
GetSourceRepoUrl returns the SourceRepoUrl field value
func (*GitPullRequest) GetSourceRepoUrlOk ¶
func (o *GitPullRequest) GetSourceRepoUrlOk() (*string, bool)
GetSourceRepoUrlOk returns a tuple with the SourceRepoUrl field value and a boolean to check if the value has been set.
func (GitPullRequest) MarshalJSON ¶
func (o GitPullRequest) MarshalJSON() ([]byte, error)
func (*GitPullRequest) SetBranch ¶
func (o *GitPullRequest) SetBranch(v string)
SetBranch sets field value
func (*GitPullRequest) SetName ¶
func (o *GitPullRequest) SetName(v string)
SetName sets field value
func (*GitPullRequest) SetSourceRepoId ¶
func (o *GitPullRequest) SetSourceRepoId(v string)
SetSourceRepoId sets field value
func (*GitPullRequest) SetSourceRepoName ¶
func (o *GitPullRequest) SetSourceRepoName(v string)
SetSourceRepoName sets field value
func (*GitPullRequest) SetSourceRepoOwner ¶
func (o *GitPullRequest) SetSourceRepoOwner(v string)
SetSourceRepoOwner sets field value
func (*GitPullRequest) SetSourceRepoUrl ¶
func (o *GitPullRequest) SetSourceRepoUrl(v string)
SetSourceRepoUrl sets field value
func (GitPullRequest) ToMap ¶
func (o GitPullRequest) ToMap() (map[string]interface{}, error)
func (*GitPullRequest) UnmarshalJSON ¶ added in v0.25.0
func (o *GitPullRequest) UnmarshalJSON(data []byte) (err error)
type GitRepoRequest ¶ added in v0.49.0
type GitRepoRequest struct { Password *string `json:"password,omitempty"` Path string `json:"path"` Username *string `json:"username,omitempty"` }
GitRepoRequest struct for GitRepoRequest
func NewGitRepoRequest ¶ added in v0.49.0
func NewGitRepoRequest(path string) *GitRepoRequest
NewGitRepoRequest instantiates a new GitRepoRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGitRepoRequestWithDefaults ¶ added in v0.49.0
func NewGitRepoRequestWithDefaults() *GitRepoRequest
NewGitRepoRequestWithDefaults instantiates a new GitRepoRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GitRepoRequest) GetPassword ¶ added in v0.49.0
func (o *GitRepoRequest) GetPassword() string
GetPassword returns the Password field value if set, zero value otherwise.
func (*GitRepoRequest) GetPasswordOk ¶ added in v0.49.0
func (o *GitRepoRequest) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GitRepoRequest) GetPath ¶ added in v0.49.0
func (o *GitRepoRequest) GetPath() string
GetPath returns the Path field value
func (*GitRepoRequest) GetPathOk ¶ added in v0.49.0
func (o *GitRepoRequest) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (*GitRepoRequest) GetUsername ¶ added in v0.49.0
func (o *GitRepoRequest) GetUsername() string
GetUsername returns the Username field value if set, zero value otherwise.
func (*GitRepoRequest) GetUsernameOk ¶ added in v0.49.0
func (o *GitRepoRequest) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GitRepoRequest) HasPassword ¶ added in v0.49.0
func (o *GitRepoRequest) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (*GitRepoRequest) HasUsername ¶ added in v0.49.0
func (o *GitRepoRequest) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (GitRepoRequest) MarshalJSON ¶ added in v0.49.0
func (o GitRepoRequest) MarshalJSON() ([]byte, error)
func (*GitRepoRequest) SetPassword ¶ added in v0.49.0
func (o *GitRepoRequest) SetPassword(v string)
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*GitRepoRequest) SetPath ¶ added in v0.49.0
func (o *GitRepoRequest) SetPath(v string)
SetPath sets field value
func (*GitRepoRequest) SetUsername ¶ added in v0.49.0
func (o *GitRepoRequest) SetUsername(v string)
SetUsername gets a reference to the given string and assigns it to the Username field.
func (GitRepoRequest) ToMap ¶ added in v0.49.0
func (o GitRepoRequest) ToMap() (map[string]interface{}, error)
func (*GitRepoRequest) UnmarshalJSON ¶ added in v0.49.0
func (o *GitRepoRequest) UnmarshalJSON(data []byte) (err error)
type GitRepository ¶
type GitRepository struct { Branch string `json:"branch"` CloneTarget *CloneTarget `json:"cloneTarget,omitempty"` Id string `json:"id"` Name string `json:"name"` Owner string `json:"owner"` Path *string `json:"path,omitempty"` PrNumber *int32 `json:"prNumber,omitempty"` Sha string `json:"sha"` Source string `json:"source"` Url string `json:"url"` }
GitRepository struct for GitRepository
func NewGitRepository ¶
func NewGitRepository(branch string, id string, name string, owner string, sha string, source string, url string) *GitRepository
NewGitRepository instantiates a new GitRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGitRepositoryWithDefaults ¶
func NewGitRepositoryWithDefaults() *GitRepository
NewGitRepositoryWithDefaults instantiates a new GitRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GitRepository) GetBranch ¶
func (o *GitRepository) GetBranch() string
GetBranch returns the Branch field value
func (*GitRepository) GetBranchOk ¶
func (o *GitRepository) GetBranchOk() (*string, bool)
GetBranchOk returns a tuple with the Branch field value and a boolean to check if the value has been set.
func (*GitRepository) GetCloneTarget ¶ added in v0.26.0
func (o *GitRepository) GetCloneTarget() CloneTarget
GetCloneTarget returns the CloneTarget field value if set, zero value otherwise.
func (*GitRepository) GetCloneTargetOk ¶ added in v0.26.0
func (o *GitRepository) GetCloneTargetOk() (*CloneTarget, bool)
GetCloneTargetOk returns a tuple with the CloneTarget field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GitRepository) GetId ¶
func (o *GitRepository) GetId() string
GetId returns the Id field value
func (*GitRepository) GetIdOk ¶
func (o *GitRepository) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*GitRepository) GetName ¶
func (o *GitRepository) GetName() string
GetName returns the Name field value
func (*GitRepository) GetNameOk ¶
func (o *GitRepository) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*GitRepository) GetOwner ¶
func (o *GitRepository) GetOwner() string
GetOwner returns the Owner field value
func (*GitRepository) GetOwnerOk ¶
func (o *GitRepository) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field value and a boolean to check if the value has been set.
func (*GitRepository) GetPath ¶
func (o *GitRepository) GetPath() string
GetPath returns the Path field value if set, zero value otherwise.
func (*GitRepository) GetPathOk ¶
func (o *GitRepository) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GitRepository) GetPrNumber ¶
func (o *GitRepository) GetPrNumber() int32
GetPrNumber returns the PrNumber field value if set, zero value otherwise.
func (*GitRepository) GetPrNumberOk ¶
func (o *GitRepository) GetPrNumberOk() (*int32, bool)
GetPrNumberOk returns a tuple with the PrNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GitRepository) GetSha ¶
func (o *GitRepository) GetSha() string
GetSha returns the Sha field value
func (*GitRepository) GetShaOk ¶
func (o *GitRepository) GetShaOk() (*string, bool)
GetShaOk returns a tuple with the Sha field value and a boolean to check if the value has been set.
func (*GitRepository) GetSource ¶
func (o *GitRepository) GetSource() string
GetSource returns the Source field value
func (*GitRepository) GetSourceOk ¶
func (o *GitRepository) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field value and a boolean to check if the value has been set.
func (*GitRepository) GetUrl ¶
func (o *GitRepository) GetUrl() string
GetUrl returns the Url field value
func (*GitRepository) GetUrlOk ¶
func (o *GitRepository) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*GitRepository) HasCloneTarget ¶ added in v0.26.0
func (o *GitRepository) HasCloneTarget() bool
HasCloneTarget returns a boolean if a field has been set.
func (*GitRepository) HasPath ¶
func (o *GitRepository) HasPath() bool
HasPath returns a boolean if a field has been set.
func (*GitRepository) HasPrNumber ¶
func (o *GitRepository) HasPrNumber() bool
HasPrNumber returns a boolean if a field has been set.
func (GitRepository) MarshalJSON ¶
func (o GitRepository) MarshalJSON() ([]byte, error)
func (*GitRepository) SetBranch ¶
func (o *GitRepository) SetBranch(v string)
SetBranch sets field value
func (*GitRepository) SetCloneTarget ¶ added in v0.26.0
func (o *GitRepository) SetCloneTarget(v CloneTarget)
SetCloneTarget gets a reference to the given CloneTarget and assigns it to the CloneTarget field.
func (*GitRepository) SetOwner ¶
func (o *GitRepository) SetOwner(v string)
SetOwner sets field value
func (*GitRepository) SetPath ¶
func (o *GitRepository) SetPath(v string)
SetPath gets a reference to the given string and assigns it to the Path field.
func (*GitRepository) SetPrNumber ¶
func (o *GitRepository) SetPrNumber(v int32)
SetPrNumber gets a reference to the given int32 and assigns it to the PrNumber field.
func (*GitRepository) SetSource ¶
func (o *GitRepository) SetSource(v string)
SetSource sets field value
func (GitRepository) ToMap ¶
func (o GitRepository) ToMap() (map[string]interface{}, error)
func (*GitRepository) UnmarshalJSON ¶ added in v0.25.0
func (o *GitRepository) UnmarshalJSON(data []byte) (err error)
type GitStatus ¶
type GitStatus struct { Ahead *int32 `json:"ahead,omitempty"` Behind *int32 `json:"behind,omitempty"` BranchPublished *bool `json:"branchPublished,omitempty"` CurrentBranch string `json:"currentBranch"` FileStatus []FileStatus `json:"fileStatus"` }
GitStatus struct for GitStatus
func NewGitStatus ¶
func NewGitStatus(currentBranch string, fileStatus []FileStatus) *GitStatus
NewGitStatus instantiates a new GitStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGitStatusWithDefaults ¶
func NewGitStatusWithDefaults() *GitStatus
NewGitStatusWithDefaults instantiates a new GitStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GitStatus) GetAhead ¶ added in v0.34.0
GetAhead returns the Ahead field value if set, zero value otherwise.
func (*GitStatus) GetAheadOk ¶ added in v0.34.0
GetAheadOk returns a tuple with the Ahead field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GitStatus) GetBehind ¶ added in v0.34.0
GetBehind returns the Behind field value if set, zero value otherwise.
func (*GitStatus) GetBehindOk ¶ added in v0.34.0
GetBehindOk returns a tuple with the Behind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GitStatus) GetBranchPublished ¶ added in v0.34.0
GetBranchPublished returns the BranchPublished field value if set, zero value otherwise.
func (*GitStatus) GetBranchPublishedOk ¶ added in v0.34.0
GetBranchPublishedOk returns a tuple with the BranchPublished field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GitStatus) GetCurrentBranch ¶
GetCurrentBranch returns the CurrentBranch field value
func (*GitStatus) GetCurrentBranchOk ¶
GetCurrentBranchOk returns a tuple with the CurrentBranch field value and a boolean to check if the value has been set.
func (*GitStatus) GetFileStatus ¶
func (o *GitStatus) GetFileStatus() []FileStatus
GetFileStatus returns the FileStatus field value
func (*GitStatus) GetFileStatusOk ¶
func (o *GitStatus) GetFileStatusOk() ([]FileStatus, bool)
GetFileStatusOk returns a tuple with the FileStatus field value and a boolean to check if the value has been set.
func (*GitStatus) HasBranchPublished ¶ added in v0.34.0
HasBranchPublished returns a boolean if a field has been set.
func (GitStatus) MarshalJSON ¶
func (*GitStatus) SetAhead ¶ added in v0.34.0
SetAhead gets a reference to the given int32 and assigns it to the Ahead field.
func (*GitStatus) SetBehind ¶ added in v0.34.0
SetBehind gets a reference to the given int32 and assigns it to the Behind field.
func (*GitStatus) SetBranchPublished ¶ added in v0.34.0
SetBranchPublished gets a reference to the given bool and assigns it to the BranchPublished field.
func (*GitStatus) SetCurrentBranch ¶
SetCurrentBranch sets field value
func (*GitStatus) SetFileStatus ¶
func (o *GitStatus) SetFileStatus(v []FileStatus)
SetFileStatus sets field value
func (*GitStatus) UnmarshalJSON ¶ added in v0.25.0
type GitUser ¶
type GitUser struct { Email string `json:"email"` Id string `json:"id"` Name string `json:"name"` Username string `json:"username"` }
GitUser struct for GitUser
func NewGitUser ¶
NewGitUser instantiates a new GitUser object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGitUserWithDefaults ¶
func NewGitUserWithDefaults() *GitUser
NewGitUserWithDefaults instantiates a new GitUser object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GitUser) GetEmailOk ¶
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*GitUser) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*GitUser) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*GitUser) GetUsername ¶
GetUsername returns the Username field value
func (*GitUser) GetUsernameOk ¶
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (GitUser) MarshalJSON ¶
func (*GitUser) UnmarshalJSON ¶ added in v0.25.0
type InstallProviderRequest ¶
type InstallProviderRequest struct { DownloadUrls map[string]string `json:"downloadUrls"` Name string `json:"name"` }
InstallProviderRequest struct for InstallProviderRequest
func NewInstallProviderRequest ¶
func NewInstallProviderRequest(downloadUrls map[string]string, name string) *InstallProviderRequest
NewInstallProviderRequest instantiates a new InstallProviderRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInstallProviderRequestWithDefaults ¶
func NewInstallProviderRequestWithDefaults() *InstallProviderRequest
NewInstallProviderRequestWithDefaults instantiates a new InstallProviderRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InstallProviderRequest) GetDownloadUrls ¶
func (o *InstallProviderRequest) GetDownloadUrls() map[string]string
GetDownloadUrls returns the DownloadUrls field value
func (*InstallProviderRequest) GetDownloadUrlsOk ¶
func (o *InstallProviderRequest) GetDownloadUrlsOk() (*map[string]string, bool)
GetDownloadUrlsOk returns a tuple with the DownloadUrls field value and a boolean to check if the value has been set.
func (*InstallProviderRequest) GetName ¶
func (o *InstallProviderRequest) GetName() string
GetName returns the Name field value
func (*InstallProviderRequest) GetNameOk ¶
func (o *InstallProviderRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (InstallProviderRequest) MarshalJSON ¶
func (o InstallProviderRequest) MarshalJSON() ([]byte, error)
func (*InstallProviderRequest) SetDownloadUrls ¶
func (o *InstallProviderRequest) SetDownloadUrls(v map[string]string)
SetDownloadUrls sets field value
func (*InstallProviderRequest) SetName ¶
func (o *InstallProviderRequest) SetName(v string)
SetName sets field value
func (InstallProviderRequest) ToMap ¶
func (o InstallProviderRequest) ToMap() (map[string]interface{}, error)
func (*InstallProviderRequest) UnmarshalJSON ¶ added in v0.25.0
func (o *InstallProviderRequest) UnmarshalJSON(data []byte) (err error)
type ListBranchResponse ¶ added in v0.49.0
type ListBranchResponse struct {
Branches []string `json:"branches"`
}
ListBranchResponse struct for ListBranchResponse
func NewListBranchResponse ¶ added in v0.49.0
func NewListBranchResponse(branches []string) *ListBranchResponse
NewListBranchResponse instantiates a new ListBranchResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListBranchResponseWithDefaults ¶ added in v0.49.0
func NewListBranchResponseWithDefaults() *ListBranchResponse
NewListBranchResponseWithDefaults instantiates a new ListBranchResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListBranchResponse) GetBranches ¶ added in v0.49.0
func (o *ListBranchResponse) GetBranches() []string
GetBranches returns the Branches field value
func (*ListBranchResponse) GetBranchesOk ¶ added in v0.49.0
func (o *ListBranchResponse) GetBranchesOk() ([]string, bool)
GetBranchesOk returns a tuple with the Branches field value and a boolean to check if the value has been set.
func (ListBranchResponse) MarshalJSON ¶ added in v0.49.0
func (o ListBranchResponse) MarshalJSON() ([]byte, error)
func (*ListBranchResponse) SetBranches ¶ added in v0.49.0
func (o *ListBranchResponse) SetBranches(v []string)
SetBranches sets field value
func (ListBranchResponse) ToMap ¶ added in v0.49.0
func (o ListBranchResponse) ToMap() (map[string]interface{}, error)
func (*ListBranchResponse) UnmarshalJSON ¶ added in v0.49.0
func (o *ListBranchResponse) UnmarshalJSON(data []byte) (err error)
type LogFileConfig ¶ added in v0.45.0
type LogFileConfig struct { Compress *bool `json:"compress,omitempty"` LocalTime *bool `json:"localTime,omitempty"` MaxAge int32 `json:"maxAge"` MaxBackups int32 `json:"maxBackups"` MaxSize int32 `json:"maxSize"` Path string `json:"path"` }
LogFileConfig struct for LogFileConfig
func NewLogFileConfig ¶ added in v0.45.0
func NewLogFileConfig(maxAge int32, maxBackups int32, maxSize int32, path string) *LogFileConfig
NewLogFileConfig instantiates a new LogFileConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLogFileConfigWithDefaults ¶ added in v0.45.0
func NewLogFileConfigWithDefaults() *LogFileConfig
NewLogFileConfigWithDefaults instantiates a new LogFileConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LogFileConfig) GetCompress ¶ added in v0.45.0
func (o *LogFileConfig) GetCompress() bool
GetCompress returns the Compress field value if set, zero value otherwise.
func (*LogFileConfig) GetCompressOk ¶ added in v0.45.0
func (o *LogFileConfig) GetCompressOk() (*bool, bool)
GetCompressOk returns a tuple with the Compress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LogFileConfig) GetLocalTime ¶ added in v0.45.0
func (o *LogFileConfig) GetLocalTime() bool
GetLocalTime returns the LocalTime field value if set, zero value otherwise.
func (*LogFileConfig) GetLocalTimeOk ¶ added in v0.45.0
func (o *LogFileConfig) GetLocalTimeOk() (*bool, bool)
GetLocalTimeOk returns a tuple with the LocalTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LogFileConfig) GetMaxAge ¶ added in v0.45.0
func (o *LogFileConfig) GetMaxAge() int32
GetMaxAge returns the MaxAge field value
func (*LogFileConfig) GetMaxAgeOk ¶ added in v0.45.0
func (o *LogFileConfig) GetMaxAgeOk() (*int32, bool)
GetMaxAgeOk returns a tuple with the MaxAge field value and a boolean to check if the value has been set.
func (*LogFileConfig) GetMaxBackups ¶ added in v0.45.0
func (o *LogFileConfig) GetMaxBackups() int32
GetMaxBackups returns the MaxBackups field value
func (*LogFileConfig) GetMaxBackupsOk ¶ added in v0.45.0
func (o *LogFileConfig) GetMaxBackupsOk() (*int32, bool)
GetMaxBackupsOk returns a tuple with the MaxBackups field value and a boolean to check if the value has been set.
func (*LogFileConfig) GetMaxSize ¶ added in v0.45.0
func (o *LogFileConfig) GetMaxSize() int32
GetMaxSize returns the MaxSize field value
func (*LogFileConfig) GetMaxSizeOk ¶ added in v0.45.0
func (o *LogFileConfig) GetMaxSizeOk() (*int32, bool)
GetMaxSizeOk returns a tuple with the MaxSize field value and a boolean to check if the value has been set.
func (*LogFileConfig) GetPath ¶ added in v0.45.0
func (o *LogFileConfig) GetPath() string
GetPath returns the Path field value
func (*LogFileConfig) GetPathOk ¶ added in v0.45.0
func (o *LogFileConfig) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (*LogFileConfig) HasCompress ¶ added in v0.45.0
func (o *LogFileConfig) HasCompress() bool
HasCompress returns a boolean if a field has been set.
func (*LogFileConfig) HasLocalTime ¶ added in v0.45.0
func (o *LogFileConfig) HasLocalTime() bool
HasLocalTime returns a boolean if a field has been set.
func (LogFileConfig) MarshalJSON ¶ added in v0.45.0
func (o LogFileConfig) MarshalJSON() ([]byte, error)
func (*LogFileConfig) SetCompress ¶ added in v0.45.0
func (o *LogFileConfig) SetCompress(v bool)
SetCompress gets a reference to the given bool and assigns it to the Compress field.
func (*LogFileConfig) SetLocalTime ¶ added in v0.45.0
func (o *LogFileConfig) SetLocalTime(v bool)
SetLocalTime gets a reference to the given bool and assigns it to the LocalTime field.
func (*LogFileConfig) SetMaxAge ¶ added in v0.45.0
func (o *LogFileConfig) SetMaxAge(v int32)
SetMaxAge sets field value
func (*LogFileConfig) SetMaxBackups ¶ added in v0.45.0
func (o *LogFileConfig) SetMaxBackups(v int32)
SetMaxBackups sets field value
func (*LogFileConfig) SetMaxSize ¶ added in v0.45.0
func (o *LogFileConfig) SetMaxSize(v int32)
SetMaxSize sets field value
func (*LogFileConfig) SetPath ¶ added in v0.45.0
func (o *LogFileConfig) SetPath(v string)
SetPath sets field value
func (LogFileConfig) ToMap ¶ added in v0.45.0
func (o LogFileConfig) ToMap() (map[string]interface{}, error)
func (*LogFileConfig) UnmarshalJSON ¶ added in v0.45.0
func (o *LogFileConfig) UnmarshalJSON(data []byte) (err error)
type LspCompletionParams ¶ added in v0.49.0
type LspCompletionParams struct { Context *CompletionContext `json:"context,omitempty"` LanguageId string `json:"languageId"` PathToProject string `json:"pathToProject"` Position Position `json:"position"` Uri string `json:"uri"` }
LspCompletionParams struct for LspCompletionParams
func NewLspCompletionParams ¶ added in v0.49.0
func NewLspCompletionParams(languageId string, pathToProject string, position Position, uri string) *LspCompletionParams
NewLspCompletionParams instantiates a new LspCompletionParams object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLspCompletionParamsWithDefaults ¶ added in v0.49.0
func NewLspCompletionParamsWithDefaults() *LspCompletionParams
NewLspCompletionParamsWithDefaults instantiates a new LspCompletionParams object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LspCompletionParams) GetContext ¶ added in v0.49.0
func (o *LspCompletionParams) GetContext() CompletionContext
GetContext returns the Context field value if set, zero value otherwise.
func (*LspCompletionParams) GetContextOk ¶ added in v0.49.0
func (o *LspCompletionParams) GetContextOk() (*CompletionContext, bool)
GetContextOk returns a tuple with the Context field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LspCompletionParams) GetLanguageId ¶ added in v0.49.0
func (o *LspCompletionParams) GetLanguageId() string
GetLanguageId returns the LanguageId field value
func (*LspCompletionParams) GetLanguageIdOk ¶ added in v0.49.0
func (o *LspCompletionParams) GetLanguageIdOk() (*string, bool)
GetLanguageIdOk returns a tuple with the LanguageId field value and a boolean to check if the value has been set.
func (*LspCompletionParams) GetPathToProject ¶ added in v0.49.0
func (o *LspCompletionParams) GetPathToProject() string
GetPathToProject returns the PathToProject field value
func (*LspCompletionParams) GetPathToProjectOk ¶ added in v0.49.0
func (o *LspCompletionParams) GetPathToProjectOk() (*string, bool)
GetPathToProjectOk returns a tuple with the PathToProject field value and a boolean to check if the value has been set.
func (*LspCompletionParams) GetPosition ¶ added in v0.49.0
func (o *LspCompletionParams) GetPosition() Position
GetPosition returns the Position field value
func (*LspCompletionParams) GetPositionOk ¶ added in v0.49.0
func (o *LspCompletionParams) GetPositionOk() (*Position, bool)
GetPositionOk returns a tuple with the Position field value and a boolean to check if the value has been set.
func (*LspCompletionParams) GetUri ¶ added in v0.49.0
func (o *LspCompletionParams) GetUri() string
GetUri returns the Uri field value
func (*LspCompletionParams) GetUriOk ¶ added in v0.49.0
func (o *LspCompletionParams) GetUriOk() (*string, bool)
GetUriOk returns a tuple with the Uri field value and a boolean to check if the value has been set.
func (*LspCompletionParams) HasContext ¶ added in v0.49.0
func (o *LspCompletionParams) HasContext() bool
HasContext returns a boolean if a field has been set.
func (LspCompletionParams) MarshalJSON ¶ added in v0.49.0
func (o LspCompletionParams) MarshalJSON() ([]byte, error)
func (*LspCompletionParams) SetContext ¶ added in v0.49.0
func (o *LspCompletionParams) SetContext(v CompletionContext)
SetContext gets a reference to the given CompletionContext and assigns it to the Context field.
func (*LspCompletionParams) SetLanguageId ¶ added in v0.49.0
func (o *LspCompletionParams) SetLanguageId(v string)
SetLanguageId sets field value
func (*LspCompletionParams) SetPathToProject ¶ added in v0.49.0
func (o *LspCompletionParams) SetPathToProject(v string)
SetPathToProject sets field value
func (*LspCompletionParams) SetPosition ¶ added in v0.49.0
func (o *LspCompletionParams) SetPosition(v Position)
SetPosition sets field value
func (*LspCompletionParams) SetUri ¶ added in v0.49.0
func (o *LspCompletionParams) SetUri(v string)
SetUri sets field value
func (LspCompletionParams) ToMap ¶ added in v0.49.0
func (o LspCompletionParams) ToMap() (map[string]interface{}, error)
func (*LspCompletionParams) UnmarshalJSON ¶ added in v0.49.0
func (o *LspCompletionParams) UnmarshalJSON(data []byte) (err error)
type LspDocumentRequest ¶ added in v0.49.0
type LspDocumentRequest struct { LanguageId string `json:"languageId"` PathToProject string `json:"pathToProject"` Uri string `json:"uri"` }
LspDocumentRequest struct for LspDocumentRequest
func NewLspDocumentRequest ¶ added in v0.49.0
func NewLspDocumentRequest(languageId string, pathToProject string, uri string) *LspDocumentRequest
NewLspDocumentRequest instantiates a new LspDocumentRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLspDocumentRequestWithDefaults ¶ added in v0.49.0
func NewLspDocumentRequestWithDefaults() *LspDocumentRequest
NewLspDocumentRequestWithDefaults instantiates a new LspDocumentRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LspDocumentRequest) GetLanguageId ¶ added in v0.49.0
func (o *LspDocumentRequest) GetLanguageId() string
GetLanguageId returns the LanguageId field value
func (*LspDocumentRequest) GetLanguageIdOk ¶ added in v0.49.0
func (o *LspDocumentRequest) GetLanguageIdOk() (*string, bool)
GetLanguageIdOk returns a tuple with the LanguageId field value and a boolean to check if the value has been set.
func (*LspDocumentRequest) GetPathToProject ¶ added in v0.49.0
func (o *LspDocumentRequest) GetPathToProject() string
GetPathToProject returns the PathToProject field value
func (*LspDocumentRequest) GetPathToProjectOk ¶ added in v0.49.0
func (o *LspDocumentRequest) GetPathToProjectOk() (*string, bool)
GetPathToProjectOk returns a tuple with the PathToProject field value and a boolean to check if the value has been set.
func (*LspDocumentRequest) GetUri ¶ added in v0.49.0
func (o *LspDocumentRequest) GetUri() string
GetUri returns the Uri field value
func (*LspDocumentRequest) GetUriOk ¶ added in v0.49.0
func (o *LspDocumentRequest) GetUriOk() (*string, bool)
GetUriOk returns a tuple with the Uri field value and a boolean to check if the value has been set.
func (LspDocumentRequest) MarshalJSON ¶ added in v0.49.0
func (o LspDocumentRequest) MarshalJSON() ([]byte, error)
func (*LspDocumentRequest) SetLanguageId ¶ added in v0.49.0
func (o *LspDocumentRequest) SetLanguageId(v string)
SetLanguageId sets field value
func (*LspDocumentRequest) SetPathToProject ¶ added in v0.49.0
func (o *LspDocumentRequest) SetPathToProject(v string)
SetPathToProject sets field value
func (*LspDocumentRequest) SetUri ¶ added in v0.49.0
func (o *LspDocumentRequest) SetUri(v string)
SetUri sets field value
func (LspDocumentRequest) ToMap ¶ added in v0.49.0
func (o LspDocumentRequest) ToMap() (map[string]interface{}, error)
func (*LspDocumentRequest) UnmarshalJSON ¶ added in v0.49.0
func (o *LspDocumentRequest) UnmarshalJSON(data []byte) (err error)
type LspLocation ¶ added in v0.49.0
LspLocation struct for LspLocation
func NewLspLocation ¶ added in v0.49.0
func NewLspLocation(range_ LspRange, uri string) *LspLocation
NewLspLocation instantiates a new LspLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLspLocationWithDefaults ¶ added in v0.49.0
func NewLspLocationWithDefaults() *LspLocation
NewLspLocationWithDefaults instantiates a new LspLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LspLocation) GetRange ¶ added in v0.49.0
func (o *LspLocation) GetRange() LspRange
GetRange returns the Range field value
func (*LspLocation) GetRangeOk ¶ added in v0.49.0
func (o *LspLocation) GetRangeOk() (*LspRange, bool)
GetRangeOk returns a tuple with the Range field value and a boolean to check if the value has been set.
func (*LspLocation) GetUri ¶ added in v0.49.0
func (o *LspLocation) GetUri() string
GetUri returns the Uri field value
func (*LspLocation) GetUriOk ¶ added in v0.49.0
func (o *LspLocation) GetUriOk() (*string, bool)
GetUriOk returns a tuple with the Uri field value and a boolean to check if the value has been set.
func (LspLocation) MarshalJSON ¶ added in v0.49.0
func (o LspLocation) MarshalJSON() ([]byte, error)
func (*LspLocation) SetRange ¶ added in v0.49.0
func (o *LspLocation) SetRange(v LspRange)
SetRange sets field value
func (*LspLocation) SetUri ¶ added in v0.49.0
func (o *LspLocation) SetUri(v string)
SetUri sets field value
func (LspLocation) ToMap ¶ added in v0.49.0
func (o LspLocation) ToMap() (map[string]interface{}, error)
func (*LspLocation) UnmarshalJSON ¶ added in v0.49.0
func (o *LspLocation) UnmarshalJSON(data []byte) (err error)
type LspPosition ¶ added in v0.49.0
LspPosition struct for LspPosition
func NewLspPosition ¶ added in v0.49.0
func NewLspPosition(character int32, line int32) *LspPosition
NewLspPosition instantiates a new LspPosition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLspPositionWithDefaults ¶ added in v0.49.0
func NewLspPositionWithDefaults() *LspPosition
NewLspPositionWithDefaults instantiates a new LspPosition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LspPosition) GetCharacter ¶ added in v0.49.0
func (o *LspPosition) GetCharacter() int32
GetCharacter returns the Character field value
func (*LspPosition) GetCharacterOk ¶ added in v0.49.0
func (o *LspPosition) GetCharacterOk() (*int32, bool)
GetCharacterOk returns a tuple with the Character field value and a boolean to check if the value has been set.
func (*LspPosition) GetLine ¶ added in v0.49.0
func (o *LspPosition) GetLine() int32
GetLine returns the Line field value
func (*LspPosition) GetLineOk ¶ added in v0.49.0
func (o *LspPosition) GetLineOk() (*int32, bool)
GetLineOk returns a tuple with the Line field value and a boolean to check if the value has been set.
func (LspPosition) MarshalJSON ¶ added in v0.49.0
func (o LspPosition) MarshalJSON() ([]byte, error)
func (*LspPosition) SetCharacter ¶ added in v0.49.0
func (o *LspPosition) SetCharacter(v int32)
SetCharacter sets field value
func (*LspPosition) SetLine ¶ added in v0.49.0
func (o *LspPosition) SetLine(v int32)
SetLine sets field value
func (LspPosition) ToMap ¶ added in v0.49.0
func (o LspPosition) ToMap() (map[string]interface{}, error)
func (*LspPosition) UnmarshalJSON ¶ added in v0.49.0
func (o *LspPosition) UnmarshalJSON(data []byte) (err error)
type LspRange ¶ added in v0.49.0
type LspRange struct { End LspPosition `json:"end"` Start LspPosition `json:"start"` }
LspRange struct for LspRange
func NewLspRange ¶ added in v0.49.0
func NewLspRange(end LspPosition, start LspPosition) *LspRange
NewLspRange instantiates a new LspRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLspRangeWithDefaults ¶ added in v0.49.0
func NewLspRangeWithDefaults() *LspRange
NewLspRangeWithDefaults instantiates a new LspRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LspRange) GetEnd ¶ added in v0.49.0
func (o *LspRange) GetEnd() LspPosition
GetEnd returns the End field value
func (*LspRange) GetEndOk ¶ added in v0.49.0
func (o *LspRange) GetEndOk() (*LspPosition, bool)
GetEndOk returns a tuple with the End field value and a boolean to check if the value has been set.
func (*LspRange) GetStart ¶ added in v0.49.0
func (o *LspRange) GetStart() LspPosition
GetStart returns the Start field value
func (*LspRange) GetStartOk ¶ added in v0.49.0
func (o *LspRange) GetStartOk() (*LspPosition, bool)
GetStartOk returns a tuple with the Start field value and a boolean to check if the value has been set.
func (LspRange) MarshalJSON ¶ added in v0.49.0
func (*LspRange) SetEnd ¶ added in v0.49.0
func (o *LspRange) SetEnd(v LspPosition)
SetEnd sets field value
func (*LspRange) SetStart ¶ added in v0.49.0
func (o *LspRange) SetStart(v LspPosition)
SetStart sets field value
func (*LspRange) UnmarshalJSON ¶ added in v0.49.0
type LspServerRequest ¶ added in v0.49.0
type LspServerRequest struct { LanguageId string `json:"languageId"` PathToProject string `json:"pathToProject"` }
LspServerRequest struct for LspServerRequest
func NewLspServerRequest ¶ added in v0.49.0
func NewLspServerRequest(languageId string, pathToProject string) *LspServerRequest
NewLspServerRequest instantiates a new LspServerRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLspServerRequestWithDefaults ¶ added in v0.49.0
func NewLspServerRequestWithDefaults() *LspServerRequest
NewLspServerRequestWithDefaults instantiates a new LspServerRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LspServerRequest) GetLanguageId ¶ added in v0.49.0
func (o *LspServerRequest) GetLanguageId() string
GetLanguageId returns the LanguageId field value
func (*LspServerRequest) GetLanguageIdOk ¶ added in v0.49.0
func (o *LspServerRequest) GetLanguageIdOk() (*string, bool)
GetLanguageIdOk returns a tuple with the LanguageId field value and a boolean to check if the value has been set.
func (*LspServerRequest) GetPathToProject ¶ added in v0.49.0
func (o *LspServerRequest) GetPathToProject() string
GetPathToProject returns the PathToProject field value
func (*LspServerRequest) GetPathToProjectOk ¶ added in v0.49.0
func (o *LspServerRequest) GetPathToProjectOk() (*string, bool)
GetPathToProjectOk returns a tuple with the PathToProject field value and a boolean to check if the value has been set.
func (LspServerRequest) MarshalJSON ¶ added in v0.49.0
func (o LspServerRequest) MarshalJSON() ([]byte, error)
func (*LspServerRequest) SetLanguageId ¶ added in v0.49.0
func (o *LspServerRequest) SetLanguageId(v string)
SetLanguageId sets field value
func (*LspServerRequest) SetPathToProject ¶ added in v0.49.0
func (o *LspServerRequest) SetPathToProject(v string)
SetPathToProject sets field value
func (LspServerRequest) ToMap ¶ added in v0.49.0
func (o LspServerRequest) ToMap() (map[string]interface{}, error)
func (*LspServerRequest) UnmarshalJSON ¶ added in v0.49.0
func (o *LspServerRequest) UnmarshalJSON(data []byte) (err error)
type LspSymbol ¶ added in v0.49.0
type LspSymbol struct { Kind int32 `json:"kind"` Location LspLocation `json:"location"` Name string `json:"name"` }
LspSymbol struct for LspSymbol
func NewLspSymbol ¶ added in v0.49.0
func NewLspSymbol(kind int32, location LspLocation, name string) *LspSymbol
NewLspSymbol instantiates a new LspSymbol object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLspSymbolWithDefaults ¶ added in v0.49.0
func NewLspSymbolWithDefaults() *LspSymbol
NewLspSymbolWithDefaults instantiates a new LspSymbol object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LspSymbol) GetKindOk ¶ added in v0.49.0
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*LspSymbol) GetLocation ¶ added in v0.49.0
func (o *LspSymbol) GetLocation() LspLocation
GetLocation returns the Location field value
func (*LspSymbol) GetLocationOk ¶ added in v0.49.0
func (o *LspSymbol) GetLocationOk() (*LspLocation, bool)
GetLocationOk returns a tuple with the Location field value and a boolean to check if the value has been set.
func (*LspSymbol) GetNameOk ¶ added in v0.49.0
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (LspSymbol) MarshalJSON ¶ added in v0.49.0
func (*LspSymbol) SetLocation ¶ added in v0.49.0
func (o *LspSymbol) SetLocation(v LspLocation)
SetLocation sets field value
func (*LspSymbol) UnmarshalJSON ¶ added in v0.49.0
type MappedNullable ¶
type Match ¶ added in v0.49.0
type Match struct { Content string `json:"content"` File string `json:"file"` Line int32 `json:"line"` }
Match struct for Match
func NewMatch ¶ added in v0.49.0
NewMatch instantiates a new Match object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMatchWithDefaults ¶ added in v0.49.0
func NewMatchWithDefaults() *Match
NewMatchWithDefaults instantiates a new Match object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Match) GetContent ¶ added in v0.49.0
GetContent returns the Content field value
func (*Match) GetContentOk ¶ added in v0.49.0
GetContentOk returns a tuple with the Content field value and a boolean to check if the value has been set.
func (*Match) GetFileOk ¶ added in v0.49.0
GetFileOk returns a tuple with the File field value and a boolean to check if the value has been set.
func (*Match) GetLineOk ¶ added in v0.49.0
GetLineOk returns a tuple with the Line field value and a boolean to check if the value has been set.
func (Match) MarshalJSON ¶ added in v0.49.0
func (*Match) SetContent ¶ added in v0.49.0
SetContent sets field value
func (*Match) UnmarshalJSON ¶ added in v0.49.0
type NetworkKey ¶
type NetworkKey struct {
Key string `json:"key"`
}
NetworkKey struct for NetworkKey
func NewNetworkKey ¶
func NewNetworkKey(key string) *NetworkKey
NewNetworkKey instantiates a new NetworkKey object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkKeyWithDefaults ¶
func NewNetworkKeyWithDefaults() *NetworkKey
NewNetworkKeyWithDefaults instantiates a new NetworkKey object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkKey) GetKeyOk ¶
func (o *NetworkKey) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (NetworkKey) MarshalJSON ¶
func (o NetworkKey) MarshalJSON() ([]byte, error)
func (NetworkKey) ToMap ¶
func (o NetworkKey) ToMap() (map[string]interface{}, error)
func (*NetworkKey) UnmarshalJSON ¶ added in v0.25.0
func (o *NetworkKey) UnmarshalJSON(data []byte) (err error)
type NullableApiKey ¶
type NullableApiKey struct {
// contains filtered or unexported fields
}
func NewNullableApiKey ¶
func NewNullableApiKey(val *ApiKey) *NullableApiKey
func (NullableApiKey) Get ¶
func (v NullableApiKey) Get() *ApiKey
func (NullableApiKey) IsSet ¶
func (v NullableApiKey) IsSet() bool
func (NullableApiKey) MarshalJSON ¶
func (v NullableApiKey) MarshalJSON() ([]byte, error)
func (*NullableApiKey) Set ¶
func (v *NullableApiKey) Set(val *ApiKey)
func (*NullableApiKey) UnmarshalJSON ¶
func (v *NullableApiKey) UnmarshalJSON(src []byte) error
func (*NullableApiKey) Unset ¶
func (v *NullableApiKey) Unset()
type NullableApikeyApiKeyType ¶
type NullableApikeyApiKeyType struct {
// contains filtered or unexported fields
}
func NewNullableApikeyApiKeyType ¶
func NewNullableApikeyApiKeyType(val *ApikeyApiKeyType) *NullableApikeyApiKeyType
func (NullableApikeyApiKeyType) Get ¶
func (v NullableApikeyApiKeyType) Get() *ApikeyApiKeyType
func (NullableApikeyApiKeyType) IsSet ¶
func (v NullableApikeyApiKeyType) IsSet() bool
func (NullableApikeyApiKeyType) MarshalJSON ¶
func (v NullableApikeyApiKeyType) MarshalJSON() ([]byte, error)
func (*NullableApikeyApiKeyType) Set ¶
func (v *NullableApikeyApiKeyType) Set(val *ApikeyApiKeyType)
func (*NullableApikeyApiKeyType) UnmarshalJSON ¶
func (v *NullableApikeyApiKeyType) UnmarshalJSON(src []byte) error
func (*NullableApikeyApiKeyType) Unset ¶
func (v *NullableApikeyApiKeyType) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableBuild ¶ added in v0.26.0
type NullableBuild struct {
// contains filtered or unexported fields
}
func NewNullableBuild ¶ added in v0.26.0
func NewNullableBuild(val *Build) *NullableBuild
func (NullableBuild) Get ¶ added in v0.26.0
func (v NullableBuild) Get() *Build
func (NullableBuild) IsSet ¶ added in v0.26.0
func (v NullableBuild) IsSet() bool
func (NullableBuild) MarshalJSON ¶ added in v0.26.0
func (v NullableBuild) MarshalJSON() ([]byte, error)
func (*NullableBuild) Set ¶ added in v0.26.0
func (v *NullableBuild) Set(val *Build)
func (*NullableBuild) UnmarshalJSON ¶ added in v0.26.0
func (v *NullableBuild) UnmarshalJSON(src []byte) error
func (*NullableBuild) Unset ¶ added in v0.26.0
func (v *NullableBuild) Unset()
type NullableBuildBuildState ¶ added in v0.26.0
type NullableBuildBuildState struct {
// contains filtered or unexported fields
}
func NewNullableBuildBuildState ¶ added in v0.26.0
func NewNullableBuildBuildState(val *BuildBuildState) *NullableBuildBuildState
func (NullableBuildBuildState) Get ¶ added in v0.26.0
func (v NullableBuildBuildState) Get() *BuildBuildState
func (NullableBuildBuildState) IsSet ¶ added in v0.26.0
func (v NullableBuildBuildState) IsSet() bool
func (NullableBuildBuildState) MarshalJSON ¶ added in v0.26.0
func (v NullableBuildBuildState) MarshalJSON() ([]byte, error)
func (*NullableBuildBuildState) Set ¶ added in v0.26.0
func (v *NullableBuildBuildState) Set(val *BuildBuildState)
func (*NullableBuildBuildState) UnmarshalJSON ¶ added in v0.26.0
func (v *NullableBuildBuildState) UnmarshalJSON(src []byte) error
func (*NullableBuildBuildState) Unset ¶ added in v0.26.0
func (v *NullableBuildBuildState) Unset()
type NullableBuildConfig ¶ added in v0.26.0
type NullableBuildConfig struct {
// contains filtered or unexported fields
}
func NewNullableBuildConfig ¶ added in v0.26.0
func NewNullableBuildConfig(val *BuildConfig) *NullableBuildConfig
func (NullableBuildConfig) Get ¶ added in v0.26.0
func (v NullableBuildConfig) Get() *BuildConfig
func (NullableBuildConfig) IsSet ¶ added in v0.26.0
func (v NullableBuildConfig) IsSet() bool
func (NullableBuildConfig) MarshalJSON ¶ added in v0.26.0
func (v NullableBuildConfig) MarshalJSON() ([]byte, error)
func (*NullableBuildConfig) Set ¶ added in v0.26.0
func (v *NullableBuildConfig) Set(val *BuildConfig)
func (*NullableBuildConfig) UnmarshalJSON ¶ added in v0.26.0
func (v *NullableBuildConfig) UnmarshalJSON(src []byte) error
func (*NullableBuildConfig) Unset ¶ added in v0.26.0
func (v *NullableBuildConfig) Unset()
type NullableCachedBuild ¶ added in v0.26.0
type NullableCachedBuild struct {
// contains filtered or unexported fields
}
func NewNullableCachedBuild ¶ added in v0.26.0
func NewNullableCachedBuild(val *CachedBuild) *NullableCachedBuild
func (NullableCachedBuild) Get ¶ added in v0.26.0
func (v NullableCachedBuild) Get() *CachedBuild
func (NullableCachedBuild) IsSet ¶ added in v0.26.0
func (v NullableCachedBuild) IsSet() bool
func (NullableCachedBuild) MarshalJSON ¶ added in v0.26.0
func (v NullableCachedBuild) MarshalJSON() ([]byte, error)
func (*NullableCachedBuild) Set ¶ added in v0.26.0
func (v *NullableCachedBuild) Set(val *CachedBuild)
func (*NullableCachedBuild) UnmarshalJSON ¶ added in v0.26.0
func (v *NullableCachedBuild) UnmarshalJSON(src []byte) error
func (*NullableCachedBuild) Unset ¶ added in v0.26.0
func (v *NullableCachedBuild) Unset()
type NullableCloneTarget ¶ added in v0.26.0
type NullableCloneTarget struct {
// contains filtered or unexported fields
}
func NewNullableCloneTarget ¶ added in v0.26.0
func NewNullableCloneTarget(val *CloneTarget) *NullableCloneTarget
func (NullableCloneTarget) Get ¶ added in v0.26.0
func (v NullableCloneTarget) Get() *CloneTarget
func (NullableCloneTarget) IsSet ¶ added in v0.26.0
func (v NullableCloneTarget) IsSet() bool
func (NullableCloneTarget) MarshalJSON ¶ added in v0.26.0
func (v NullableCloneTarget) MarshalJSON() ([]byte, error)
func (*NullableCloneTarget) Set ¶ added in v0.26.0
func (v *NullableCloneTarget) Set(val *CloneTarget)
func (*NullableCloneTarget) UnmarshalJSON ¶ added in v0.26.0
func (v *NullableCloneTarget) UnmarshalJSON(src []byte) error
func (*NullableCloneTarget) Unset ¶ added in v0.26.0
func (v *NullableCloneTarget) Unset()
type NullableCompletionContext ¶ added in v0.49.0
type NullableCompletionContext struct {
// contains filtered or unexported fields
}
func NewNullableCompletionContext ¶ added in v0.49.0
func NewNullableCompletionContext(val *CompletionContext) *NullableCompletionContext
func (NullableCompletionContext) Get ¶ added in v0.49.0
func (v NullableCompletionContext) Get() *CompletionContext
func (NullableCompletionContext) IsSet ¶ added in v0.49.0
func (v NullableCompletionContext) IsSet() bool
func (NullableCompletionContext) MarshalJSON ¶ added in v0.49.0
func (v NullableCompletionContext) MarshalJSON() ([]byte, error)
func (*NullableCompletionContext) Set ¶ added in v0.49.0
func (v *NullableCompletionContext) Set(val *CompletionContext)
func (*NullableCompletionContext) UnmarshalJSON ¶ added in v0.49.0
func (v *NullableCompletionContext) UnmarshalJSON(src []byte) error
func (*NullableCompletionContext) Unset ¶ added in v0.49.0
func (v *NullableCompletionContext) Unset()
type NullableCompletionItem ¶ added in v0.49.0
type NullableCompletionItem struct {
// contains filtered or unexported fields
}
func NewNullableCompletionItem ¶ added in v0.49.0
func NewNullableCompletionItem(val *CompletionItem) *NullableCompletionItem
func (NullableCompletionItem) Get ¶ added in v0.49.0
func (v NullableCompletionItem) Get() *CompletionItem
func (NullableCompletionItem) IsSet ¶ added in v0.49.0
func (v NullableCompletionItem) IsSet() bool
func (NullableCompletionItem) MarshalJSON ¶ added in v0.49.0
func (v NullableCompletionItem) MarshalJSON() ([]byte, error)
func (*NullableCompletionItem) Set ¶ added in v0.49.0
func (v *NullableCompletionItem) Set(val *CompletionItem)
func (*NullableCompletionItem) UnmarshalJSON ¶ added in v0.49.0
func (v *NullableCompletionItem) UnmarshalJSON(src []byte) error
func (*NullableCompletionItem) Unset ¶ added in v0.49.0
func (v *NullableCompletionItem) Unset()
type NullableCompletionList ¶ added in v0.49.0
type NullableCompletionList struct {
// contains filtered or unexported fields
}
func NewNullableCompletionList ¶ added in v0.49.0
func NewNullableCompletionList(val *CompletionList) *NullableCompletionList
func (NullableCompletionList) Get ¶ added in v0.49.0
func (v NullableCompletionList) Get() *CompletionList
func (NullableCompletionList) IsSet ¶ added in v0.49.0
func (v NullableCompletionList) IsSet() bool
func (NullableCompletionList) MarshalJSON ¶ added in v0.49.0
func (v NullableCompletionList) MarshalJSON() ([]byte, error)
func (*NullableCompletionList) Set ¶ added in v0.49.0
func (v *NullableCompletionList) Set(val *CompletionList)
func (*NullableCompletionList) UnmarshalJSON ¶ added in v0.49.0
func (v *NullableCompletionList) UnmarshalJSON(src []byte) error
func (*NullableCompletionList) Unset ¶ added in v0.49.0
func (v *NullableCompletionList) Unset()
type NullableContainerConfig ¶ added in v0.33.0
type NullableContainerConfig struct {
// contains filtered or unexported fields
}
func NewNullableContainerConfig ¶ added in v0.33.0
func NewNullableContainerConfig(val *ContainerConfig) *NullableContainerConfig
func (NullableContainerConfig) Get ¶ added in v0.33.0
func (v NullableContainerConfig) Get() *ContainerConfig
func (NullableContainerConfig) IsSet ¶ added in v0.33.0
func (v NullableContainerConfig) IsSet() bool
func (NullableContainerConfig) MarshalJSON ¶ added in v0.33.0
func (v NullableContainerConfig) MarshalJSON() ([]byte, error)
func (*NullableContainerConfig) Set ¶ added in v0.33.0
func (v *NullableContainerConfig) Set(val *ContainerConfig)
func (*NullableContainerConfig) UnmarshalJSON ¶ added in v0.33.0
func (v *NullableContainerConfig) UnmarshalJSON(src []byte) error
func (*NullableContainerConfig) Unset ¶ added in v0.33.0
func (v *NullableContainerConfig) Unset()
type NullableContainerRegistry ¶
type NullableContainerRegistry struct {
// contains filtered or unexported fields
}
func NewNullableContainerRegistry ¶
func NewNullableContainerRegistry(val *ContainerRegistry) *NullableContainerRegistry
func (NullableContainerRegistry) Get ¶
func (v NullableContainerRegistry) Get() *ContainerRegistry
func (NullableContainerRegistry) IsSet ¶
func (v NullableContainerRegistry) IsSet() bool
func (NullableContainerRegistry) MarshalJSON ¶
func (v NullableContainerRegistry) MarshalJSON() ([]byte, error)
func (*NullableContainerRegistry) Set ¶
func (v *NullableContainerRegistry) Set(val *ContainerRegistry)
func (*NullableContainerRegistry) UnmarshalJSON ¶
func (v *NullableContainerRegistry) UnmarshalJSON(src []byte) error
func (*NullableContainerRegistry) Unset ¶
func (v *NullableContainerRegistry) Unset()
type NullableCreateBuildDTO ¶ added in v0.26.0
type NullableCreateBuildDTO struct {
// contains filtered or unexported fields
}
func NewNullableCreateBuildDTO ¶ added in v0.26.0
func NewNullableCreateBuildDTO(val *CreateBuildDTO) *NullableCreateBuildDTO
func (NullableCreateBuildDTO) Get ¶ added in v0.26.0
func (v NullableCreateBuildDTO) Get() *CreateBuildDTO
func (NullableCreateBuildDTO) IsSet ¶ added in v0.26.0
func (v NullableCreateBuildDTO) IsSet() bool
func (NullableCreateBuildDTO) MarshalJSON ¶ added in v0.26.0
func (v NullableCreateBuildDTO) MarshalJSON() ([]byte, error)
func (*NullableCreateBuildDTO) Set ¶ added in v0.26.0
func (v *NullableCreateBuildDTO) Set(val *CreateBuildDTO)
func (*NullableCreateBuildDTO) UnmarshalJSON ¶ added in v0.26.0
func (v *NullableCreateBuildDTO) UnmarshalJSON(src []byte) error
func (*NullableCreateBuildDTO) Unset ¶ added in v0.26.0
func (v *NullableCreateBuildDTO) Unset()
type NullableCreatePrebuildDTO ¶ added in v0.26.0
type NullableCreatePrebuildDTO struct {
// contains filtered or unexported fields
}
func NewNullableCreatePrebuildDTO ¶ added in v0.26.0
func NewNullableCreatePrebuildDTO(val *CreatePrebuildDTO) *NullableCreatePrebuildDTO
func (NullableCreatePrebuildDTO) Get ¶ added in v0.26.0
func (v NullableCreatePrebuildDTO) Get() *CreatePrebuildDTO
func (NullableCreatePrebuildDTO) IsSet ¶ added in v0.26.0
func (v NullableCreatePrebuildDTO) IsSet() bool
func (NullableCreatePrebuildDTO) MarshalJSON ¶ added in v0.26.0
func (v NullableCreatePrebuildDTO) MarshalJSON() ([]byte, error)
func (*NullableCreatePrebuildDTO) Set ¶ added in v0.26.0
func (v *NullableCreatePrebuildDTO) Set(val *CreatePrebuildDTO)
func (*NullableCreatePrebuildDTO) UnmarshalJSON ¶ added in v0.26.0
func (v *NullableCreatePrebuildDTO) UnmarshalJSON(src []byte) error
func (*NullableCreatePrebuildDTO) Unset ¶ added in v0.26.0
func (v *NullableCreatePrebuildDTO) Unset()
type NullableCreateProjectConfigDTO ¶ added in v0.24.0
type NullableCreateProjectConfigDTO struct {
// contains filtered or unexported fields
}
func NewNullableCreateProjectConfigDTO ¶ added in v0.24.0
func NewNullableCreateProjectConfigDTO(val *CreateProjectConfigDTO) *NullableCreateProjectConfigDTO
func (NullableCreateProjectConfigDTO) Get ¶ added in v0.24.0
func (v NullableCreateProjectConfigDTO) Get() *CreateProjectConfigDTO
func (NullableCreateProjectConfigDTO) IsSet ¶ added in v0.24.0
func (v NullableCreateProjectConfigDTO) IsSet() bool
func (NullableCreateProjectConfigDTO) MarshalJSON ¶ added in v0.24.0
func (v NullableCreateProjectConfigDTO) MarshalJSON() ([]byte, error)
func (*NullableCreateProjectConfigDTO) Set ¶ added in v0.24.0
func (v *NullableCreateProjectConfigDTO) Set(val *CreateProjectConfigDTO)
func (*NullableCreateProjectConfigDTO) UnmarshalJSON ¶ added in v0.24.0
func (v *NullableCreateProjectConfigDTO) UnmarshalJSON(src []byte) error
func (*NullableCreateProjectConfigDTO) Unset ¶ added in v0.24.0
func (v *NullableCreateProjectConfigDTO) Unset()
type NullableCreateProjectDTO ¶ added in v0.26.0
type NullableCreateProjectDTO struct {
// contains filtered or unexported fields
}
func NewNullableCreateProjectDTO ¶ added in v0.26.0
func NewNullableCreateProjectDTO(val *CreateProjectDTO) *NullableCreateProjectDTO
func (NullableCreateProjectDTO) Get ¶ added in v0.26.0
func (v NullableCreateProjectDTO) Get() *CreateProjectDTO
func (NullableCreateProjectDTO) IsSet ¶ added in v0.26.0
func (v NullableCreateProjectDTO) IsSet() bool
func (NullableCreateProjectDTO) MarshalJSON ¶ added in v0.26.0
func (v NullableCreateProjectDTO) MarshalJSON() ([]byte, error)
func (*NullableCreateProjectDTO) Set ¶ added in v0.26.0
func (v *NullableCreateProjectDTO) Set(val *CreateProjectDTO)
func (*NullableCreateProjectDTO) UnmarshalJSON ¶ added in v0.26.0
func (v *NullableCreateProjectDTO) UnmarshalJSON(src []byte) error
func (*NullableCreateProjectDTO) Unset ¶ added in v0.26.0
func (v *NullableCreateProjectDTO) Unset()
type NullableCreateProjectSourceDTO ¶ added in v0.26.0
type NullableCreateProjectSourceDTO struct {
// contains filtered or unexported fields
}
func NewNullableCreateProjectSourceDTO ¶ added in v0.26.0
func NewNullableCreateProjectSourceDTO(val *CreateProjectSourceDTO) *NullableCreateProjectSourceDTO
func (NullableCreateProjectSourceDTO) Get ¶ added in v0.26.0
func (v NullableCreateProjectSourceDTO) Get() *CreateProjectSourceDTO
func (NullableCreateProjectSourceDTO) IsSet ¶ added in v0.26.0
func (v NullableCreateProjectSourceDTO) IsSet() bool
func (NullableCreateProjectSourceDTO) MarshalJSON ¶ added in v0.26.0
func (v NullableCreateProjectSourceDTO) MarshalJSON() ([]byte, error)
func (*NullableCreateProjectSourceDTO) Set ¶ added in v0.26.0
func (v *NullableCreateProjectSourceDTO) Set(val *CreateProjectSourceDTO)
func (*NullableCreateProjectSourceDTO) UnmarshalJSON ¶ added in v0.26.0
func (v *NullableCreateProjectSourceDTO) UnmarshalJSON(src []byte) error
func (*NullableCreateProjectSourceDTO) Unset ¶ added in v0.26.0
func (v *NullableCreateProjectSourceDTO) Unset()
type NullableCreateProviderTargetDTO ¶ added in v0.40.0
type NullableCreateProviderTargetDTO struct {
// contains filtered or unexported fields
}
func NewNullableCreateProviderTargetDTO ¶ added in v0.40.0
func NewNullableCreateProviderTargetDTO(val *CreateProviderTargetDTO) *NullableCreateProviderTargetDTO
func (NullableCreateProviderTargetDTO) Get ¶ added in v0.40.0
func (v NullableCreateProviderTargetDTO) Get() *CreateProviderTargetDTO
func (NullableCreateProviderTargetDTO) IsSet ¶ added in v0.40.0
func (v NullableCreateProviderTargetDTO) IsSet() bool
func (NullableCreateProviderTargetDTO) MarshalJSON ¶ added in v0.40.0
func (v NullableCreateProviderTargetDTO) MarshalJSON() ([]byte, error)
func (*NullableCreateProviderTargetDTO) Set ¶ added in v0.40.0
func (v *NullableCreateProviderTargetDTO) Set(val *CreateProviderTargetDTO)
func (*NullableCreateProviderTargetDTO) UnmarshalJSON ¶ added in v0.40.0
func (v *NullableCreateProviderTargetDTO) UnmarshalJSON(src []byte) error
func (*NullableCreateProviderTargetDTO) Unset ¶ added in v0.40.0
func (v *NullableCreateProviderTargetDTO) Unset()
type NullableCreateWorkspaceDTO ¶ added in v0.24.0
type NullableCreateWorkspaceDTO struct {
// contains filtered or unexported fields
}
func NewNullableCreateWorkspaceDTO ¶ added in v0.24.0
func NewNullableCreateWorkspaceDTO(val *CreateWorkspaceDTO) *NullableCreateWorkspaceDTO
func (NullableCreateWorkspaceDTO) Get ¶ added in v0.24.0
func (v NullableCreateWorkspaceDTO) Get() *CreateWorkspaceDTO
func (NullableCreateWorkspaceDTO) IsSet ¶ added in v0.24.0
func (v NullableCreateWorkspaceDTO) IsSet() bool
func (NullableCreateWorkspaceDTO) MarshalJSON ¶ added in v0.24.0
func (v NullableCreateWorkspaceDTO) MarshalJSON() ([]byte, error)
func (*NullableCreateWorkspaceDTO) Set ¶ added in v0.24.0
func (v *NullableCreateWorkspaceDTO) Set(val *CreateWorkspaceDTO)
func (*NullableCreateWorkspaceDTO) UnmarshalJSON ¶ added in v0.24.0
func (v *NullableCreateWorkspaceDTO) UnmarshalJSON(src []byte) error
func (*NullableCreateWorkspaceDTO) Unset ¶ added in v0.24.0
func (v *NullableCreateWorkspaceDTO) Unset()
type NullableDevcontainerConfig ¶ added in v0.24.0
type NullableDevcontainerConfig struct {
// contains filtered or unexported fields
}
func NewNullableDevcontainerConfig ¶ added in v0.24.0
func NewNullableDevcontainerConfig(val *DevcontainerConfig) *NullableDevcontainerConfig
func (NullableDevcontainerConfig) Get ¶ added in v0.24.0
func (v NullableDevcontainerConfig) Get() *DevcontainerConfig
func (NullableDevcontainerConfig) IsSet ¶ added in v0.24.0
func (v NullableDevcontainerConfig) IsSet() bool
func (NullableDevcontainerConfig) MarshalJSON ¶ added in v0.24.0
func (v NullableDevcontainerConfig) MarshalJSON() ([]byte, error)
func (*NullableDevcontainerConfig) Set ¶ added in v0.24.0
func (v *NullableDevcontainerConfig) Set(val *DevcontainerConfig)
func (*NullableDevcontainerConfig) UnmarshalJSON ¶ added in v0.24.0
func (v *NullableDevcontainerConfig) UnmarshalJSON(src []byte) error
func (*NullableDevcontainerConfig) Unset ¶ added in v0.24.0
func (v *NullableDevcontainerConfig) Unset()
type NullableExecuteRequest ¶ added in v0.49.0
type NullableExecuteRequest struct {
// contains filtered or unexported fields
}
func NewNullableExecuteRequest ¶ added in v0.49.0
func NewNullableExecuteRequest(val *ExecuteRequest) *NullableExecuteRequest
func (NullableExecuteRequest) Get ¶ added in v0.49.0
func (v NullableExecuteRequest) Get() *ExecuteRequest
func (NullableExecuteRequest) IsSet ¶ added in v0.49.0
func (v NullableExecuteRequest) IsSet() bool
func (NullableExecuteRequest) MarshalJSON ¶ added in v0.49.0
func (v NullableExecuteRequest) MarshalJSON() ([]byte, error)
func (*NullableExecuteRequest) Set ¶ added in v0.49.0
func (v *NullableExecuteRequest) Set(val *ExecuteRequest)
func (*NullableExecuteRequest) UnmarshalJSON ¶ added in v0.49.0
func (v *NullableExecuteRequest) UnmarshalJSON(src []byte) error
func (*NullableExecuteRequest) Unset ¶ added in v0.49.0
func (v *NullableExecuteRequest) Unset()
type NullableExecuteResponse ¶ added in v0.49.0
type NullableExecuteResponse struct {
// contains filtered or unexported fields
}
func NewNullableExecuteResponse ¶ added in v0.49.0
func NewNullableExecuteResponse(val *ExecuteResponse) *NullableExecuteResponse
func (NullableExecuteResponse) Get ¶ added in v0.49.0
func (v NullableExecuteResponse) Get() *ExecuteResponse
func (NullableExecuteResponse) IsSet ¶ added in v0.49.0
func (v NullableExecuteResponse) IsSet() bool
func (NullableExecuteResponse) MarshalJSON ¶ added in v0.49.0
func (v NullableExecuteResponse) MarshalJSON() ([]byte, error)
func (*NullableExecuteResponse) Set ¶ added in v0.49.0
func (v *NullableExecuteResponse) Set(val *ExecuteResponse)
func (*NullableExecuteResponse) UnmarshalJSON ¶ added in v0.49.0
func (v *NullableExecuteResponse) UnmarshalJSON(src []byte) error
func (*NullableExecuteResponse) Unset ¶ added in v0.49.0
func (v *NullableExecuteResponse) Unset()
type NullableFRPSConfig ¶
type NullableFRPSConfig struct {
// contains filtered or unexported fields
}
func NewNullableFRPSConfig ¶
func NewNullableFRPSConfig(val *FRPSConfig) *NullableFRPSConfig
func (NullableFRPSConfig) Get ¶
func (v NullableFRPSConfig) Get() *FRPSConfig
func (NullableFRPSConfig) IsSet ¶
func (v NullableFRPSConfig) IsSet() bool
func (NullableFRPSConfig) MarshalJSON ¶
func (v NullableFRPSConfig) MarshalJSON() ([]byte, error)
func (*NullableFRPSConfig) Set ¶
func (v *NullableFRPSConfig) Set(val *FRPSConfig)
func (*NullableFRPSConfig) UnmarshalJSON ¶
func (v *NullableFRPSConfig) UnmarshalJSON(src []byte) error
func (*NullableFRPSConfig) Unset ¶
func (v *NullableFRPSConfig) Unset()
type NullableFileInfo ¶ added in v0.49.0
type NullableFileInfo struct {
// contains filtered or unexported fields
}
func NewNullableFileInfo ¶ added in v0.49.0
func NewNullableFileInfo(val *FileInfo) *NullableFileInfo
func (NullableFileInfo) Get ¶ added in v0.49.0
func (v NullableFileInfo) Get() *FileInfo
func (NullableFileInfo) IsSet ¶ added in v0.49.0
func (v NullableFileInfo) IsSet() bool
func (NullableFileInfo) MarshalJSON ¶ added in v0.49.0
func (v NullableFileInfo) MarshalJSON() ([]byte, error)
func (*NullableFileInfo) Set ¶ added in v0.49.0
func (v *NullableFileInfo) Set(val *FileInfo)
func (*NullableFileInfo) UnmarshalJSON ¶ added in v0.49.0
func (v *NullableFileInfo) UnmarshalJSON(src []byte) error
func (*NullableFileInfo) Unset ¶ added in v0.49.0
func (v *NullableFileInfo) Unset()
type NullableFileStatus ¶
type NullableFileStatus struct {
// contains filtered or unexported fields
}
func NewNullableFileStatus ¶
func NewNullableFileStatus(val *FileStatus) *NullableFileStatus
func (NullableFileStatus) Get ¶
func (v NullableFileStatus) Get() *FileStatus
func (NullableFileStatus) IsSet ¶
func (v NullableFileStatus) IsSet() bool
func (NullableFileStatus) MarshalJSON ¶
func (v NullableFileStatus) MarshalJSON() ([]byte, error)
func (*NullableFileStatus) Set ¶
func (v *NullableFileStatus) Set(val *FileStatus)
func (*NullableFileStatus) UnmarshalJSON ¶
func (v *NullableFileStatus) UnmarshalJSON(src []byte) error
func (*NullableFileStatus) Unset ¶
func (v *NullableFileStatus) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableGetRepositoryContext ¶ added in v0.26.0
type NullableGetRepositoryContext struct {
// contains filtered or unexported fields
}
func NewNullableGetRepositoryContext ¶ added in v0.26.0
func NewNullableGetRepositoryContext(val *GetRepositoryContext) *NullableGetRepositoryContext
func (NullableGetRepositoryContext) Get ¶ added in v0.26.0
func (v NullableGetRepositoryContext) Get() *GetRepositoryContext
func (NullableGetRepositoryContext) IsSet ¶ added in v0.26.0
func (v NullableGetRepositoryContext) IsSet() bool
func (NullableGetRepositoryContext) MarshalJSON ¶ added in v0.26.0
func (v NullableGetRepositoryContext) MarshalJSON() ([]byte, error)
func (*NullableGetRepositoryContext) Set ¶ added in v0.26.0
func (v *NullableGetRepositoryContext) Set(val *GetRepositoryContext)
func (*NullableGetRepositoryContext) UnmarshalJSON ¶ added in v0.26.0
func (v *NullableGetRepositoryContext) UnmarshalJSON(src []byte) error
func (*NullableGetRepositoryContext) Unset ¶ added in v0.26.0
func (v *NullableGetRepositoryContext) Unset()
type NullableGitAddRequest ¶ added in v0.49.0
type NullableGitAddRequest struct {
// contains filtered or unexported fields
}
func NewNullableGitAddRequest ¶ added in v0.49.0
func NewNullableGitAddRequest(val *GitAddRequest) *NullableGitAddRequest
func (NullableGitAddRequest) Get ¶ added in v0.49.0
func (v NullableGitAddRequest) Get() *GitAddRequest
func (NullableGitAddRequest) IsSet ¶ added in v0.49.0
func (v NullableGitAddRequest) IsSet() bool
func (NullableGitAddRequest) MarshalJSON ¶ added in v0.49.0
func (v NullableGitAddRequest) MarshalJSON() ([]byte, error)
func (*NullableGitAddRequest) Set ¶ added in v0.49.0
func (v *NullableGitAddRequest) Set(val *GitAddRequest)
func (*NullableGitAddRequest) UnmarshalJSON ¶ added in v0.49.0
func (v *NullableGitAddRequest) UnmarshalJSON(src []byte) error
func (*NullableGitAddRequest) Unset ¶ added in v0.49.0
func (v *NullableGitAddRequest) Unset()
type NullableGitBranch ¶
type NullableGitBranch struct {
// contains filtered or unexported fields
}
func NewNullableGitBranch ¶
func NewNullableGitBranch(val *GitBranch) *NullableGitBranch
func (NullableGitBranch) Get ¶
func (v NullableGitBranch) Get() *GitBranch
func (NullableGitBranch) IsSet ¶
func (v NullableGitBranch) IsSet() bool
func (NullableGitBranch) MarshalJSON ¶
func (v NullableGitBranch) MarshalJSON() ([]byte, error)
func (*NullableGitBranch) Set ¶
func (v *NullableGitBranch) Set(val *GitBranch)
func (*NullableGitBranch) UnmarshalJSON ¶
func (v *NullableGitBranch) UnmarshalJSON(src []byte) error
func (*NullableGitBranch) Unset ¶
func (v *NullableGitBranch) Unset()
type NullableGitBranchRequest ¶ added in v0.49.0
type NullableGitBranchRequest struct {
// contains filtered or unexported fields
}
func NewNullableGitBranchRequest ¶ added in v0.49.0
func NewNullableGitBranchRequest(val *GitBranchRequest) *NullableGitBranchRequest
func (NullableGitBranchRequest) Get ¶ added in v0.49.0
func (v NullableGitBranchRequest) Get() *GitBranchRequest
func (NullableGitBranchRequest) IsSet ¶ added in v0.49.0
func (v NullableGitBranchRequest) IsSet() bool
func (NullableGitBranchRequest) MarshalJSON ¶ added in v0.49.0
func (v NullableGitBranchRequest) MarshalJSON() ([]byte, error)
func (*NullableGitBranchRequest) Set ¶ added in v0.49.0
func (v *NullableGitBranchRequest) Set(val *GitBranchRequest)
func (*NullableGitBranchRequest) UnmarshalJSON ¶ added in v0.49.0
func (v *NullableGitBranchRequest) UnmarshalJSON(src []byte) error
func (*NullableGitBranchRequest) Unset ¶ added in v0.49.0
func (v *NullableGitBranchRequest) Unset()
type NullableGitCloneRequest ¶ added in v0.49.0
type NullableGitCloneRequest struct {
// contains filtered or unexported fields
}
func NewNullableGitCloneRequest ¶ added in v0.49.0
func NewNullableGitCloneRequest(val *GitCloneRequest) *NullableGitCloneRequest
func (NullableGitCloneRequest) Get ¶ added in v0.49.0
func (v NullableGitCloneRequest) Get() *GitCloneRequest
func (NullableGitCloneRequest) IsSet ¶ added in v0.49.0
func (v NullableGitCloneRequest) IsSet() bool
func (NullableGitCloneRequest) MarshalJSON ¶ added in v0.49.0
func (v NullableGitCloneRequest) MarshalJSON() ([]byte, error)
func (*NullableGitCloneRequest) Set ¶ added in v0.49.0
func (v *NullableGitCloneRequest) Set(val *GitCloneRequest)
func (*NullableGitCloneRequest) UnmarshalJSON ¶ added in v0.49.0
func (v *NullableGitCloneRequest) UnmarshalJSON(src []byte) error
func (*NullableGitCloneRequest) Unset ¶ added in v0.49.0
func (v *NullableGitCloneRequest) Unset()
type NullableGitCommitInfo ¶ added in v0.49.0
type NullableGitCommitInfo struct {
// contains filtered or unexported fields
}
func NewNullableGitCommitInfo ¶ added in v0.49.0
func NewNullableGitCommitInfo(val *GitCommitInfo) *NullableGitCommitInfo
func (NullableGitCommitInfo) Get ¶ added in v0.49.0
func (v NullableGitCommitInfo) Get() *GitCommitInfo
func (NullableGitCommitInfo) IsSet ¶ added in v0.49.0
func (v NullableGitCommitInfo) IsSet() bool
func (NullableGitCommitInfo) MarshalJSON ¶ added in v0.49.0
func (v NullableGitCommitInfo) MarshalJSON() ([]byte, error)
func (*NullableGitCommitInfo) Set ¶ added in v0.49.0
func (v *NullableGitCommitInfo) Set(val *GitCommitInfo)
func (*NullableGitCommitInfo) UnmarshalJSON ¶ added in v0.49.0
func (v *NullableGitCommitInfo) UnmarshalJSON(src []byte) error
func (*NullableGitCommitInfo) Unset ¶ added in v0.49.0
func (v *NullableGitCommitInfo) Unset()
type NullableGitCommitRequest ¶ added in v0.49.0
type NullableGitCommitRequest struct {
// contains filtered or unexported fields
}
func NewNullableGitCommitRequest ¶ added in v0.49.0
func NewNullableGitCommitRequest(val *GitCommitRequest) *NullableGitCommitRequest
func (NullableGitCommitRequest) Get ¶ added in v0.49.0
func (v NullableGitCommitRequest) Get() *GitCommitRequest
func (NullableGitCommitRequest) IsSet ¶ added in v0.49.0
func (v NullableGitCommitRequest) IsSet() bool
func (NullableGitCommitRequest) MarshalJSON ¶ added in v0.49.0
func (v NullableGitCommitRequest) MarshalJSON() ([]byte, error)
func (*NullableGitCommitRequest) Set ¶ added in v0.49.0
func (v *NullableGitCommitRequest) Set(val *GitCommitRequest)
func (*NullableGitCommitRequest) UnmarshalJSON ¶ added in v0.49.0
func (v *NullableGitCommitRequest) UnmarshalJSON(src []byte) error
func (*NullableGitCommitRequest) Unset ¶ added in v0.49.0
func (v *NullableGitCommitRequest) Unset()
type NullableGitCommitResponse ¶ added in v0.49.0
type NullableGitCommitResponse struct {
// contains filtered or unexported fields
}
func NewNullableGitCommitResponse ¶ added in v0.49.0
func NewNullableGitCommitResponse(val *GitCommitResponse) *NullableGitCommitResponse
func (NullableGitCommitResponse) Get ¶ added in v0.49.0
func (v NullableGitCommitResponse) Get() *GitCommitResponse
func (NullableGitCommitResponse) IsSet ¶ added in v0.49.0
func (v NullableGitCommitResponse) IsSet() bool
func (NullableGitCommitResponse) MarshalJSON ¶ added in v0.49.0
func (v NullableGitCommitResponse) MarshalJSON() ([]byte, error)
func (*NullableGitCommitResponse) Set ¶ added in v0.49.0
func (v *NullableGitCommitResponse) Set(val *GitCommitResponse)
func (*NullableGitCommitResponse) UnmarshalJSON ¶ added in v0.49.0
func (v *NullableGitCommitResponse) UnmarshalJSON(src []byte) error
func (*NullableGitCommitResponse) Unset ¶ added in v0.49.0
func (v *NullableGitCommitResponse) Unset()
type NullableGitNamespace ¶
type NullableGitNamespace struct {
// contains filtered or unexported fields
}
func NewNullableGitNamespace ¶
func NewNullableGitNamespace(val *GitNamespace) *NullableGitNamespace
func (NullableGitNamespace) Get ¶
func (v NullableGitNamespace) Get() *GitNamespace
func (NullableGitNamespace) IsSet ¶
func (v NullableGitNamespace) IsSet() bool
func (NullableGitNamespace) MarshalJSON ¶
func (v NullableGitNamespace) MarshalJSON() ([]byte, error)
func (*NullableGitNamespace) Set ¶
func (v *NullableGitNamespace) Set(val *GitNamespace)
func (*NullableGitNamespace) UnmarshalJSON ¶
func (v *NullableGitNamespace) UnmarshalJSON(src []byte) error
func (*NullableGitNamespace) Unset ¶
func (v *NullableGitNamespace) Unset()
type NullableGitProvider ¶
type NullableGitProvider struct {
// contains filtered or unexported fields
}
func NewNullableGitProvider ¶
func NewNullableGitProvider(val *GitProvider) *NullableGitProvider
func (NullableGitProvider) Get ¶
func (v NullableGitProvider) Get() *GitProvider
func (NullableGitProvider) IsSet ¶
func (v NullableGitProvider) IsSet() bool
func (NullableGitProvider) MarshalJSON ¶
func (v NullableGitProvider) MarshalJSON() ([]byte, error)
func (*NullableGitProvider) Set ¶
func (v *NullableGitProvider) Set(val *GitProvider)
func (*NullableGitProvider) UnmarshalJSON ¶
func (v *NullableGitProvider) UnmarshalJSON(src []byte) error
func (*NullableGitProvider) Unset ¶
func (v *NullableGitProvider) Unset()
type NullableGitPullRequest ¶
type NullableGitPullRequest struct {
// contains filtered or unexported fields
}
func NewNullableGitPullRequest ¶
func NewNullableGitPullRequest(val *GitPullRequest) *NullableGitPullRequest
func (NullableGitPullRequest) Get ¶
func (v NullableGitPullRequest) Get() *GitPullRequest
func (NullableGitPullRequest) IsSet ¶
func (v NullableGitPullRequest) IsSet() bool
func (NullableGitPullRequest) MarshalJSON ¶
func (v NullableGitPullRequest) MarshalJSON() ([]byte, error)
func (*NullableGitPullRequest) Set ¶
func (v *NullableGitPullRequest) Set(val *GitPullRequest)
func (*NullableGitPullRequest) UnmarshalJSON ¶
func (v *NullableGitPullRequest) UnmarshalJSON(src []byte) error
func (*NullableGitPullRequest) Unset ¶
func (v *NullableGitPullRequest) Unset()
type NullableGitRepoRequest ¶ added in v0.49.0
type NullableGitRepoRequest struct {
// contains filtered or unexported fields
}
func NewNullableGitRepoRequest ¶ added in v0.49.0
func NewNullableGitRepoRequest(val *GitRepoRequest) *NullableGitRepoRequest
func (NullableGitRepoRequest) Get ¶ added in v0.49.0
func (v NullableGitRepoRequest) Get() *GitRepoRequest
func (NullableGitRepoRequest) IsSet ¶ added in v0.49.0
func (v NullableGitRepoRequest) IsSet() bool
func (NullableGitRepoRequest) MarshalJSON ¶ added in v0.49.0
func (v NullableGitRepoRequest) MarshalJSON() ([]byte, error)
func (*NullableGitRepoRequest) Set ¶ added in v0.49.0
func (v *NullableGitRepoRequest) Set(val *GitRepoRequest)
func (*NullableGitRepoRequest) UnmarshalJSON ¶ added in v0.49.0
func (v *NullableGitRepoRequest) UnmarshalJSON(src []byte) error
func (*NullableGitRepoRequest) Unset ¶ added in v0.49.0
func (v *NullableGitRepoRequest) Unset()
type NullableGitRepository ¶
type NullableGitRepository struct {
// contains filtered or unexported fields
}
func NewNullableGitRepository ¶
func NewNullableGitRepository(val *GitRepository) *NullableGitRepository
func (NullableGitRepository) Get ¶
func (v NullableGitRepository) Get() *GitRepository
func (NullableGitRepository) IsSet ¶
func (v NullableGitRepository) IsSet() bool
func (NullableGitRepository) MarshalJSON ¶
func (v NullableGitRepository) MarshalJSON() ([]byte, error)
func (*NullableGitRepository) Set ¶
func (v *NullableGitRepository) Set(val *GitRepository)
func (*NullableGitRepository) UnmarshalJSON ¶
func (v *NullableGitRepository) UnmarshalJSON(src []byte) error
func (*NullableGitRepository) Unset ¶
func (v *NullableGitRepository) Unset()
type NullableGitStatus ¶
type NullableGitStatus struct {
// contains filtered or unexported fields
}
func NewNullableGitStatus ¶
func NewNullableGitStatus(val *GitStatus) *NullableGitStatus
func (NullableGitStatus) Get ¶
func (v NullableGitStatus) Get() *GitStatus
func (NullableGitStatus) IsSet ¶
func (v NullableGitStatus) IsSet() bool
func (NullableGitStatus) MarshalJSON ¶
func (v NullableGitStatus) MarshalJSON() ([]byte, error)
func (*NullableGitStatus) Set ¶
func (v *NullableGitStatus) Set(val *GitStatus)
func (*NullableGitStatus) UnmarshalJSON ¶
func (v *NullableGitStatus) UnmarshalJSON(src []byte) error
func (*NullableGitStatus) Unset ¶
func (v *NullableGitStatus) Unset()
type NullableGitUser ¶
type NullableGitUser struct {
// contains filtered or unexported fields
}
func NewNullableGitUser ¶
func NewNullableGitUser(val *GitUser) *NullableGitUser
func (NullableGitUser) Get ¶
func (v NullableGitUser) Get() *GitUser
func (NullableGitUser) IsSet ¶
func (v NullableGitUser) IsSet() bool
func (NullableGitUser) MarshalJSON ¶
func (v NullableGitUser) MarshalJSON() ([]byte, error)
func (*NullableGitUser) Set ¶
func (v *NullableGitUser) Set(val *GitUser)
func (*NullableGitUser) UnmarshalJSON ¶
func (v *NullableGitUser) UnmarshalJSON(src []byte) error
func (*NullableGitUser) Unset ¶
func (v *NullableGitUser) Unset()
type NullableInstallProviderRequest ¶
type NullableInstallProviderRequest struct {
// contains filtered or unexported fields
}
func NewNullableInstallProviderRequest ¶
func NewNullableInstallProviderRequest(val *InstallProviderRequest) *NullableInstallProviderRequest
func (NullableInstallProviderRequest) Get ¶
func (v NullableInstallProviderRequest) Get() *InstallProviderRequest
func (NullableInstallProviderRequest) IsSet ¶
func (v NullableInstallProviderRequest) IsSet() bool
func (NullableInstallProviderRequest) MarshalJSON ¶
func (v NullableInstallProviderRequest) MarshalJSON() ([]byte, error)
func (*NullableInstallProviderRequest) Set ¶
func (v *NullableInstallProviderRequest) Set(val *InstallProviderRequest)
func (*NullableInstallProviderRequest) UnmarshalJSON ¶
func (v *NullableInstallProviderRequest) UnmarshalJSON(src []byte) error
func (*NullableInstallProviderRequest) Unset ¶
func (v *NullableInstallProviderRequest) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableListBranchResponse ¶ added in v0.49.0
type NullableListBranchResponse struct {
// contains filtered or unexported fields
}
func NewNullableListBranchResponse ¶ added in v0.49.0
func NewNullableListBranchResponse(val *ListBranchResponse) *NullableListBranchResponse
func (NullableListBranchResponse) Get ¶ added in v0.49.0
func (v NullableListBranchResponse) Get() *ListBranchResponse
func (NullableListBranchResponse) IsSet ¶ added in v0.49.0
func (v NullableListBranchResponse) IsSet() bool
func (NullableListBranchResponse) MarshalJSON ¶ added in v0.49.0
func (v NullableListBranchResponse) MarshalJSON() ([]byte, error)
func (*NullableListBranchResponse) Set ¶ added in v0.49.0
func (v *NullableListBranchResponse) Set(val *ListBranchResponse)
func (*NullableListBranchResponse) UnmarshalJSON ¶ added in v0.49.0
func (v *NullableListBranchResponse) UnmarshalJSON(src []byte) error
func (*NullableListBranchResponse) Unset ¶ added in v0.49.0
func (v *NullableListBranchResponse) Unset()
type NullableLogFileConfig ¶ added in v0.45.0
type NullableLogFileConfig struct {
// contains filtered or unexported fields
}
func NewNullableLogFileConfig ¶ added in v0.45.0
func NewNullableLogFileConfig(val *LogFileConfig) *NullableLogFileConfig
func (NullableLogFileConfig) Get ¶ added in v0.45.0
func (v NullableLogFileConfig) Get() *LogFileConfig
func (NullableLogFileConfig) IsSet ¶ added in v0.45.0
func (v NullableLogFileConfig) IsSet() bool
func (NullableLogFileConfig) MarshalJSON ¶ added in v0.45.0
func (v NullableLogFileConfig) MarshalJSON() ([]byte, error)
func (*NullableLogFileConfig) Set ¶ added in v0.45.0
func (v *NullableLogFileConfig) Set(val *LogFileConfig)
func (*NullableLogFileConfig) UnmarshalJSON ¶ added in v0.45.0
func (v *NullableLogFileConfig) UnmarshalJSON(src []byte) error
func (*NullableLogFileConfig) Unset ¶ added in v0.45.0
func (v *NullableLogFileConfig) Unset()
type NullableLspCompletionParams ¶ added in v0.49.0
type NullableLspCompletionParams struct {
// contains filtered or unexported fields
}
func NewNullableLspCompletionParams ¶ added in v0.49.0
func NewNullableLspCompletionParams(val *LspCompletionParams) *NullableLspCompletionParams
func (NullableLspCompletionParams) Get ¶ added in v0.49.0
func (v NullableLspCompletionParams) Get() *LspCompletionParams
func (NullableLspCompletionParams) IsSet ¶ added in v0.49.0
func (v NullableLspCompletionParams) IsSet() bool
func (NullableLspCompletionParams) MarshalJSON ¶ added in v0.49.0
func (v NullableLspCompletionParams) MarshalJSON() ([]byte, error)
func (*NullableLspCompletionParams) Set ¶ added in v0.49.0
func (v *NullableLspCompletionParams) Set(val *LspCompletionParams)
func (*NullableLspCompletionParams) UnmarshalJSON ¶ added in v0.49.0
func (v *NullableLspCompletionParams) UnmarshalJSON(src []byte) error
func (*NullableLspCompletionParams) Unset ¶ added in v0.49.0
func (v *NullableLspCompletionParams) Unset()
type NullableLspDocumentRequest ¶ added in v0.49.0
type NullableLspDocumentRequest struct {
// contains filtered or unexported fields
}
func NewNullableLspDocumentRequest ¶ added in v0.49.0
func NewNullableLspDocumentRequest(val *LspDocumentRequest) *NullableLspDocumentRequest
func (NullableLspDocumentRequest) Get ¶ added in v0.49.0
func (v NullableLspDocumentRequest) Get() *LspDocumentRequest
func (NullableLspDocumentRequest) IsSet ¶ added in v0.49.0
func (v NullableLspDocumentRequest) IsSet() bool
func (NullableLspDocumentRequest) MarshalJSON ¶ added in v0.49.0
func (v NullableLspDocumentRequest) MarshalJSON() ([]byte, error)
func (*NullableLspDocumentRequest) Set ¶ added in v0.49.0
func (v *NullableLspDocumentRequest) Set(val *LspDocumentRequest)
func (*NullableLspDocumentRequest) UnmarshalJSON ¶ added in v0.49.0
func (v *NullableLspDocumentRequest) UnmarshalJSON(src []byte) error
func (*NullableLspDocumentRequest) Unset ¶ added in v0.49.0
func (v *NullableLspDocumentRequest) Unset()
type NullableLspLocation ¶ added in v0.49.0
type NullableLspLocation struct {
// contains filtered or unexported fields
}
func NewNullableLspLocation ¶ added in v0.49.0
func NewNullableLspLocation(val *LspLocation) *NullableLspLocation
func (NullableLspLocation) Get ¶ added in v0.49.0
func (v NullableLspLocation) Get() *LspLocation
func (NullableLspLocation) IsSet ¶ added in v0.49.0
func (v NullableLspLocation) IsSet() bool
func (NullableLspLocation) MarshalJSON ¶ added in v0.49.0
func (v NullableLspLocation) MarshalJSON() ([]byte, error)
func (*NullableLspLocation) Set ¶ added in v0.49.0
func (v *NullableLspLocation) Set(val *LspLocation)
func (*NullableLspLocation) UnmarshalJSON ¶ added in v0.49.0
func (v *NullableLspLocation) UnmarshalJSON(src []byte) error
func (*NullableLspLocation) Unset ¶ added in v0.49.0
func (v *NullableLspLocation) Unset()
type NullableLspPosition ¶ added in v0.49.0
type NullableLspPosition struct {
// contains filtered or unexported fields
}
func NewNullableLspPosition ¶ added in v0.49.0
func NewNullableLspPosition(val *LspPosition) *NullableLspPosition
func (NullableLspPosition) Get ¶ added in v0.49.0
func (v NullableLspPosition) Get() *LspPosition
func (NullableLspPosition) IsSet ¶ added in v0.49.0
func (v NullableLspPosition) IsSet() bool
func (NullableLspPosition) MarshalJSON ¶ added in v0.49.0
func (v NullableLspPosition) MarshalJSON() ([]byte, error)
func (*NullableLspPosition) Set ¶ added in v0.49.0
func (v *NullableLspPosition) Set(val *LspPosition)
func (*NullableLspPosition) UnmarshalJSON ¶ added in v0.49.0
func (v *NullableLspPosition) UnmarshalJSON(src []byte) error
func (*NullableLspPosition) Unset ¶ added in v0.49.0
func (v *NullableLspPosition) Unset()
type NullableLspRange ¶ added in v0.49.0
type NullableLspRange struct {
// contains filtered or unexported fields
}
func NewNullableLspRange ¶ added in v0.49.0
func NewNullableLspRange(val *LspRange) *NullableLspRange
func (NullableLspRange) Get ¶ added in v0.49.0
func (v NullableLspRange) Get() *LspRange
func (NullableLspRange) IsSet ¶ added in v0.49.0
func (v NullableLspRange) IsSet() bool
func (NullableLspRange) MarshalJSON ¶ added in v0.49.0
func (v NullableLspRange) MarshalJSON() ([]byte, error)
func (*NullableLspRange) Set ¶ added in v0.49.0
func (v *NullableLspRange) Set(val *LspRange)
func (*NullableLspRange) UnmarshalJSON ¶ added in v0.49.0
func (v *NullableLspRange) UnmarshalJSON(src []byte) error
func (*NullableLspRange) Unset ¶ added in v0.49.0
func (v *NullableLspRange) Unset()
type NullableLspServerRequest ¶ added in v0.49.0
type NullableLspServerRequest struct {
// contains filtered or unexported fields
}
func NewNullableLspServerRequest ¶ added in v0.49.0
func NewNullableLspServerRequest(val *LspServerRequest) *NullableLspServerRequest
func (NullableLspServerRequest) Get ¶ added in v0.49.0
func (v NullableLspServerRequest) Get() *LspServerRequest
func (NullableLspServerRequest) IsSet ¶ added in v0.49.0
func (v NullableLspServerRequest) IsSet() bool
func (NullableLspServerRequest) MarshalJSON ¶ added in v0.49.0
func (v NullableLspServerRequest) MarshalJSON() ([]byte, error)
func (*NullableLspServerRequest) Set ¶ added in v0.49.0
func (v *NullableLspServerRequest) Set(val *LspServerRequest)
func (*NullableLspServerRequest) UnmarshalJSON ¶ added in v0.49.0
func (v *NullableLspServerRequest) UnmarshalJSON(src []byte) error
func (*NullableLspServerRequest) Unset ¶ added in v0.49.0
func (v *NullableLspServerRequest) Unset()
type NullableLspSymbol ¶ added in v0.49.0
type NullableLspSymbol struct {
// contains filtered or unexported fields
}
func NewNullableLspSymbol ¶ added in v0.49.0
func NewNullableLspSymbol(val *LspSymbol) *NullableLspSymbol
func (NullableLspSymbol) Get ¶ added in v0.49.0
func (v NullableLspSymbol) Get() *LspSymbol
func (NullableLspSymbol) IsSet ¶ added in v0.49.0
func (v NullableLspSymbol) IsSet() bool
func (NullableLspSymbol) MarshalJSON ¶ added in v0.49.0
func (v NullableLspSymbol) MarshalJSON() ([]byte, error)
func (*NullableLspSymbol) Set ¶ added in v0.49.0
func (v *NullableLspSymbol) Set(val *LspSymbol)
func (*NullableLspSymbol) UnmarshalJSON ¶ added in v0.49.0
func (v *NullableLspSymbol) UnmarshalJSON(src []byte) error
func (*NullableLspSymbol) Unset ¶ added in v0.49.0
func (v *NullableLspSymbol) Unset()
type NullableMatch ¶ added in v0.49.0
type NullableMatch struct {
// contains filtered or unexported fields
}
func NewNullableMatch ¶ added in v0.49.0
func NewNullableMatch(val *Match) *NullableMatch
func (NullableMatch) Get ¶ added in v0.49.0
func (v NullableMatch) Get() *Match
func (NullableMatch) IsSet ¶ added in v0.49.0
func (v NullableMatch) IsSet() bool
func (NullableMatch) MarshalJSON ¶ added in v0.49.0
func (v NullableMatch) MarshalJSON() ([]byte, error)
func (*NullableMatch) Set ¶ added in v0.49.0
func (v *NullableMatch) Set(val *Match)
func (*NullableMatch) UnmarshalJSON ¶ added in v0.49.0
func (v *NullableMatch) UnmarshalJSON(src []byte) error
func (*NullableMatch) Unset ¶ added in v0.49.0
func (v *NullableMatch) Unset()
type NullableNetworkKey ¶
type NullableNetworkKey struct {
// contains filtered or unexported fields
}
func NewNullableNetworkKey ¶
func NewNullableNetworkKey(val *NetworkKey) *NullableNetworkKey
func (NullableNetworkKey) Get ¶
func (v NullableNetworkKey) Get() *NetworkKey
func (NullableNetworkKey) IsSet ¶
func (v NullableNetworkKey) IsSet() bool
func (NullableNetworkKey) MarshalJSON ¶
func (v NullableNetworkKey) MarshalJSON() ([]byte, error)
func (*NullableNetworkKey) Set ¶
func (v *NullableNetworkKey) Set(val *NetworkKey)
func (*NullableNetworkKey) UnmarshalJSON ¶
func (v *NullableNetworkKey) UnmarshalJSON(src []byte) error
func (*NullableNetworkKey) Unset ¶
func (v *NullableNetworkKey) Unset()
type NullablePosition ¶ added in v0.49.0
type NullablePosition struct {
// contains filtered or unexported fields
}
func NewNullablePosition ¶ added in v0.49.0
func NewNullablePosition(val *Position) *NullablePosition
func (NullablePosition) Get ¶ added in v0.49.0
func (v NullablePosition) Get() *Position
func (NullablePosition) IsSet ¶ added in v0.49.0
func (v NullablePosition) IsSet() bool
func (NullablePosition) MarshalJSON ¶ added in v0.49.0
func (v NullablePosition) MarshalJSON() ([]byte, error)
func (*NullablePosition) Set ¶ added in v0.49.0
func (v *NullablePosition) Set(val *Position)
func (*NullablePosition) UnmarshalJSON ¶ added in v0.49.0
func (v *NullablePosition) UnmarshalJSON(src []byte) error
func (*NullablePosition) Unset ¶ added in v0.49.0
func (v *NullablePosition) Unset()
type NullablePrebuildConfig ¶ added in v0.26.0
type NullablePrebuildConfig struct {
// contains filtered or unexported fields
}
func NewNullablePrebuildConfig ¶ added in v0.26.0
func NewNullablePrebuildConfig(val *PrebuildConfig) *NullablePrebuildConfig
func (NullablePrebuildConfig) Get ¶ added in v0.26.0
func (v NullablePrebuildConfig) Get() *PrebuildConfig
func (NullablePrebuildConfig) IsSet ¶ added in v0.26.0
func (v NullablePrebuildConfig) IsSet() bool
func (NullablePrebuildConfig) MarshalJSON ¶ added in v0.26.0
func (v NullablePrebuildConfig) MarshalJSON() ([]byte, error)
func (*NullablePrebuildConfig) Set ¶ added in v0.26.0
func (v *NullablePrebuildConfig) Set(val *PrebuildConfig)
func (*NullablePrebuildConfig) UnmarshalJSON ¶ added in v0.26.0
func (v *NullablePrebuildConfig) UnmarshalJSON(src []byte) error
func (*NullablePrebuildConfig) Unset ¶ added in v0.26.0
func (v *NullablePrebuildConfig) Unset()
type NullablePrebuildDTO ¶ added in v0.26.0
type NullablePrebuildDTO struct {
// contains filtered or unexported fields
}
func NewNullablePrebuildDTO ¶ added in v0.26.0
func NewNullablePrebuildDTO(val *PrebuildDTO) *NullablePrebuildDTO
func (NullablePrebuildDTO) Get ¶ added in v0.26.0
func (v NullablePrebuildDTO) Get() *PrebuildDTO
func (NullablePrebuildDTO) IsSet ¶ added in v0.26.0
func (v NullablePrebuildDTO) IsSet() bool
func (NullablePrebuildDTO) MarshalJSON ¶ added in v0.26.0
func (v NullablePrebuildDTO) MarshalJSON() ([]byte, error)
func (*NullablePrebuildDTO) Set ¶ added in v0.26.0
func (v *NullablePrebuildDTO) Set(val *PrebuildDTO)
func (*NullablePrebuildDTO) UnmarshalJSON ¶ added in v0.26.0
func (v *NullablePrebuildDTO) UnmarshalJSON(src []byte) error
func (*NullablePrebuildDTO) Unset ¶ added in v0.26.0
func (v *NullablePrebuildDTO) Unset()
type NullableProfileData ¶
type NullableProfileData struct {
// contains filtered or unexported fields
}
func NewNullableProfileData ¶
func NewNullableProfileData(val *ProfileData) *NullableProfileData
func (NullableProfileData) Get ¶
func (v NullableProfileData) Get() *ProfileData
func (NullableProfileData) IsSet ¶
func (v NullableProfileData) IsSet() bool
func (NullableProfileData) MarshalJSON ¶
func (v NullableProfileData) MarshalJSON() ([]byte, error)
func (*NullableProfileData) Set ¶
func (v *NullableProfileData) Set(val *ProfileData)
func (*NullableProfileData) UnmarshalJSON ¶
func (v *NullableProfileData) UnmarshalJSON(src []byte) error
func (*NullableProfileData) Unset ¶
func (v *NullableProfileData) Unset()
type NullableProject ¶
type NullableProject struct {
// contains filtered or unexported fields
}
func NewNullableProject ¶
func NewNullableProject(val *Project) *NullableProject
func (NullableProject) Get ¶
func (v NullableProject) Get() *Project
func (NullableProject) IsSet ¶
func (v NullableProject) IsSet() bool
func (NullableProject) MarshalJSON ¶
func (v NullableProject) MarshalJSON() ([]byte, error)
func (*NullableProject) Set ¶
func (v *NullableProject) Set(val *Project)
func (*NullableProject) UnmarshalJSON ¶
func (v *NullableProject) UnmarshalJSON(src []byte) error
func (*NullableProject) Unset ¶
func (v *NullableProject) Unset()
type NullableProjectConfig ¶ added in v0.24.0
type NullableProjectConfig struct {
// contains filtered or unexported fields
}
func NewNullableProjectConfig ¶ added in v0.24.0
func NewNullableProjectConfig(val *ProjectConfig) *NullableProjectConfig
func (NullableProjectConfig) Get ¶ added in v0.24.0
func (v NullableProjectConfig) Get() *ProjectConfig
func (NullableProjectConfig) IsSet ¶ added in v0.24.0
func (v NullableProjectConfig) IsSet() bool
func (NullableProjectConfig) MarshalJSON ¶ added in v0.24.0
func (v NullableProjectConfig) MarshalJSON() ([]byte, error)
func (*NullableProjectConfig) Set ¶ added in v0.24.0
func (v *NullableProjectConfig) Set(val *ProjectConfig)
func (*NullableProjectConfig) UnmarshalJSON ¶ added in v0.24.0
func (v *NullableProjectConfig) UnmarshalJSON(src []byte) error
func (*NullableProjectConfig) Unset ¶ added in v0.24.0
func (v *NullableProjectConfig) Unset()
type NullableProjectDirResponse ¶ added in v0.49.0
type NullableProjectDirResponse struct {
// contains filtered or unexported fields
}
func NewNullableProjectDirResponse ¶ added in v0.49.0
func NewNullableProjectDirResponse(val *ProjectDirResponse) *NullableProjectDirResponse
func (NullableProjectDirResponse) Get ¶ added in v0.49.0
func (v NullableProjectDirResponse) Get() *ProjectDirResponse
func (NullableProjectDirResponse) IsSet ¶ added in v0.49.0
func (v NullableProjectDirResponse) IsSet() bool
func (NullableProjectDirResponse) MarshalJSON ¶ added in v0.49.0
func (v NullableProjectDirResponse) MarshalJSON() ([]byte, error)
func (*NullableProjectDirResponse) Set ¶ added in v0.49.0
func (v *NullableProjectDirResponse) Set(val *ProjectDirResponse)
func (*NullableProjectDirResponse) UnmarshalJSON ¶ added in v0.49.0
func (v *NullableProjectDirResponse) UnmarshalJSON(src []byte) error
func (*NullableProjectDirResponse) Unset ¶ added in v0.49.0
func (v *NullableProjectDirResponse) Unset()
type NullableProjectInfo ¶
type NullableProjectInfo struct {
// contains filtered or unexported fields
}
func NewNullableProjectInfo ¶
func NewNullableProjectInfo(val *ProjectInfo) *NullableProjectInfo
func (NullableProjectInfo) Get ¶
func (v NullableProjectInfo) Get() *ProjectInfo
func (NullableProjectInfo) IsSet ¶
func (v NullableProjectInfo) IsSet() bool
func (NullableProjectInfo) MarshalJSON ¶
func (v NullableProjectInfo) MarshalJSON() ([]byte, error)
func (*NullableProjectInfo) Set ¶
func (v *NullableProjectInfo) Set(val *ProjectInfo)
func (*NullableProjectInfo) UnmarshalJSON ¶
func (v *NullableProjectInfo) UnmarshalJSON(src []byte) error
func (*NullableProjectInfo) Unset ¶
func (v *NullableProjectInfo) Unset()
type NullableProjectState ¶
type NullableProjectState struct {
// contains filtered or unexported fields
}
func NewNullableProjectState ¶
func NewNullableProjectState(val *ProjectState) *NullableProjectState
func (NullableProjectState) Get ¶
func (v NullableProjectState) Get() *ProjectState
func (NullableProjectState) IsSet ¶
func (v NullableProjectState) IsSet() bool
func (NullableProjectState) MarshalJSON ¶
func (v NullableProjectState) MarshalJSON() ([]byte, error)
func (*NullableProjectState) Set ¶
func (v *NullableProjectState) Set(val *ProjectState)
func (*NullableProjectState) UnmarshalJSON ¶
func (v *NullableProjectState) UnmarshalJSON(src []byte) error
func (*NullableProjectState) Unset ¶
func (v *NullableProjectState) Unset()
type NullableProvider ¶
type NullableProvider struct {
// contains filtered or unexported fields
}
func NewNullableProvider ¶
func NewNullableProvider(val *Provider) *NullableProvider
func (NullableProvider) Get ¶
func (v NullableProvider) Get() *Provider
func (NullableProvider) IsSet ¶
func (v NullableProvider) IsSet() bool
func (NullableProvider) MarshalJSON ¶
func (v NullableProvider) MarshalJSON() ([]byte, error)
func (*NullableProvider) Set ¶
func (v *NullableProvider) Set(val *Provider)
func (*NullableProvider) UnmarshalJSON ¶
func (v *NullableProvider) UnmarshalJSON(src []byte) error
func (*NullableProvider) Unset ¶
func (v *NullableProvider) Unset()
type NullableProviderProviderInfo ¶
type NullableProviderProviderInfo struct {
// contains filtered or unexported fields
}
func NewNullableProviderProviderInfo ¶
func NewNullableProviderProviderInfo(val *ProviderProviderInfo) *NullableProviderProviderInfo
func (NullableProviderProviderInfo) Get ¶
func (v NullableProviderProviderInfo) Get() *ProviderProviderInfo
func (NullableProviderProviderInfo) IsSet ¶
func (v NullableProviderProviderInfo) IsSet() bool
func (NullableProviderProviderInfo) MarshalJSON ¶
func (v NullableProviderProviderInfo) MarshalJSON() ([]byte, error)
func (*NullableProviderProviderInfo) Set ¶
func (v *NullableProviderProviderInfo) Set(val *ProviderProviderInfo)
func (*NullableProviderProviderInfo) UnmarshalJSON ¶
func (v *NullableProviderProviderInfo) UnmarshalJSON(src []byte) error
func (*NullableProviderProviderInfo) Unset ¶
func (v *NullableProviderProviderInfo) Unset()
type NullableProviderProviderTargetProperty ¶
type NullableProviderProviderTargetProperty struct {
// contains filtered or unexported fields
}
func NewNullableProviderProviderTargetProperty ¶
func NewNullableProviderProviderTargetProperty(val *ProviderProviderTargetProperty) *NullableProviderProviderTargetProperty
func (NullableProviderProviderTargetProperty) Get ¶
func (v NullableProviderProviderTargetProperty) Get() *ProviderProviderTargetProperty
func (NullableProviderProviderTargetProperty) IsSet ¶
func (v NullableProviderProviderTargetProperty) IsSet() bool
func (NullableProviderProviderTargetProperty) MarshalJSON ¶
func (v NullableProviderProviderTargetProperty) MarshalJSON() ([]byte, error)
func (*NullableProviderProviderTargetProperty) Set ¶
func (v *NullableProviderProviderTargetProperty) Set(val *ProviderProviderTargetProperty)
func (*NullableProviderProviderTargetProperty) UnmarshalJSON ¶
func (v *NullableProviderProviderTargetProperty) UnmarshalJSON(src []byte) error
func (*NullableProviderProviderTargetProperty) Unset ¶
func (v *NullableProviderProviderTargetProperty) Unset()
type NullableProviderProviderTargetPropertyType ¶
type NullableProviderProviderTargetPropertyType struct {
// contains filtered or unexported fields
}
func NewNullableProviderProviderTargetPropertyType ¶
func NewNullableProviderProviderTargetPropertyType(val *ProviderProviderTargetPropertyType) *NullableProviderProviderTargetPropertyType
func (NullableProviderProviderTargetPropertyType) IsSet ¶
func (v NullableProviderProviderTargetPropertyType) IsSet() bool
func (NullableProviderProviderTargetPropertyType) MarshalJSON ¶
func (v NullableProviderProviderTargetPropertyType) MarshalJSON() ([]byte, error)
func (*NullableProviderProviderTargetPropertyType) Set ¶
func (v *NullableProviderProviderTargetPropertyType) Set(val *ProviderProviderTargetPropertyType)
func (*NullableProviderProviderTargetPropertyType) UnmarshalJSON ¶
func (v *NullableProviderProviderTargetPropertyType) UnmarshalJSON(src []byte) error
func (*NullableProviderProviderTargetPropertyType) Unset ¶
func (v *NullableProviderProviderTargetPropertyType) Unset()
type NullableProviderTarget ¶
type NullableProviderTarget struct {
// contains filtered or unexported fields
}
func NewNullableProviderTarget ¶
func NewNullableProviderTarget(val *ProviderTarget) *NullableProviderTarget
func (NullableProviderTarget) Get ¶
func (v NullableProviderTarget) Get() *ProviderTarget
func (NullableProviderTarget) IsSet ¶
func (v NullableProviderTarget) IsSet() bool
func (NullableProviderTarget) MarshalJSON ¶
func (v NullableProviderTarget) MarshalJSON() ([]byte, error)
func (*NullableProviderTarget) Set ¶
func (v *NullableProviderTarget) Set(val *ProviderTarget)
func (*NullableProviderTarget) UnmarshalJSON ¶
func (v *NullableProviderTarget) UnmarshalJSON(src []byte) error
func (*NullableProviderTarget) Unset ¶
func (v *NullableProviderTarget) Unset()
type NullableReplaceRequest ¶ added in v0.49.0
type NullableReplaceRequest struct {
// contains filtered or unexported fields
}
func NewNullableReplaceRequest ¶ added in v0.49.0
func NewNullableReplaceRequest(val *ReplaceRequest) *NullableReplaceRequest
func (NullableReplaceRequest) Get ¶ added in v0.49.0
func (v NullableReplaceRequest) Get() *ReplaceRequest
func (NullableReplaceRequest) IsSet ¶ added in v0.49.0
func (v NullableReplaceRequest) IsSet() bool
func (NullableReplaceRequest) MarshalJSON ¶ added in v0.49.0
func (v NullableReplaceRequest) MarshalJSON() ([]byte, error)
func (*NullableReplaceRequest) Set ¶ added in v0.49.0
func (v *NullableReplaceRequest) Set(val *ReplaceRequest)
func (*NullableReplaceRequest) UnmarshalJSON ¶ added in v0.49.0
func (v *NullableReplaceRequest) UnmarshalJSON(src []byte) error
func (*NullableReplaceRequest) Unset ¶ added in v0.49.0
func (v *NullableReplaceRequest) Unset()
type NullableReplaceResult ¶ added in v0.49.0
type NullableReplaceResult struct {
// contains filtered or unexported fields
}
func NewNullableReplaceResult ¶ added in v0.49.0
func NewNullableReplaceResult(val *ReplaceResult) *NullableReplaceResult
func (NullableReplaceResult) Get ¶ added in v0.49.0
func (v NullableReplaceResult) Get() *ReplaceResult
func (NullableReplaceResult) IsSet ¶ added in v0.49.0
func (v NullableReplaceResult) IsSet() bool
func (NullableReplaceResult) MarshalJSON ¶ added in v0.49.0
func (v NullableReplaceResult) MarshalJSON() ([]byte, error)
func (*NullableReplaceResult) Set ¶ added in v0.49.0
func (v *NullableReplaceResult) Set(val *ReplaceResult)
func (*NullableReplaceResult) UnmarshalJSON ¶ added in v0.49.0
func (v *NullableReplaceResult) UnmarshalJSON(src []byte) error
func (*NullableReplaceResult) Unset ¶ added in v0.49.0
func (v *NullableReplaceResult) Unset()
type NullableRepositoryUrl ¶ added in v0.25.0
type NullableRepositoryUrl struct {
// contains filtered or unexported fields
}
func NewNullableRepositoryUrl ¶ added in v0.25.0
func NewNullableRepositoryUrl(val *RepositoryUrl) *NullableRepositoryUrl
func (NullableRepositoryUrl) Get ¶ added in v0.25.0
func (v NullableRepositoryUrl) Get() *RepositoryUrl
func (NullableRepositoryUrl) IsSet ¶ added in v0.25.0
func (v NullableRepositoryUrl) IsSet() bool
func (NullableRepositoryUrl) MarshalJSON ¶ added in v0.25.0
func (v NullableRepositoryUrl) MarshalJSON() ([]byte, error)
func (*NullableRepositoryUrl) Set ¶ added in v0.25.0
func (v *NullableRepositoryUrl) Set(val *RepositoryUrl)
func (*NullableRepositoryUrl) UnmarshalJSON ¶ added in v0.25.0
func (v *NullableRepositoryUrl) UnmarshalJSON(src []byte) error
func (*NullableRepositoryUrl) Unset ¶ added in v0.25.0
func (v *NullableRepositoryUrl) Unset()
type NullableSample ¶ added in v0.27.0
type NullableSample struct {
// contains filtered or unexported fields
}
func NewNullableSample ¶ added in v0.27.0
func NewNullableSample(val *Sample) *NullableSample
func (NullableSample) Get ¶ added in v0.27.0
func (v NullableSample) Get() *Sample
func (NullableSample) IsSet ¶ added in v0.27.0
func (v NullableSample) IsSet() bool
func (NullableSample) MarshalJSON ¶ added in v0.27.0
func (v NullableSample) MarshalJSON() ([]byte, error)
func (*NullableSample) Set ¶ added in v0.27.0
func (v *NullableSample) Set(val *Sample)
func (*NullableSample) UnmarshalJSON ¶ added in v0.27.0
func (v *NullableSample) UnmarshalJSON(src []byte) error
func (*NullableSample) Unset ¶ added in v0.27.0
func (v *NullableSample) Unset()
type NullableSearchFilesResponse ¶ added in v0.49.0
type NullableSearchFilesResponse struct {
// contains filtered or unexported fields
}
func NewNullableSearchFilesResponse ¶ added in v0.49.0
func NewNullableSearchFilesResponse(val *SearchFilesResponse) *NullableSearchFilesResponse
func (NullableSearchFilesResponse) Get ¶ added in v0.49.0
func (v NullableSearchFilesResponse) Get() *SearchFilesResponse
func (NullableSearchFilesResponse) IsSet ¶ added in v0.49.0
func (v NullableSearchFilesResponse) IsSet() bool
func (NullableSearchFilesResponse) MarshalJSON ¶ added in v0.49.0
func (v NullableSearchFilesResponse) MarshalJSON() ([]byte, error)
func (*NullableSearchFilesResponse) Set ¶ added in v0.49.0
func (v *NullableSearchFilesResponse) Set(val *SearchFilesResponse)
func (*NullableSearchFilesResponse) UnmarshalJSON ¶ added in v0.49.0
func (v *NullableSearchFilesResponse) UnmarshalJSON(src []byte) error
func (*NullableSearchFilesResponse) Unset ¶ added in v0.49.0
func (v *NullableSearchFilesResponse) Unset()
type NullableServerConfig ¶
type NullableServerConfig struct {
// contains filtered or unexported fields
}
func NewNullableServerConfig ¶
func NewNullableServerConfig(val *ServerConfig) *NullableServerConfig
func (NullableServerConfig) Get ¶
func (v NullableServerConfig) Get() *ServerConfig
func (NullableServerConfig) IsSet ¶
func (v NullableServerConfig) IsSet() bool
func (NullableServerConfig) MarshalJSON ¶
func (v NullableServerConfig) MarshalJSON() ([]byte, error)
func (*NullableServerConfig) Set ¶
func (v *NullableServerConfig) Set(val *ServerConfig)
func (*NullableServerConfig) UnmarshalJSON ¶
func (v *NullableServerConfig) UnmarshalJSON(src []byte) error
func (*NullableServerConfig) Unset ¶
func (v *NullableServerConfig) Unset()
type NullableSetGitProviderConfig ¶ added in v0.25.0
type NullableSetGitProviderConfig struct {
// contains filtered or unexported fields
}
func NewNullableSetGitProviderConfig ¶ added in v0.25.0
func NewNullableSetGitProviderConfig(val *SetGitProviderConfig) *NullableSetGitProviderConfig
func (NullableSetGitProviderConfig) Get ¶ added in v0.25.0
func (v NullableSetGitProviderConfig) Get() *SetGitProviderConfig
func (NullableSetGitProviderConfig) IsSet ¶ added in v0.25.0
func (v NullableSetGitProviderConfig) IsSet() bool
func (NullableSetGitProviderConfig) MarshalJSON ¶ added in v0.25.0
func (v NullableSetGitProviderConfig) MarshalJSON() ([]byte, error)
func (*NullableSetGitProviderConfig) Set ¶ added in v0.25.0
func (v *NullableSetGitProviderConfig) Set(val *SetGitProviderConfig)
func (*NullableSetGitProviderConfig) UnmarshalJSON ¶ added in v0.25.0
func (v *NullableSetGitProviderConfig) UnmarshalJSON(src []byte) error
func (*NullableSetGitProviderConfig) Unset ¶ added in v0.25.0
func (v *NullableSetGitProviderConfig) Unset()
type NullableSetProjectState ¶
type NullableSetProjectState struct {
// contains filtered or unexported fields
}
func NewNullableSetProjectState ¶
func NewNullableSetProjectState(val *SetProjectState) *NullableSetProjectState
func (NullableSetProjectState) Get ¶
func (v NullableSetProjectState) Get() *SetProjectState
func (NullableSetProjectState) IsSet ¶
func (v NullableSetProjectState) IsSet() bool
func (NullableSetProjectState) MarshalJSON ¶
func (v NullableSetProjectState) MarshalJSON() ([]byte, error)
func (*NullableSetProjectState) Set ¶
func (v *NullableSetProjectState) Set(val *SetProjectState)
func (*NullableSetProjectState) UnmarshalJSON ¶
func (v *NullableSetProjectState) UnmarshalJSON(src []byte) error
func (*NullableSetProjectState) Unset ¶
func (v *NullableSetProjectState) Unset()
type NullableSigningMethod ¶ added in v0.40.0
type NullableSigningMethod struct {
// contains filtered or unexported fields
}
func NewNullableSigningMethod ¶ added in v0.40.0
func NewNullableSigningMethod(val *SigningMethod) *NullableSigningMethod
func (NullableSigningMethod) Get ¶ added in v0.40.0
func (v NullableSigningMethod) Get() *SigningMethod
func (NullableSigningMethod) IsSet ¶ added in v0.40.0
func (v NullableSigningMethod) IsSet() bool
func (NullableSigningMethod) MarshalJSON ¶ added in v0.40.0
func (v NullableSigningMethod) MarshalJSON() ([]byte, error)
func (*NullableSigningMethod) Set ¶ added in v0.40.0
func (v *NullableSigningMethod) Set(val *SigningMethod)
func (*NullableSigningMethod) UnmarshalJSON ¶ added in v0.40.0
func (v *NullableSigningMethod) UnmarshalJSON(src []byte) error
func (*NullableSigningMethod) Unset ¶ added in v0.40.0
func (v *NullableSigningMethod) Unset()
type NullableStatus ¶
type NullableStatus struct {
// contains filtered or unexported fields
}
func NewNullableStatus ¶
func NewNullableStatus(val *Status) *NullableStatus
func (NullableStatus) Get ¶
func (v NullableStatus) Get() *Status
func (NullableStatus) IsSet ¶
func (v NullableStatus) IsSet() bool
func (NullableStatus) MarshalJSON ¶
func (v NullableStatus) MarshalJSON() ([]byte, error)
func (*NullableStatus) Set ¶
func (v *NullableStatus) Set(val *Status)
func (*NullableStatus) UnmarshalJSON ¶
func (v *NullableStatus) UnmarshalJSON(src []byte) error
func (*NullableStatus) Unset ¶
func (v *NullableStatus) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableWorkspace ¶
type NullableWorkspace struct {
// contains filtered or unexported fields
}
func NewNullableWorkspace ¶
func NewNullableWorkspace(val *Workspace) *NullableWorkspace
func (NullableWorkspace) Get ¶
func (v NullableWorkspace) Get() *Workspace
func (NullableWorkspace) IsSet ¶
func (v NullableWorkspace) IsSet() bool
func (NullableWorkspace) MarshalJSON ¶
func (v NullableWorkspace) MarshalJSON() ([]byte, error)
func (*NullableWorkspace) Set ¶
func (v *NullableWorkspace) Set(val *Workspace)
func (*NullableWorkspace) UnmarshalJSON ¶
func (v *NullableWorkspace) UnmarshalJSON(src []byte) error
func (*NullableWorkspace) Unset ¶
func (v *NullableWorkspace) Unset()
type NullableWorkspaceDTO ¶
type NullableWorkspaceDTO struct {
// contains filtered or unexported fields
}
func NewNullableWorkspaceDTO ¶
func NewNullableWorkspaceDTO(val *WorkspaceDTO) *NullableWorkspaceDTO
func (NullableWorkspaceDTO) Get ¶
func (v NullableWorkspaceDTO) Get() *WorkspaceDTO
func (NullableWorkspaceDTO) IsSet ¶
func (v NullableWorkspaceDTO) IsSet() bool
func (NullableWorkspaceDTO) MarshalJSON ¶
func (v NullableWorkspaceDTO) MarshalJSON() ([]byte, error)
func (*NullableWorkspaceDTO) Set ¶
func (v *NullableWorkspaceDTO) Set(val *WorkspaceDTO)
func (*NullableWorkspaceDTO) UnmarshalJSON ¶
func (v *NullableWorkspaceDTO) UnmarshalJSON(src []byte) error
func (*NullableWorkspaceDTO) Unset ¶
func (v *NullableWorkspaceDTO) Unset()
type NullableWorkspaceInfo ¶
type NullableWorkspaceInfo struct {
// contains filtered or unexported fields
}
func NewNullableWorkspaceInfo ¶
func NewNullableWorkspaceInfo(val *WorkspaceInfo) *NullableWorkspaceInfo
func (NullableWorkspaceInfo) Get ¶
func (v NullableWorkspaceInfo) Get() *WorkspaceInfo
func (NullableWorkspaceInfo) IsSet ¶
func (v NullableWorkspaceInfo) IsSet() bool
func (NullableWorkspaceInfo) MarshalJSON ¶
func (v NullableWorkspaceInfo) MarshalJSON() ([]byte, error)
func (*NullableWorkspaceInfo) Set ¶
func (v *NullableWorkspaceInfo) Set(val *WorkspaceInfo)
func (*NullableWorkspaceInfo) UnmarshalJSON ¶
func (v *NullableWorkspaceInfo) UnmarshalJSON(src []byte) error
func (*NullableWorkspaceInfo) Unset ¶
func (v *NullableWorkspaceInfo) Unset()
type Position ¶ added in v0.49.0
Position struct for Position
func NewPosition ¶ added in v0.49.0
NewPosition instantiates a new Position object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPositionWithDefaults ¶ added in v0.49.0
func NewPositionWithDefaults() *Position
NewPositionWithDefaults instantiates a new Position object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Position) GetCharacter ¶ added in v0.49.0
GetCharacter returns the Character field value
func (*Position) GetCharacterOk ¶ added in v0.49.0
GetCharacterOk returns a tuple with the Character field value and a boolean to check if the value has been set.
func (*Position) GetLineOk ¶ added in v0.49.0
GetLineOk returns a tuple with the Line field value and a boolean to check if the value has been set.
func (Position) MarshalJSON ¶ added in v0.49.0
func (*Position) SetCharacter ¶ added in v0.49.0
SetCharacter sets field value
func (*Position) UnmarshalJSON ¶ added in v0.49.0
type PrebuildAPIService ¶ added in v0.26.0
type PrebuildAPIService service
PrebuildAPIService PrebuildAPI service
func (*PrebuildAPIService) DeletePrebuild ¶ added in v0.26.0
func (a *PrebuildAPIService) DeletePrebuild(ctx context.Context, configName string, prebuildId string) ApiDeletePrebuildRequest
DeletePrebuild Delete prebuild
Delete prebuild
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param configName Project config name @param prebuildId Prebuild ID @return ApiDeletePrebuildRequest
func (*PrebuildAPIService) DeletePrebuildExecute ¶ added in v0.26.0
func (a *PrebuildAPIService) DeletePrebuildExecute(r ApiDeletePrebuildRequest) (*http.Response, error)
Execute executes the request
func (*PrebuildAPIService) GetPrebuild ¶ added in v0.26.0
func (a *PrebuildAPIService) GetPrebuild(ctx context.Context, configName string, prebuildId string) ApiGetPrebuildRequest
GetPrebuild Get prebuild
Get prebuild
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param configName Project config name @param prebuildId Prebuild ID @return ApiGetPrebuildRequest
func (*PrebuildAPIService) GetPrebuildExecute ¶ added in v0.26.0
func (a *PrebuildAPIService) GetPrebuildExecute(r ApiGetPrebuildRequest) (*PrebuildDTO, *http.Response, error)
Execute executes the request
@return PrebuildDTO
func (*PrebuildAPIService) ListPrebuilds ¶ added in v0.26.0
func (a *PrebuildAPIService) ListPrebuilds(ctx context.Context) ApiListPrebuildsRequest
ListPrebuilds List prebuilds
List prebuilds
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListPrebuildsRequest
func (*PrebuildAPIService) ListPrebuildsExecute ¶ added in v0.26.0
func (a *PrebuildAPIService) ListPrebuildsExecute(r ApiListPrebuildsRequest) ([]PrebuildDTO, *http.Response, error)
Execute executes the request
@return []PrebuildDTO
func (*PrebuildAPIService) ListPrebuildsForProjectConfig ¶ added in v0.26.0
func (a *PrebuildAPIService) ListPrebuildsForProjectConfig(ctx context.Context, configName string) ApiListPrebuildsForProjectConfigRequest
ListPrebuildsForProjectConfig List prebuilds for project config
List prebuilds for project config
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param configName Config name @return ApiListPrebuildsForProjectConfigRequest
func (*PrebuildAPIService) ListPrebuildsForProjectConfigExecute ¶ added in v0.26.0
func (a *PrebuildAPIService) ListPrebuildsForProjectConfigExecute(r ApiListPrebuildsForProjectConfigRequest) ([]PrebuildDTO, *http.Response, error)
Execute executes the request
@return []PrebuildDTO
func (*PrebuildAPIService) ProcessGitEvent ¶ added in v0.26.0
func (a *PrebuildAPIService) ProcessGitEvent(ctx context.Context) ApiProcessGitEventRequest
ProcessGitEvent ProcessGitEvent
ProcessGitEvent
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiProcessGitEventRequest
func (*PrebuildAPIService) ProcessGitEventExecute ¶ added in v0.26.0
func (a *PrebuildAPIService) ProcessGitEventExecute(r ApiProcessGitEventRequest) (*http.Response, error)
Execute executes the request
func (*PrebuildAPIService) SetPrebuild ¶ added in v0.26.0
func (a *PrebuildAPIService) SetPrebuild(ctx context.Context, configName string) ApiSetPrebuildRequest
SetPrebuild Set prebuild
Set prebuild
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param configName Config name @return ApiSetPrebuildRequest
func (*PrebuildAPIService) SetPrebuildExecute ¶ added in v0.26.0
func (a *PrebuildAPIService) SetPrebuildExecute(r ApiSetPrebuildRequest) (string, *http.Response, error)
Execute executes the request
@return string
type PrebuildConfig ¶ added in v0.26.0
type PrebuildConfig struct { Branch string `json:"branch"` CommitInterval int32 `json:"commitInterval"` Id string `json:"id"` Retention int32 `json:"retention"` TriggerFiles []string `json:"triggerFiles"` }
PrebuildConfig struct for PrebuildConfig
func NewPrebuildConfig ¶ added in v0.26.0
func NewPrebuildConfig(branch string, commitInterval int32, id string, retention int32, triggerFiles []string) *PrebuildConfig
NewPrebuildConfig instantiates a new PrebuildConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPrebuildConfigWithDefaults ¶ added in v0.26.0
func NewPrebuildConfigWithDefaults() *PrebuildConfig
NewPrebuildConfigWithDefaults instantiates a new PrebuildConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PrebuildConfig) GetBranch ¶ added in v0.26.0
func (o *PrebuildConfig) GetBranch() string
GetBranch returns the Branch field value
func (*PrebuildConfig) GetBranchOk ¶ added in v0.26.0
func (o *PrebuildConfig) GetBranchOk() (*string, bool)
GetBranchOk returns a tuple with the Branch field value and a boolean to check if the value has been set.
func (*PrebuildConfig) GetCommitInterval ¶ added in v0.26.0
func (o *PrebuildConfig) GetCommitInterval() int32
GetCommitInterval returns the CommitInterval field value
func (*PrebuildConfig) GetCommitIntervalOk ¶ added in v0.26.0
func (o *PrebuildConfig) GetCommitIntervalOk() (*int32, bool)
GetCommitIntervalOk returns a tuple with the CommitInterval field value and a boolean to check if the value has been set.
func (*PrebuildConfig) GetId ¶ added in v0.26.0
func (o *PrebuildConfig) GetId() string
GetId returns the Id field value
func (*PrebuildConfig) GetIdOk ¶ added in v0.26.0
func (o *PrebuildConfig) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PrebuildConfig) GetRetention ¶ added in v0.26.0
func (o *PrebuildConfig) GetRetention() int32
GetRetention returns the Retention field value
func (*PrebuildConfig) GetRetentionOk ¶ added in v0.26.0
func (o *PrebuildConfig) GetRetentionOk() (*int32, bool)
GetRetentionOk returns a tuple with the Retention field value and a boolean to check if the value has been set.
func (*PrebuildConfig) GetTriggerFiles ¶ added in v0.26.0
func (o *PrebuildConfig) GetTriggerFiles() []string
GetTriggerFiles returns the TriggerFiles field value
func (*PrebuildConfig) GetTriggerFilesOk ¶ added in v0.26.0
func (o *PrebuildConfig) GetTriggerFilesOk() ([]string, bool)
GetTriggerFilesOk returns a tuple with the TriggerFiles field value and a boolean to check if the value has been set.
func (PrebuildConfig) MarshalJSON ¶ added in v0.26.0
func (o PrebuildConfig) MarshalJSON() ([]byte, error)
func (*PrebuildConfig) SetBranch ¶ added in v0.26.0
func (o *PrebuildConfig) SetBranch(v string)
SetBranch sets field value
func (*PrebuildConfig) SetCommitInterval ¶ added in v0.26.0
func (o *PrebuildConfig) SetCommitInterval(v int32)
SetCommitInterval sets field value
func (*PrebuildConfig) SetId ¶ added in v0.26.0
func (o *PrebuildConfig) SetId(v string)
SetId sets field value
func (*PrebuildConfig) SetRetention ¶ added in v0.26.0
func (o *PrebuildConfig) SetRetention(v int32)
SetRetention sets field value
func (*PrebuildConfig) SetTriggerFiles ¶ added in v0.26.0
func (o *PrebuildConfig) SetTriggerFiles(v []string)
SetTriggerFiles sets field value
func (PrebuildConfig) ToMap ¶ added in v0.26.0
func (o PrebuildConfig) ToMap() (map[string]interface{}, error)
func (*PrebuildConfig) UnmarshalJSON ¶ added in v0.26.0
func (o *PrebuildConfig) UnmarshalJSON(data []byte) (err error)
type PrebuildDTO ¶ added in v0.26.0
type PrebuildDTO struct { Branch string `json:"branch"` CommitInterval *int32 `json:"commitInterval,omitempty"` Id string `json:"id"` ProjectConfigName string `json:"projectConfigName"` Retention int32 `json:"retention"` TriggerFiles []string `json:"triggerFiles,omitempty"` }
PrebuildDTO struct for PrebuildDTO
func NewPrebuildDTO ¶ added in v0.26.0
func NewPrebuildDTO(branch string, id string, projectConfigName string, retention int32) *PrebuildDTO
NewPrebuildDTO instantiates a new PrebuildDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPrebuildDTOWithDefaults ¶ added in v0.26.0
func NewPrebuildDTOWithDefaults() *PrebuildDTO
NewPrebuildDTOWithDefaults instantiates a new PrebuildDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PrebuildDTO) GetBranch ¶ added in v0.26.0
func (o *PrebuildDTO) GetBranch() string
GetBranch returns the Branch field value
func (*PrebuildDTO) GetBranchOk ¶ added in v0.26.0
func (o *PrebuildDTO) GetBranchOk() (*string, bool)
GetBranchOk returns a tuple with the Branch field value and a boolean to check if the value has been set.
func (*PrebuildDTO) GetCommitInterval ¶ added in v0.26.0
func (o *PrebuildDTO) GetCommitInterval() int32
GetCommitInterval returns the CommitInterval field value if set, zero value otherwise.
func (*PrebuildDTO) GetCommitIntervalOk ¶ added in v0.26.0
func (o *PrebuildDTO) GetCommitIntervalOk() (*int32, bool)
GetCommitIntervalOk returns a tuple with the CommitInterval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PrebuildDTO) GetId ¶ added in v0.26.0
func (o *PrebuildDTO) GetId() string
GetId returns the Id field value
func (*PrebuildDTO) GetIdOk ¶ added in v0.26.0
func (o *PrebuildDTO) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PrebuildDTO) GetProjectConfigName ¶ added in v0.26.0
func (o *PrebuildDTO) GetProjectConfigName() string
GetProjectConfigName returns the ProjectConfigName field value
func (*PrebuildDTO) GetProjectConfigNameOk ¶ added in v0.26.0
func (o *PrebuildDTO) GetProjectConfigNameOk() (*string, bool)
GetProjectConfigNameOk returns a tuple with the ProjectConfigName field value and a boolean to check if the value has been set.
func (*PrebuildDTO) GetRetention ¶ added in v0.26.0
func (o *PrebuildDTO) GetRetention() int32
GetRetention returns the Retention field value
func (*PrebuildDTO) GetRetentionOk ¶ added in v0.26.0
func (o *PrebuildDTO) GetRetentionOk() (*int32, bool)
GetRetentionOk returns a tuple with the Retention field value and a boolean to check if the value has been set.
func (*PrebuildDTO) GetTriggerFiles ¶ added in v0.26.0
func (o *PrebuildDTO) GetTriggerFiles() []string
GetTriggerFiles returns the TriggerFiles field value if set, zero value otherwise.
func (*PrebuildDTO) GetTriggerFilesOk ¶ added in v0.26.0
func (o *PrebuildDTO) GetTriggerFilesOk() ([]string, bool)
GetTriggerFilesOk returns a tuple with the TriggerFiles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PrebuildDTO) HasCommitInterval ¶ added in v0.26.0
func (o *PrebuildDTO) HasCommitInterval() bool
HasCommitInterval returns a boolean if a field has been set.
func (*PrebuildDTO) HasTriggerFiles ¶ added in v0.26.0
func (o *PrebuildDTO) HasTriggerFiles() bool
HasTriggerFiles returns a boolean if a field has been set.
func (PrebuildDTO) MarshalJSON ¶ added in v0.26.0
func (o PrebuildDTO) MarshalJSON() ([]byte, error)
func (*PrebuildDTO) SetBranch ¶ added in v0.26.0
func (o *PrebuildDTO) SetBranch(v string)
SetBranch sets field value
func (*PrebuildDTO) SetCommitInterval ¶ added in v0.26.0
func (o *PrebuildDTO) SetCommitInterval(v int32)
SetCommitInterval gets a reference to the given int32 and assigns it to the CommitInterval field.
func (*PrebuildDTO) SetId ¶ added in v0.26.0
func (o *PrebuildDTO) SetId(v string)
SetId sets field value
func (*PrebuildDTO) SetProjectConfigName ¶ added in v0.26.0
func (o *PrebuildDTO) SetProjectConfigName(v string)
SetProjectConfigName sets field value
func (*PrebuildDTO) SetRetention ¶ added in v0.26.0
func (o *PrebuildDTO) SetRetention(v int32)
SetRetention sets field value
func (*PrebuildDTO) SetTriggerFiles ¶ added in v0.26.0
func (o *PrebuildDTO) SetTriggerFiles(v []string)
SetTriggerFiles gets a reference to the given []string and assigns it to the TriggerFiles field.
func (PrebuildDTO) ToMap ¶ added in v0.26.0
func (o PrebuildDTO) ToMap() (map[string]interface{}, error)
func (*PrebuildDTO) UnmarshalJSON ¶ added in v0.26.0
func (o *PrebuildDTO) UnmarshalJSON(data []byte) (err error)
type ProfileAPIService ¶
type ProfileAPIService service
ProfileAPIService ProfileAPI service
func (*ProfileAPIService) DeleteProfileData ¶
func (a *ProfileAPIService) DeleteProfileData(ctx context.Context) ApiDeleteProfileDataRequest
DeleteProfileData Delete profile data
Delete profile data
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiDeleteProfileDataRequest
func (*ProfileAPIService) DeleteProfileDataExecute ¶
func (a *ProfileAPIService) DeleteProfileDataExecute(r ApiDeleteProfileDataRequest) (*http.Response, error)
Execute executes the request
func (*ProfileAPIService) GetProfileData ¶
func (a *ProfileAPIService) GetProfileData(ctx context.Context) ApiGetProfileDataRequest
GetProfileData Get profile data
Get profile data
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetProfileDataRequest
func (*ProfileAPIService) GetProfileDataExecute ¶
func (a *ProfileAPIService) GetProfileDataExecute(r ApiGetProfileDataRequest) (*ProfileData, *http.Response, error)
Execute executes the request
@return ProfileData
func (*ProfileAPIService) SetProfileData ¶
func (a *ProfileAPIService) SetProfileData(ctx context.Context) ApiSetProfileDataRequest
SetProfileData Set profile data
Set profile data
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSetProfileDataRequest
func (*ProfileAPIService) SetProfileDataExecute ¶
func (a *ProfileAPIService) SetProfileDataExecute(r ApiSetProfileDataRequest) (*http.Response, error)
Execute executes the request
type ProfileData ¶
ProfileData struct for ProfileData
func NewProfileData ¶
func NewProfileData(envVars map[string]string) *ProfileData
NewProfileData instantiates a new ProfileData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProfileDataWithDefaults ¶
func NewProfileDataWithDefaults() *ProfileData
NewProfileDataWithDefaults instantiates a new ProfileData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProfileData) GetEnvVars ¶
func (o *ProfileData) GetEnvVars() map[string]string
GetEnvVars returns the EnvVars field value
func (*ProfileData) GetEnvVarsOk ¶
func (o *ProfileData) GetEnvVarsOk() (*map[string]string, bool)
GetEnvVarsOk returns a tuple with the EnvVars field value and a boolean to check if the value has been set.
func (ProfileData) MarshalJSON ¶
func (o ProfileData) MarshalJSON() ([]byte, error)
func (*ProfileData) SetEnvVars ¶
func (o *ProfileData) SetEnvVars(v map[string]string)
SetEnvVars sets field value
func (ProfileData) ToMap ¶
func (o ProfileData) ToMap() (map[string]interface{}, error)
func (*ProfileData) UnmarshalJSON ¶ added in v0.25.0
func (o *ProfileData) UnmarshalJSON(data []byte) (err error)
type Project ¶
type Project struct { BuildConfig *BuildConfig `json:"buildConfig,omitempty"` EnvVars map[string]string `json:"envVars"` GitProviderConfigId *string `json:"gitProviderConfigId,omitempty"` Image string `json:"image"` Name string `json:"name"` Repository GitRepository `json:"repository"` State *ProjectState `json:"state,omitempty"` Target string `json:"target"` User string `json:"user"` WorkspaceId string `json:"workspaceId"` }
Project struct for Project
func NewProject ¶
func NewProject(envVars map[string]string, image string, name string, repository GitRepository, target string, user string, workspaceId string) *Project
NewProject instantiates a new Project object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProjectWithDefaults ¶
func NewProjectWithDefaults() *Project
NewProjectWithDefaults instantiates a new Project object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Project) GetBuildConfig ¶ added in v0.24.0
func (o *Project) GetBuildConfig() BuildConfig
GetBuildConfig returns the BuildConfig field value if set, zero value otherwise.
func (*Project) GetBuildConfigOk ¶ added in v0.24.0
func (o *Project) GetBuildConfigOk() (*BuildConfig, bool)
GetBuildConfigOk returns a tuple with the BuildConfig field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Project) GetEnvVars ¶ added in v0.24.0
GetEnvVars returns the EnvVars field value
func (*Project) GetEnvVarsOk ¶ added in v0.24.0
GetEnvVarsOk returns a tuple with the EnvVars field value and a boolean to check if the value has been set.
func (*Project) GetGitProviderConfigId ¶ added in v0.38.0
GetGitProviderConfigId returns the GitProviderConfigId field value if set, zero value otherwise.
func (*Project) GetGitProviderConfigIdOk ¶ added in v0.38.0
GetGitProviderConfigIdOk returns a tuple with the GitProviderConfigId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Project) GetImageOk ¶
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.
func (*Project) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Project) GetRepository ¶
func (o *Project) GetRepository() GitRepository
GetRepository returns the Repository field value
func (*Project) GetRepositoryOk ¶
func (o *Project) GetRepositoryOk() (*GitRepository, bool)
GetRepositoryOk returns a tuple with the Repository field value and a boolean to check if the value has been set.
func (*Project) GetState ¶
func (o *Project) GetState() ProjectState
GetState returns the State field value if set, zero value otherwise.
func (*Project) GetStateOk ¶
func (o *Project) GetStateOk() (*ProjectState, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Project) GetTargetOk ¶
GetTargetOk returns a tuple with the Target field value and a boolean to check if the value has been set.
func (*Project) GetUserOk ¶
GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.
func (*Project) GetWorkspaceId ¶
GetWorkspaceId returns the WorkspaceId field value
func (*Project) GetWorkspaceIdOk ¶
GetWorkspaceIdOk returns a tuple with the WorkspaceId field value and a boolean to check if the value has been set.
func (*Project) HasBuildConfig ¶ added in v0.24.0
HasBuildConfig returns a boolean if a field has been set.
func (*Project) HasGitProviderConfigId ¶ added in v0.38.0
HasGitProviderConfigId returns a boolean if a field has been set.
func (Project) MarshalJSON ¶
func (*Project) SetBuildConfig ¶ added in v0.24.0
func (o *Project) SetBuildConfig(v BuildConfig)
SetBuildConfig gets a reference to the given BuildConfig and assigns it to the BuildConfig field.
func (*Project) SetEnvVars ¶ added in v0.24.0
SetEnvVars sets field value
func (*Project) SetGitProviderConfigId ¶ added in v0.38.0
SetGitProviderConfigId gets a reference to the given string and assigns it to the GitProviderConfigId field.
func (*Project) SetRepository ¶
func (o *Project) SetRepository(v GitRepository)
SetRepository sets field value
func (*Project) SetState ¶
func (o *Project) SetState(v ProjectState)
SetState gets a reference to the given ProjectState and assigns it to the State field.
func (*Project) SetWorkspaceId ¶
SetWorkspaceId sets field value
func (*Project) UnmarshalJSON ¶ added in v0.25.0
type ProjectConfig ¶ added in v0.24.0
type ProjectConfig struct { BuildConfig *BuildConfig `json:"buildConfig,omitempty"` Default bool `json:"default"` EnvVars map[string]string `json:"envVars"` GitProviderConfigId *string `json:"gitProviderConfigId,omitempty"` Image string `json:"image"` Name string `json:"name"` Prebuilds []PrebuildConfig `json:"prebuilds,omitempty"` RepositoryUrl string `json:"repositoryUrl"` User string `json:"user"` }
ProjectConfig struct for ProjectConfig
func NewProjectConfig ¶ added in v0.24.0
func NewProjectConfig(default_ bool, envVars map[string]string, image string, name string, repositoryUrl string, user string) *ProjectConfig
NewProjectConfig instantiates a new ProjectConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProjectConfigWithDefaults ¶ added in v0.24.0
func NewProjectConfigWithDefaults() *ProjectConfig
NewProjectConfigWithDefaults instantiates a new ProjectConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProjectConfig) GetBuildConfig ¶ added in v0.24.0
func (o *ProjectConfig) GetBuildConfig() BuildConfig
GetBuildConfig returns the BuildConfig field value if set, zero value otherwise.
func (*ProjectConfig) GetBuildConfigOk ¶ added in v0.24.0
func (o *ProjectConfig) GetBuildConfigOk() (*BuildConfig, bool)
GetBuildConfigOk returns a tuple with the BuildConfig field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectConfig) GetDefault ¶ added in v0.24.0
func (o *ProjectConfig) GetDefault() bool
GetDefault returns the Default field value
func (*ProjectConfig) GetDefaultOk ¶ added in v0.24.0
func (o *ProjectConfig) GetDefaultOk() (*bool, bool)
GetDefaultOk returns a tuple with the Default field value and a boolean to check if the value has been set.
func (*ProjectConfig) GetEnvVars ¶ added in v0.24.0
func (o *ProjectConfig) GetEnvVars() map[string]string
GetEnvVars returns the EnvVars field value
func (*ProjectConfig) GetEnvVarsOk ¶ added in v0.24.0
func (o *ProjectConfig) GetEnvVarsOk() (*map[string]string, bool)
GetEnvVarsOk returns a tuple with the EnvVars field value and a boolean to check if the value has been set.
func (*ProjectConfig) GetGitProviderConfigId ¶ added in v0.38.0
func (o *ProjectConfig) GetGitProviderConfigId() string
GetGitProviderConfigId returns the GitProviderConfigId field value if set, zero value otherwise.
func (*ProjectConfig) GetGitProviderConfigIdOk ¶ added in v0.38.0
func (o *ProjectConfig) GetGitProviderConfigIdOk() (*string, bool)
GetGitProviderConfigIdOk returns a tuple with the GitProviderConfigId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectConfig) GetImage ¶ added in v0.24.0
func (o *ProjectConfig) GetImage() string
GetImage returns the Image field value
func (*ProjectConfig) GetImageOk ¶ added in v0.24.0
func (o *ProjectConfig) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.
func (*ProjectConfig) GetName ¶ added in v0.24.0
func (o *ProjectConfig) GetName() string
GetName returns the Name field value
func (*ProjectConfig) GetNameOk ¶ added in v0.24.0
func (o *ProjectConfig) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ProjectConfig) GetPrebuilds ¶ added in v0.26.0
func (o *ProjectConfig) GetPrebuilds() []PrebuildConfig
GetPrebuilds returns the Prebuilds field value if set, zero value otherwise.
func (*ProjectConfig) GetPrebuildsOk ¶ added in v0.26.0
func (o *ProjectConfig) GetPrebuildsOk() ([]PrebuildConfig, bool)
GetPrebuildsOk returns a tuple with the Prebuilds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectConfig) GetRepositoryUrl ¶ added in v0.26.0
func (o *ProjectConfig) GetRepositoryUrl() string
GetRepositoryUrl returns the RepositoryUrl field value
func (*ProjectConfig) GetRepositoryUrlOk ¶ added in v0.26.0
func (o *ProjectConfig) GetRepositoryUrlOk() (*string, bool)
GetRepositoryUrlOk returns a tuple with the RepositoryUrl field value and a boolean to check if the value has been set.
func (*ProjectConfig) GetUser ¶ added in v0.24.0
func (o *ProjectConfig) GetUser() string
GetUser returns the User field value
func (*ProjectConfig) GetUserOk ¶ added in v0.24.0
func (o *ProjectConfig) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.
func (*ProjectConfig) HasBuildConfig ¶ added in v0.24.0
func (o *ProjectConfig) HasBuildConfig() bool
HasBuildConfig returns a boolean if a field has been set.
func (*ProjectConfig) HasGitProviderConfigId ¶ added in v0.38.0
func (o *ProjectConfig) HasGitProviderConfigId() bool
HasGitProviderConfigId returns a boolean if a field has been set.
func (*ProjectConfig) HasPrebuilds ¶ added in v0.26.0
func (o *ProjectConfig) HasPrebuilds() bool
HasPrebuilds returns a boolean if a field has been set.
func (ProjectConfig) MarshalJSON ¶ added in v0.24.0
func (o ProjectConfig) MarshalJSON() ([]byte, error)
func (*ProjectConfig) SetBuildConfig ¶ added in v0.24.0
func (o *ProjectConfig) SetBuildConfig(v BuildConfig)
SetBuildConfig gets a reference to the given BuildConfig and assigns it to the BuildConfig field.
func (*ProjectConfig) SetDefault ¶ added in v0.24.0
func (o *ProjectConfig) SetDefault(v bool)
SetDefault sets field value
func (*ProjectConfig) SetEnvVars ¶ added in v0.24.0
func (o *ProjectConfig) SetEnvVars(v map[string]string)
SetEnvVars sets field value
func (*ProjectConfig) SetGitProviderConfigId ¶ added in v0.38.0
func (o *ProjectConfig) SetGitProviderConfigId(v string)
SetGitProviderConfigId gets a reference to the given string and assigns it to the GitProviderConfigId field.
func (*ProjectConfig) SetImage ¶ added in v0.24.0
func (o *ProjectConfig) SetImage(v string)
SetImage sets field value
func (*ProjectConfig) SetName ¶ added in v0.24.0
func (o *ProjectConfig) SetName(v string)
SetName sets field value
func (*ProjectConfig) SetPrebuilds ¶ added in v0.26.0
func (o *ProjectConfig) SetPrebuilds(v []PrebuildConfig)
SetPrebuilds gets a reference to the given []PrebuildConfig and assigns it to the Prebuilds field.
func (*ProjectConfig) SetRepositoryUrl ¶ added in v0.26.0
func (o *ProjectConfig) SetRepositoryUrl(v string)
SetRepositoryUrl sets field value
func (*ProjectConfig) SetUser ¶ added in v0.24.0
func (o *ProjectConfig) SetUser(v string)
SetUser sets field value
func (ProjectConfig) ToMap ¶ added in v0.24.0
func (o ProjectConfig) ToMap() (map[string]interface{}, error)
func (*ProjectConfig) UnmarshalJSON ¶ added in v0.25.0
func (o *ProjectConfig) UnmarshalJSON(data []byte) (err error)
type ProjectConfigAPIService ¶ added in v0.24.0
type ProjectConfigAPIService service
ProjectConfigAPIService ProjectConfigAPI service
func (*ProjectConfigAPIService) DeleteProjectConfig ¶ added in v0.24.0
func (a *ProjectConfigAPIService) DeleteProjectConfig(ctx context.Context, configName string) ApiDeleteProjectConfigRequest
DeleteProjectConfig Delete project config data
Delete project config data
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param configName Config name @return ApiDeleteProjectConfigRequest
func (*ProjectConfigAPIService) DeleteProjectConfigExecute ¶ added in v0.24.0
func (a *ProjectConfigAPIService) DeleteProjectConfigExecute(r ApiDeleteProjectConfigRequest) (*http.Response, error)
Execute executes the request
func (*ProjectConfigAPIService) GetDefaultProjectConfig ¶ added in v0.24.0
func (a *ProjectConfigAPIService) GetDefaultProjectConfig(ctx context.Context, gitUrl string) ApiGetDefaultProjectConfigRequest
GetDefaultProjectConfig Get project configs by git url
Get project configs by git url
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param gitUrl Git URL @return ApiGetDefaultProjectConfigRequest
func (*ProjectConfigAPIService) GetDefaultProjectConfigExecute ¶ added in v0.24.0
func (a *ProjectConfigAPIService) GetDefaultProjectConfigExecute(r ApiGetDefaultProjectConfigRequest) (*ProjectConfig, *http.Response, error)
Execute executes the request
@return ProjectConfig
func (*ProjectConfigAPIService) GetProjectConfig ¶ added in v0.24.0
func (a *ProjectConfigAPIService) GetProjectConfig(ctx context.Context, configName string) ApiGetProjectConfigRequest
GetProjectConfig Get project config data
Get project config data
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param configName Config name @return ApiGetProjectConfigRequest
func (*ProjectConfigAPIService) GetProjectConfigExecute ¶ added in v0.24.0
func (a *ProjectConfigAPIService) GetProjectConfigExecute(r ApiGetProjectConfigRequest) (*ProjectConfig, *http.Response, error)
Execute executes the request
@return ProjectConfig
func (*ProjectConfigAPIService) ListProjectConfigs ¶ added in v0.24.0
func (a *ProjectConfigAPIService) ListProjectConfigs(ctx context.Context) ApiListProjectConfigsRequest
ListProjectConfigs List project configs
List project configs
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListProjectConfigsRequest
func (*ProjectConfigAPIService) ListProjectConfigsExecute ¶ added in v0.24.0
func (a *ProjectConfigAPIService) ListProjectConfigsExecute(r ApiListProjectConfigsRequest) ([]ProjectConfig, *http.Response, error)
Execute executes the request
@return []ProjectConfig
func (*ProjectConfigAPIService) SetDefaultProjectConfig ¶ added in v0.24.0
func (a *ProjectConfigAPIService) SetDefaultProjectConfig(ctx context.Context, configName string) ApiSetDefaultProjectConfigRequest
SetDefaultProjectConfig Set project config to default
Set project config to default
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param configName Config name @return ApiSetDefaultProjectConfigRequest
func (*ProjectConfigAPIService) SetDefaultProjectConfigExecute ¶ added in v0.24.0
func (a *ProjectConfigAPIService) SetDefaultProjectConfigExecute(r ApiSetDefaultProjectConfigRequest) (*http.Response, error)
Execute executes the request
func (*ProjectConfigAPIService) SetProjectConfig ¶ added in v0.24.0
func (a *ProjectConfigAPIService) SetProjectConfig(ctx context.Context) ApiSetProjectConfigRequest
SetProjectConfig Set project config data
Set project config data
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSetProjectConfigRequest
func (*ProjectConfigAPIService) SetProjectConfigExecute ¶ added in v0.24.0
func (a *ProjectConfigAPIService) SetProjectConfigExecute(r ApiSetProjectConfigRequest) (*http.Response, error)
Execute executes the request
type ProjectDirResponse ¶ added in v0.49.0
type ProjectDirResponse struct {
Dir *string `json:"dir,omitempty"`
}
ProjectDirResponse struct for ProjectDirResponse
func NewProjectDirResponse ¶ added in v0.49.0
func NewProjectDirResponse() *ProjectDirResponse
NewProjectDirResponse instantiates a new ProjectDirResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProjectDirResponseWithDefaults ¶ added in v0.49.0
func NewProjectDirResponseWithDefaults() *ProjectDirResponse
NewProjectDirResponseWithDefaults instantiates a new ProjectDirResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProjectDirResponse) GetDir ¶ added in v0.49.0
func (o *ProjectDirResponse) GetDir() string
GetDir returns the Dir field value if set, zero value otherwise.
func (*ProjectDirResponse) GetDirOk ¶ added in v0.49.0
func (o *ProjectDirResponse) GetDirOk() (*string, bool)
GetDirOk returns a tuple with the Dir field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectDirResponse) HasDir ¶ added in v0.49.0
func (o *ProjectDirResponse) HasDir() bool
HasDir returns a boolean if a field has been set.
func (ProjectDirResponse) MarshalJSON ¶ added in v0.49.0
func (o ProjectDirResponse) MarshalJSON() ([]byte, error)
func (*ProjectDirResponse) SetDir ¶ added in v0.49.0
func (o *ProjectDirResponse) SetDir(v string)
SetDir gets a reference to the given string and assigns it to the Dir field.
func (ProjectDirResponse) ToMap ¶ added in v0.49.0
func (o ProjectDirResponse) ToMap() (map[string]interface{}, error)
type ProjectInfo ¶
type ProjectInfo struct { Created string `json:"created"` IsRunning bool `json:"isRunning"` Name string `json:"name"` ProviderMetadata *string `json:"providerMetadata,omitempty"` WorkspaceId string `json:"workspaceId"` }
ProjectInfo struct for ProjectInfo
func NewProjectInfo ¶
func NewProjectInfo(created string, isRunning bool, name string, workspaceId string) *ProjectInfo
NewProjectInfo instantiates a new ProjectInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProjectInfoWithDefaults ¶
func NewProjectInfoWithDefaults() *ProjectInfo
NewProjectInfoWithDefaults instantiates a new ProjectInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProjectInfo) GetCreated ¶
func (o *ProjectInfo) GetCreated() string
GetCreated returns the Created field value
func (*ProjectInfo) GetCreatedOk ¶
func (o *ProjectInfo) GetCreatedOk() (*string, bool)
GetCreatedOk returns a tuple with the Created field value and a boolean to check if the value has been set.
func (*ProjectInfo) GetIsRunning ¶
func (o *ProjectInfo) GetIsRunning() bool
GetIsRunning returns the IsRunning field value
func (*ProjectInfo) GetIsRunningOk ¶
func (o *ProjectInfo) GetIsRunningOk() (*bool, bool)
GetIsRunningOk returns a tuple with the IsRunning field value and a boolean to check if the value has been set.
func (*ProjectInfo) GetName ¶
func (o *ProjectInfo) GetName() string
GetName returns the Name field value
func (*ProjectInfo) GetNameOk ¶
func (o *ProjectInfo) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ProjectInfo) GetProviderMetadata ¶
func (o *ProjectInfo) GetProviderMetadata() string
GetProviderMetadata returns the ProviderMetadata field value if set, zero value otherwise.
func (*ProjectInfo) GetProviderMetadataOk ¶
func (o *ProjectInfo) GetProviderMetadataOk() (*string, bool)
GetProviderMetadataOk returns a tuple with the ProviderMetadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectInfo) GetWorkspaceId ¶
func (o *ProjectInfo) GetWorkspaceId() string
GetWorkspaceId returns the WorkspaceId field value
func (*ProjectInfo) GetWorkspaceIdOk ¶
func (o *ProjectInfo) GetWorkspaceIdOk() (*string, bool)
GetWorkspaceIdOk returns a tuple with the WorkspaceId field value and a boolean to check if the value has been set.
func (*ProjectInfo) HasProviderMetadata ¶
func (o *ProjectInfo) HasProviderMetadata() bool
HasProviderMetadata returns a boolean if a field has been set.
func (ProjectInfo) MarshalJSON ¶
func (o ProjectInfo) MarshalJSON() ([]byte, error)
func (*ProjectInfo) SetCreated ¶
func (o *ProjectInfo) SetCreated(v string)
SetCreated sets field value
func (*ProjectInfo) SetIsRunning ¶
func (o *ProjectInfo) SetIsRunning(v bool)
SetIsRunning sets field value
func (*ProjectInfo) SetProviderMetadata ¶
func (o *ProjectInfo) SetProviderMetadata(v string)
SetProviderMetadata gets a reference to the given string and assigns it to the ProviderMetadata field.
func (*ProjectInfo) SetWorkspaceId ¶
func (o *ProjectInfo) SetWorkspaceId(v string)
SetWorkspaceId sets field value
func (ProjectInfo) ToMap ¶
func (o ProjectInfo) ToMap() (map[string]interface{}, error)
func (*ProjectInfo) UnmarshalJSON ¶ added in v0.25.0
func (o *ProjectInfo) UnmarshalJSON(data []byte) (err error)
type ProjectState ¶
type ProjectState struct { GitStatus *GitStatus `json:"gitStatus,omitempty"` UpdatedAt string `json:"updatedAt"` Uptime int32 `json:"uptime"` }
ProjectState struct for ProjectState
func NewProjectState ¶
func NewProjectState(updatedAt string, uptime int32) *ProjectState
NewProjectState instantiates a new ProjectState object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProjectStateWithDefaults ¶
func NewProjectStateWithDefaults() *ProjectState
NewProjectStateWithDefaults instantiates a new ProjectState object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProjectState) GetGitStatus ¶
func (o *ProjectState) GetGitStatus() GitStatus
GetGitStatus returns the GitStatus field value if set, zero value otherwise.
func (*ProjectState) GetGitStatusOk ¶
func (o *ProjectState) GetGitStatusOk() (*GitStatus, bool)
GetGitStatusOk returns a tuple with the GitStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectState) GetUpdatedAt ¶
func (o *ProjectState) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*ProjectState) GetUpdatedAtOk ¶
func (o *ProjectState) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*ProjectState) GetUptime ¶
func (o *ProjectState) GetUptime() int32
GetUptime returns the Uptime field value
func (*ProjectState) GetUptimeOk ¶
func (o *ProjectState) GetUptimeOk() (*int32, bool)
GetUptimeOk returns a tuple with the Uptime field value and a boolean to check if the value has been set.
func (*ProjectState) HasGitStatus ¶
func (o *ProjectState) HasGitStatus() bool
HasGitStatus returns a boolean if a field has been set.
func (ProjectState) MarshalJSON ¶
func (o ProjectState) MarshalJSON() ([]byte, error)
func (*ProjectState) SetGitStatus ¶
func (o *ProjectState) SetGitStatus(v GitStatus)
SetGitStatus gets a reference to the given GitStatus and assigns it to the GitStatus field.
func (*ProjectState) SetUpdatedAt ¶
func (o *ProjectState) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (*ProjectState) SetUptime ¶
func (o *ProjectState) SetUptime(v int32)
SetUptime sets field value
func (ProjectState) ToMap ¶
func (o ProjectState) ToMap() (map[string]interface{}, error)
func (*ProjectState) UnmarshalJSON ¶ added in v0.25.0
func (o *ProjectState) UnmarshalJSON(data []byte) (err error)
type Provider ¶
type Provider struct { Label *string `json:"label,omitempty"` Name string `json:"name"` Version string `json:"version"` }
Provider struct for Provider
func NewProvider ¶
NewProvider instantiates a new Provider object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProviderWithDefaults ¶
func NewProviderWithDefaults() *Provider
NewProviderWithDefaults instantiates a new Provider object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Provider) GetLabel ¶ added in v0.38.0
GetLabel returns the Label field value if set, zero value otherwise.
func (*Provider) GetLabelOk ¶ added in v0.38.0
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Provider) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Provider) GetVersion ¶
GetVersion returns the Version field value
func (*Provider) GetVersionOk ¶
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (Provider) MarshalJSON ¶
func (*Provider) SetLabel ¶ added in v0.38.0
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*Provider) UnmarshalJSON ¶ added in v0.25.0
type ProviderAPIService ¶
type ProviderAPIService service
ProviderAPIService ProviderAPI service
func (*ProviderAPIService) GetTargetManifest ¶
func (a *ProviderAPIService) GetTargetManifest(ctx context.Context, provider string) ApiGetTargetManifestRequest
GetTargetManifest Get provider target manifest
Get provider target manifest
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param provider Provider name @return ApiGetTargetManifestRequest
func (*ProviderAPIService) GetTargetManifestExecute ¶
func (a *ProviderAPIService) GetTargetManifestExecute(r ApiGetTargetManifestRequest) (*map[string]ProviderProviderTargetProperty, *http.Response, error)
Execute executes the request
@return map[string]ProviderProviderTargetProperty
func (*ProviderAPIService) InstallProvider ¶
func (a *ProviderAPIService) InstallProvider(ctx context.Context) ApiInstallProviderRequest
InstallProvider Install a provider
Install a provider
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiInstallProviderRequest
func (*ProviderAPIService) InstallProviderExecute ¶
func (a *ProviderAPIService) InstallProviderExecute(r ApiInstallProviderRequest) (*http.Response, error)
Execute executes the request
func (*ProviderAPIService) ListProviders ¶
func (a *ProviderAPIService) ListProviders(ctx context.Context) ApiListProvidersRequest
ListProviders List providers
List providers
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListProvidersRequest
func (*ProviderAPIService) ListProvidersExecute ¶
func (a *ProviderAPIService) ListProvidersExecute(r ApiListProvidersRequest) ([]Provider, *http.Response, error)
Execute executes the request
@return []Provider
func (*ProviderAPIService) UninstallProvider ¶
func (a *ProviderAPIService) UninstallProvider(ctx context.Context, provider string) ApiUninstallProviderRequest
UninstallProvider Uninstall a provider
Uninstall a provider
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param provider Provider to uninstall @return ApiUninstallProviderRequest
func (*ProviderAPIService) UninstallProviderExecute ¶
func (a *ProviderAPIService) UninstallProviderExecute(r ApiUninstallProviderRequest) (*http.Response, error)
Execute executes the request
type ProviderProviderInfo ¶
type ProviderProviderInfo struct { Label *string `json:"label,omitempty"` Name string `json:"name"` Version string `json:"version"` }
ProviderProviderInfo struct for ProviderProviderInfo
func NewProviderProviderInfo ¶
func NewProviderProviderInfo(name string, version string) *ProviderProviderInfo
NewProviderProviderInfo instantiates a new ProviderProviderInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProviderProviderInfoWithDefaults ¶
func NewProviderProviderInfoWithDefaults() *ProviderProviderInfo
NewProviderProviderInfoWithDefaults instantiates a new ProviderProviderInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProviderProviderInfo) GetLabel ¶ added in v0.38.0
func (o *ProviderProviderInfo) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*ProviderProviderInfo) GetLabelOk ¶ added in v0.38.0
func (o *ProviderProviderInfo) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProviderProviderInfo) GetName ¶
func (o *ProviderProviderInfo) GetName() string
GetName returns the Name field value
func (*ProviderProviderInfo) GetNameOk ¶
func (o *ProviderProviderInfo) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ProviderProviderInfo) GetVersion ¶
func (o *ProviderProviderInfo) GetVersion() string
GetVersion returns the Version field value
func (*ProviderProviderInfo) GetVersionOk ¶
func (o *ProviderProviderInfo) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (*ProviderProviderInfo) HasLabel ¶ added in v0.38.0
func (o *ProviderProviderInfo) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (ProviderProviderInfo) MarshalJSON ¶
func (o ProviderProviderInfo) MarshalJSON() ([]byte, error)
func (*ProviderProviderInfo) SetLabel ¶ added in v0.38.0
func (o *ProviderProviderInfo) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*ProviderProviderInfo) SetName ¶
func (o *ProviderProviderInfo) SetName(v string)
SetName sets field value
func (*ProviderProviderInfo) SetVersion ¶
func (o *ProviderProviderInfo) SetVersion(v string)
SetVersion sets field value
func (ProviderProviderInfo) ToMap ¶
func (o ProviderProviderInfo) ToMap() (map[string]interface{}, error)
func (*ProviderProviderInfo) UnmarshalJSON ¶ added in v0.25.0
func (o *ProviderProviderInfo) UnmarshalJSON(data []byte) (err error)
type ProviderProviderTargetProperty ¶
type ProviderProviderTargetProperty struct { // DefaultValue is converted into the appropriate type based on the Type If the property is a FilePath, the DefaultValue is a path to a directory DefaultValue *string `json:"defaultValue,omitempty"` // Brief description of the property Description *string `json:"description,omitempty"` // A regex string matched with the name of the target to determine if the property should be disabled If the regex matches the target name, the property will be disabled E.g. \"^local$\" will disable the property for the local target DisabledPredicate *string `json:"disabledPredicate,omitempty"` InputMasked *bool `json:"inputMasked,omitempty"` // Options is only used if the Type is ProviderTargetPropertyTypeOption Options []string `json:"options,omitempty"` // Suggestions is an optional list of auto-complete values to assist the user while filling the field Suggestions []string `json:"suggestions,omitempty"` Type *ProviderProviderTargetPropertyType `json:"type,omitempty"` }
ProviderProviderTargetProperty struct for ProviderProviderTargetProperty
func NewProviderProviderTargetProperty ¶
func NewProviderProviderTargetProperty() *ProviderProviderTargetProperty
NewProviderProviderTargetProperty instantiates a new ProviderProviderTargetProperty object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProviderProviderTargetPropertyWithDefaults ¶
func NewProviderProviderTargetPropertyWithDefaults() *ProviderProviderTargetProperty
NewProviderProviderTargetPropertyWithDefaults instantiates a new ProviderProviderTargetProperty object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProviderProviderTargetProperty) GetDefaultValue ¶
func (o *ProviderProviderTargetProperty) GetDefaultValue() string
GetDefaultValue returns the DefaultValue field value if set, zero value otherwise.
func (*ProviderProviderTargetProperty) GetDefaultValueOk ¶
func (o *ProviderProviderTargetProperty) GetDefaultValueOk() (*string, bool)
GetDefaultValueOk returns a tuple with the DefaultValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProviderProviderTargetProperty) GetDescription ¶
func (o *ProviderProviderTargetProperty) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ProviderProviderTargetProperty) GetDescriptionOk ¶
func (o *ProviderProviderTargetProperty) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProviderProviderTargetProperty) GetDisabledPredicate ¶
func (o *ProviderProviderTargetProperty) GetDisabledPredicate() string
GetDisabledPredicate returns the DisabledPredicate field value if set, zero value otherwise.
func (*ProviderProviderTargetProperty) GetDisabledPredicateOk ¶
func (o *ProviderProviderTargetProperty) GetDisabledPredicateOk() (*string, bool)
GetDisabledPredicateOk returns a tuple with the DisabledPredicate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProviderProviderTargetProperty) GetInputMasked ¶
func (o *ProviderProviderTargetProperty) GetInputMasked() bool
GetInputMasked returns the InputMasked field value if set, zero value otherwise.
func (*ProviderProviderTargetProperty) GetInputMaskedOk ¶
func (o *ProviderProviderTargetProperty) GetInputMaskedOk() (*bool, bool)
GetInputMaskedOk returns a tuple with the InputMasked field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProviderProviderTargetProperty) GetOptions ¶
func (o *ProviderProviderTargetProperty) GetOptions() []string
GetOptions returns the Options field value if set, zero value otherwise.
func (*ProviderProviderTargetProperty) GetOptionsOk ¶
func (o *ProviderProviderTargetProperty) GetOptionsOk() ([]string, bool)
GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProviderProviderTargetProperty) GetSuggestions ¶ added in v0.31.0
func (o *ProviderProviderTargetProperty) GetSuggestions() []string
GetSuggestions returns the Suggestions field value if set, zero value otherwise.
func (*ProviderProviderTargetProperty) GetSuggestionsOk ¶ added in v0.31.0
func (o *ProviderProviderTargetProperty) GetSuggestionsOk() ([]string, bool)
GetSuggestionsOk returns a tuple with the Suggestions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProviderProviderTargetProperty) GetType ¶
func (o *ProviderProviderTargetProperty) GetType() ProviderProviderTargetPropertyType
GetType returns the Type field value if set, zero value otherwise.
func (*ProviderProviderTargetProperty) GetTypeOk ¶
func (o *ProviderProviderTargetProperty) GetTypeOk() (*ProviderProviderTargetPropertyType, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProviderProviderTargetProperty) HasDefaultValue ¶
func (o *ProviderProviderTargetProperty) HasDefaultValue() bool
HasDefaultValue returns a boolean if a field has been set.
func (*ProviderProviderTargetProperty) HasDescription ¶
func (o *ProviderProviderTargetProperty) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ProviderProviderTargetProperty) HasDisabledPredicate ¶
func (o *ProviderProviderTargetProperty) HasDisabledPredicate() bool
HasDisabledPredicate returns a boolean if a field has been set.
func (*ProviderProviderTargetProperty) HasInputMasked ¶
func (o *ProviderProviderTargetProperty) HasInputMasked() bool
HasInputMasked returns a boolean if a field has been set.
func (*ProviderProviderTargetProperty) HasOptions ¶
func (o *ProviderProviderTargetProperty) HasOptions() bool
HasOptions returns a boolean if a field has been set.
func (*ProviderProviderTargetProperty) HasSuggestions ¶ added in v0.31.0
func (o *ProviderProviderTargetProperty) HasSuggestions() bool
HasSuggestions returns a boolean if a field has been set.
func (*ProviderProviderTargetProperty) HasType ¶
func (o *ProviderProviderTargetProperty) HasType() bool
HasType returns a boolean if a field has been set.
func (ProviderProviderTargetProperty) MarshalJSON ¶
func (o ProviderProviderTargetProperty) MarshalJSON() ([]byte, error)
func (*ProviderProviderTargetProperty) SetDefaultValue ¶
func (o *ProviderProviderTargetProperty) SetDefaultValue(v string)
SetDefaultValue gets a reference to the given string and assigns it to the DefaultValue field.
func (*ProviderProviderTargetProperty) SetDescription ¶
func (o *ProviderProviderTargetProperty) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ProviderProviderTargetProperty) SetDisabledPredicate ¶
func (o *ProviderProviderTargetProperty) SetDisabledPredicate(v string)
SetDisabledPredicate gets a reference to the given string and assigns it to the DisabledPredicate field.
func (*ProviderProviderTargetProperty) SetInputMasked ¶
func (o *ProviderProviderTargetProperty) SetInputMasked(v bool)
SetInputMasked gets a reference to the given bool and assigns it to the InputMasked field.
func (*ProviderProviderTargetProperty) SetOptions ¶
func (o *ProviderProviderTargetProperty) SetOptions(v []string)
SetOptions gets a reference to the given []string and assigns it to the Options field.
func (*ProviderProviderTargetProperty) SetSuggestions ¶ added in v0.31.0
func (o *ProviderProviderTargetProperty) SetSuggestions(v []string)
SetSuggestions gets a reference to the given []string and assigns it to the Suggestions field.
func (*ProviderProviderTargetProperty) SetType ¶
func (o *ProviderProviderTargetProperty) SetType(v ProviderProviderTargetPropertyType)
SetType gets a reference to the given ProviderProviderTargetPropertyType and assigns it to the Type field.
func (ProviderProviderTargetProperty) ToMap ¶
func (o ProviderProviderTargetProperty) ToMap() (map[string]interface{}, error)
type ProviderProviderTargetPropertyType ¶
type ProviderProviderTargetPropertyType string
ProviderProviderTargetPropertyType the model 'ProviderProviderTargetPropertyType'
const ( ProviderTargetPropertyTypeString ProviderProviderTargetPropertyType = "string" ProviderTargetPropertyTypeOption ProviderProviderTargetPropertyType = "option" ProviderTargetPropertyTypeBoolean ProviderProviderTargetPropertyType = "boolean" ProviderTargetPropertyTypeInt ProviderProviderTargetPropertyType = "int" ProviderTargetPropertyTypeFloat ProviderProviderTargetPropertyType = "float" ProviderTargetPropertyTypeFilePath ProviderProviderTargetPropertyType = "file-path" )
List of provider.ProviderTargetPropertyType
func NewProviderProviderTargetPropertyTypeFromValue ¶
func NewProviderProviderTargetPropertyTypeFromValue(v string) (*ProviderProviderTargetPropertyType, error)
NewProviderProviderTargetPropertyTypeFromValue returns a pointer to a valid ProviderProviderTargetPropertyType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ProviderProviderTargetPropertyType) IsValid ¶
func (v ProviderProviderTargetPropertyType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ProviderProviderTargetPropertyType) Ptr ¶
func (v ProviderProviderTargetPropertyType) Ptr() *ProviderProviderTargetPropertyType
Ptr returns reference to provider.ProviderTargetPropertyType value
func (*ProviderProviderTargetPropertyType) UnmarshalJSON ¶
func (v *ProviderProviderTargetPropertyType) UnmarshalJSON(src []byte) error
type ProviderTarget ¶
type ProviderTarget struct { IsDefault bool `json:"isDefault"` Name string `json:"name"` // JSON encoded map of options Options string `json:"options"` ProviderInfo ProviderProviderInfo `json:"providerInfo"` }
ProviderTarget struct for ProviderTarget
func NewProviderTarget ¶
func NewProviderTarget(isDefault bool, name string, options string, providerInfo ProviderProviderInfo) *ProviderTarget
NewProviderTarget instantiates a new ProviderTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProviderTargetWithDefaults ¶
func NewProviderTargetWithDefaults() *ProviderTarget
NewProviderTargetWithDefaults instantiates a new ProviderTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProviderTarget) GetIsDefault ¶ added in v0.40.0
func (o *ProviderTarget) GetIsDefault() bool
GetIsDefault returns the IsDefault field value
func (*ProviderTarget) GetIsDefaultOk ¶ added in v0.40.0
func (o *ProviderTarget) GetIsDefaultOk() (*bool, bool)
GetIsDefaultOk returns a tuple with the IsDefault field value and a boolean to check if the value has been set.
func (*ProviderTarget) GetName ¶
func (o *ProviderTarget) GetName() string
GetName returns the Name field value
func (*ProviderTarget) GetNameOk ¶
func (o *ProviderTarget) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ProviderTarget) GetOptions ¶
func (o *ProviderTarget) GetOptions() string
GetOptions returns the Options field value
func (*ProviderTarget) GetOptionsOk ¶
func (o *ProviderTarget) GetOptionsOk() (*string, bool)
GetOptionsOk returns a tuple with the Options field value and a boolean to check if the value has been set.
func (*ProviderTarget) GetProviderInfo ¶
func (o *ProviderTarget) GetProviderInfo() ProviderProviderInfo
GetProviderInfo returns the ProviderInfo field value
func (*ProviderTarget) GetProviderInfoOk ¶
func (o *ProviderTarget) GetProviderInfoOk() (*ProviderProviderInfo, bool)
GetProviderInfoOk returns a tuple with the ProviderInfo field value and a boolean to check if the value has been set.
func (ProviderTarget) MarshalJSON ¶
func (o ProviderTarget) MarshalJSON() ([]byte, error)
func (*ProviderTarget) SetIsDefault ¶ added in v0.40.0
func (o *ProviderTarget) SetIsDefault(v bool)
SetIsDefault sets field value
func (*ProviderTarget) SetName ¶
func (o *ProviderTarget) SetName(v string)
SetName sets field value
func (*ProviderTarget) SetOptions ¶
func (o *ProviderTarget) SetOptions(v string)
SetOptions sets field value
func (*ProviderTarget) SetProviderInfo ¶
func (o *ProviderTarget) SetProviderInfo(v ProviderProviderInfo)
SetProviderInfo sets field value
func (ProviderTarget) ToMap ¶
func (o ProviderTarget) ToMap() (map[string]interface{}, error)
func (*ProviderTarget) UnmarshalJSON ¶ added in v0.25.0
func (o *ProviderTarget) UnmarshalJSON(data []byte) (err error)
type ReplaceRequest ¶ added in v0.49.0
type ReplaceRequest struct { Files []string `json:"files"` NewValue string `json:"newValue"` Pattern string `json:"pattern"` }
ReplaceRequest struct for ReplaceRequest
func NewReplaceRequest ¶ added in v0.49.0
func NewReplaceRequest(files []string, newValue string, pattern string) *ReplaceRequest
NewReplaceRequest instantiates a new ReplaceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewReplaceRequestWithDefaults ¶ added in v0.49.0
func NewReplaceRequestWithDefaults() *ReplaceRequest
NewReplaceRequestWithDefaults instantiates a new ReplaceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ReplaceRequest) GetFiles ¶ added in v0.49.0
func (o *ReplaceRequest) GetFiles() []string
GetFiles returns the Files field value
func (*ReplaceRequest) GetFilesOk ¶ added in v0.49.0
func (o *ReplaceRequest) GetFilesOk() ([]string, bool)
GetFilesOk returns a tuple with the Files field value and a boolean to check if the value has been set.
func (*ReplaceRequest) GetNewValue ¶ added in v0.49.0
func (o *ReplaceRequest) GetNewValue() string
GetNewValue returns the NewValue field value
func (*ReplaceRequest) GetNewValueOk ¶ added in v0.49.0
func (o *ReplaceRequest) GetNewValueOk() (*string, bool)
GetNewValueOk returns a tuple with the NewValue field value and a boolean to check if the value has been set.
func (*ReplaceRequest) GetPattern ¶ added in v0.49.0
func (o *ReplaceRequest) GetPattern() string
GetPattern returns the Pattern field value
func (*ReplaceRequest) GetPatternOk ¶ added in v0.49.0
func (o *ReplaceRequest) GetPatternOk() (*string, bool)
GetPatternOk returns a tuple with the Pattern field value and a boolean to check if the value has been set.
func (ReplaceRequest) MarshalJSON ¶ added in v0.49.0
func (o ReplaceRequest) MarshalJSON() ([]byte, error)
func (*ReplaceRequest) SetFiles ¶ added in v0.49.0
func (o *ReplaceRequest) SetFiles(v []string)
SetFiles sets field value
func (*ReplaceRequest) SetNewValue ¶ added in v0.49.0
func (o *ReplaceRequest) SetNewValue(v string)
SetNewValue sets field value
func (*ReplaceRequest) SetPattern ¶ added in v0.49.0
func (o *ReplaceRequest) SetPattern(v string)
SetPattern sets field value
func (ReplaceRequest) ToMap ¶ added in v0.49.0
func (o ReplaceRequest) ToMap() (map[string]interface{}, error)
func (*ReplaceRequest) UnmarshalJSON ¶ added in v0.49.0
func (o *ReplaceRequest) UnmarshalJSON(data []byte) (err error)
type ReplaceResult ¶ added in v0.49.0
type ReplaceResult struct { Error *string `json:"error,omitempty"` File *string `json:"file,omitempty"` Success *bool `json:"success,omitempty"` }
ReplaceResult struct for ReplaceResult
func NewReplaceResult ¶ added in v0.49.0
func NewReplaceResult() *ReplaceResult
NewReplaceResult instantiates a new ReplaceResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewReplaceResultWithDefaults ¶ added in v0.49.0
func NewReplaceResultWithDefaults() *ReplaceResult
NewReplaceResultWithDefaults instantiates a new ReplaceResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ReplaceResult) GetError ¶ added in v0.49.0
func (o *ReplaceResult) GetError() string
GetError returns the Error field value if set, zero value otherwise.
func (*ReplaceResult) GetErrorOk ¶ added in v0.49.0
func (o *ReplaceResult) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReplaceResult) GetFile ¶ added in v0.49.0
func (o *ReplaceResult) GetFile() string
GetFile returns the File field value if set, zero value otherwise.
func (*ReplaceResult) GetFileOk ¶ added in v0.49.0
func (o *ReplaceResult) GetFileOk() (*string, bool)
GetFileOk returns a tuple with the File field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReplaceResult) GetSuccess ¶ added in v0.49.0
func (o *ReplaceResult) GetSuccess() bool
GetSuccess returns the Success field value if set, zero value otherwise.
func (*ReplaceResult) GetSuccessOk ¶ added in v0.49.0
func (o *ReplaceResult) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReplaceResult) HasError ¶ added in v0.49.0
func (o *ReplaceResult) HasError() bool
HasError returns a boolean if a field has been set.
func (*ReplaceResult) HasFile ¶ added in v0.49.0
func (o *ReplaceResult) HasFile() bool
HasFile returns a boolean if a field has been set.
func (*ReplaceResult) HasSuccess ¶ added in v0.49.0
func (o *ReplaceResult) HasSuccess() bool
HasSuccess returns a boolean if a field has been set.
func (ReplaceResult) MarshalJSON ¶ added in v0.49.0
func (o ReplaceResult) MarshalJSON() ([]byte, error)
func (*ReplaceResult) SetError ¶ added in v0.49.0
func (o *ReplaceResult) SetError(v string)
SetError gets a reference to the given string and assigns it to the Error field.
func (*ReplaceResult) SetFile ¶ added in v0.49.0
func (o *ReplaceResult) SetFile(v string)
SetFile gets a reference to the given string and assigns it to the File field.
func (*ReplaceResult) SetSuccess ¶ added in v0.49.0
func (o *ReplaceResult) SetSuccess(v bool)
SetSuccess gets a reference to the given bool and assigns it to the Success field.
func (ReplaceResult) ToMap ¶ added in v0.49.0
func (o ReplaceResult) ToMap() (map[string]interface{}, error)
type RepositoryUrl ¶ added in v0.25.0
type RepositoryUrl struct {
Url string `json:"url"`
}
RepositoryUrl struct for RepositoryUrl
func NewRepositoryUrl ¶ added in v0.25.0
func NewRepositoryUrl(url string) *RepositoryUrl
NewRepositoryUrl instantiates a new RepositoryUrl object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRepositoryUrlWithDefaults ¶ added in v0.25.0
func NewRepositoryUrlWithDefaults() *RepositoryUrl
NewRepositoryUrlWithDefaults instantiates a new RepositoryUrl object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RepositoryUrl) GetUrl ¶ added in v0.25.0
func (o *RepositoryUrl) GetUrl() string
GetUrl returns the Url field value
func (*RepositoryUrl) GetUrlOk ¶ added in v0.25.0
func (o *RepositoryUrl) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (RepositoryUrl) MarshalJSON ¶ added in v0.25.0
func (o RepositoryUrl) MarshalJSON() ([]byte, error)
func (*RepositoryUrl) SetUrl ¶ added in v0.25.0
func (o *RepositoryUrl) SetUrl(v string)
SetUrl sets field value
func (RepositoryUrl) ToMap ¶ added in v0.25.0
func (o RepositoryUrl) ToMap() (map[string]interface{}, error)
func (*RepositoryUrl) UnmarshalJSON ¶ added in v0.25.0
func (o *RepositoryUrl) UnmarshalJSON(data []byte) (err error)
type Sample ¶ added in v0.27.0
type Sample struct { Description string `json:"description"` GitUrl string `json:"gitUrl"` Name string `json:"name"` }
Sample struct for Sample
func NewSample ¶ added in v0.27.0
NewSample instantiates a new Sample object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSampleWithDefaults ¶ added in v0.27.0
func NewSampleWithDefaults() *Sample
NewSampleWithDefaults instantiates a new Sample object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Sample) GetDescription ¶ added in v0.27.0
GetDescription returns the Description field value
func (*Sample) GetDescriptionOk ¶ added in v0.27.0
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*Sample) GetGitUrlOk ¶ added in v0.27.0
GetGitUrlOk returns a tuple with the GitUrl field value and a boolean to check if the value has been set.
func (*Sample) GetNameOk ¶ added in v0.27.0
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (Sample) MarshalJSON ¶ added in v0.27.0
func (*Sample) SetDescription ¶ added in v0.27.0
SetDescription sets field value
func (*Sample) UnmarshalJSON ¶ added in v0.27.0
type SampleAPIService ¶ added in v0.27.0
type SampleAPIService service
SampleAPIService SampleAPI service
func (*SampleAPIService) ListSamples ¶ added in v0.27.0
func (a *SampleAPIService) ListSamples(ctx context.Context) ApiListSamplesRequest
ListSamples List samples
List samples
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListSamplesRequest
func (*SampleAPIService) ListSamplesExecute ¶ added in v0.27.0
func (a *SampleAPIService) ListSamplesExecute(r ApiListSamplesRequest) ([]Sample, *http.Response, error)
Execute executes the request
@return []Sample
type SearchFilesResponse ¶ added in v0.49.0
type SearchFilesResponse struct {
Files []string `json:"files"`
}
SearchFilesResponse struct for SearchFilesResponse
func NewSearchFilesResponse ¶ added in v0.49.0
func NewSearchFilesResponse(files []string) *SearchFilesResponse
NewSearchFilesResponse instantiates a new SearchFilesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSearchFilesResponseWithDefaults ¶ added in v0.49.0
func NewSearchFilesResponseWithDefaults() *SearchFilesResponse
NewSearchFilesResponseWithDefaults instantiates a new SearchFilesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SearchFilesResponse) GetFiles ¶ added in v0.49.0
func (o *SearchFilesResponse) GetFiles() []string
GetFiles returns the Files field value
func (*SearchFilesResponse) GetFilesOk ¶ added in v0.49.0
func (o *SearchFilesResponse) GetFilesOk() ([]string, bool)
GetFilesOk returns a tuple with the Files field value and a boolean to check if the value has been set.
func (SearchFilesResponse) MarshalJSON ¶ added in v0.49.0
func (o SearchFilesResponse) MarshalJSON() ([]byte, error)
func (*SearchFilesResponse) SetFiles ¶ added in v0.49.0
func (o *SearchFilesResponse) SetFiles(v []string)
SetFiles sets field value
func (SearchFilesResponse) ToMap ¶ added in v0.49.0
func (o SearchFilesResponse) ToMap() (map[string]interface{}, error)
func (*SearchFilesResponse) UnmarshalJSON ¶ added in v0.49.0
func (o *SearchFilesResponse) UnmarshalJSON(data []byte) (err error)
type ServerAPIService ¶
type ServerAPIService service
ServerAPIService ServerAPI service
func (*ServerAPIService) GenerateNetworkKey ¶
func (a *ServerAPIService) GenerateNetworkKey(ctx context.Context) ApiGenerateNetworkKeyRequest
GenerateNetworkKey Generate a new authentication key
Generate a new authentication key
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGenerateNetworkKeyRequest
func (*ServerAPIService) GenerateNetworkKeyExecute ¶
func (a *ServerAPIService) GenerateNetworkKeyExecute(r ApiGenerateNetworkKeyRequest) (*NetworkKey, *http.Response, error)
Execute executes the request
@return NetworkKey
func (*ServerAPIService) GetConfig ¶
func (a *ServerAPIService) GetConfig(ctx context.Context) ApiGetConfigRequest
GetConfig Get the server configuration
Get the server configuration
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetConfigRequest
func (*ServerAPIService) GetConfigExecute ¶
func (a *ServerAPIService) GetConfigExecute(r ApiGetConfigRequest) (*ServerConfig, *http.Response, error)
Execute executes the request
@return ServerConfig
func (*ServerAPIService) GetServerLogFiles ¶ added in v0.47.0
func (a *ServerAPIService) GetServerLogFiles(ctx context.Context) ApiGetServerLogFilesRequest
GetServerLogFiles List server log files
List server log files
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetServerLogFilesRequest
func (*ServerAPIService) GetServerLogFilesExecute ¶ added in v0.47.0
func (a *ServerAPIService) GetServerLogFilesExecute(r ApiGetServerLogFilesRequest) ([]string, *http.Response, error)
Execute executes the request
@return []string
func (*ServerAPIService) SetConfig ¶
func (a *ServerAPIService) SetConfig(ctx context.Context) ApiSetConfigRequest
SetConfig Set the server configuration
Set the server configuration
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSetConfigRequest
func (*ServerAPIService) SetConfigExecute ¶
func (a *ServerAPIService) SetConfigExecute(r ApiSetConfigRequest) (*ServerConfig, *http.Response, error)
Execute executes the request
@return ServerConfig
type ServerConfig ¶
type ServerConfig struct { ApiPort int32 `json:"apiPort"` BinariesPath string `json:"binariesPath"` BuildImageNamespace *string `json:"buildImageNamespace,omitempty"` BuilderImage string `json:"builderImage"` BuilderRegistryServer string `json:"builderRegistryServer"` DefaultProjectImage string `json:"defaultProjectImage"` DefaultProjectUser string `json:"defaultProjectUser"` Frps *FRPSConfig `json:"frps,omitempty"` HeadscalePort int32 `json:"headscalePort"` Id string `json:"id"` LocalBuilderRegistryImage string `json:"localBuilderRegistryImage"` LocalBuilderRegistryPort int32 `json:"localBuilderRegistryPort"` LogFile LogFileConfig `json:"logFile"` ProvidersDir string `json:"providersDir"` RegistryUrl string `json:"registryUrl"` SamplesIndexUrl *string `json:"samplesIndexUrl,omitempty"` ServerDownloadUrl string `json:"serverDownloadUrl"` }
ServerConfig struct for ServerConfig
func NewServerConfig ¶
func NewServerConfig(apiPort int32, binariesPath string, builderImage string, builderRegistryServer string, defaultProjectImage string, defaultProjectUser string, headscalePort int32, id string, localBuilderRegistryImage string, localBuilderRegistryPort int32, logFile LogFileConfig, providersDir string, registryUrl string, serverDownloadUrl string) *ServerConfig
NewServerConfig instantiates a new ServerConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServerConfigWithDefaults ¶
func NewServerConfigWithDefaults() *ServerConfig
NewServerConfigWithDefaults instantiates a new ServerConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServerConfig) GetApiPort ¶
func (o *ServerConfig) GetApiPort() int32
GetApiPort returns the ApiPort field value
func (*ServerConfig) GetApiPortOk ¶
func (o *ServerConfig) GetApiPortOk() (*int32, bool)
GetApiPortOk returns a tuple with the ApiPort field value and a boolean to check if the value has been set.
func (*ServerConfig) GetBinariesPath ¶
func (o *ServerConfig) GetBinariesPath() string
GetBinariesPath returns the BinariesPath field value
func (*ServerConfig) GetBinariesPathOk ¶
func (o *ServerConfig) GetBinariesPathOk() (*string, bool)
GetBinariesPathOk returns a tuple with the BinariesPath field value and a boolean to check if the value has been set.
func (*ServerConfig) GetBuildImageNamespace ¶ added in v0.19.0
func (o *ServerConfig) GetBuildImageNamespace() string
GetBuildImageNamespace returns the BuildImageNamespace field value if set, zero value otherwise.
func (*ServerConfig) GetBuildImageNamespaceOk ¶ added in v0.19.0
func (o *ServerConfig) GetBuildImageNamespaceOk() (*string, bool)
GetBuildImageNamespaceOk returns a tuple with the BuildImageNamespace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServerConfig) GetBuilderImage ¶ added in v0.18.0
func (o *ServerConfig) GetBuilderImage() string
GetBuilderImage returns the BuilderImage field value
func (*ServerConfig) GetBuilderImageOk ¶ added in v0.18.0
func (o *ServerConfig) GetBuilderImageOk() (*string, bool)
GetBuilderImageOk returns a tuple with the BuilderImage field value and a boolean to check if the value has been set.
func (*ServerConfig) GetBuilderRegistryServer ¶ added in v0.19.0
func (o *ServerConfig) GetBuilderRegistryServer() string
GetBuilderRegistryServer returns the BuilderRegistryServer field value
func (*ServerConfig) GetBuilderRegistryServerOk ¶ added in v0.19.0
func (o *ServerConfig) GetBuilderRegistryServerOk() (*string, bool)
GetBuilderRegistryServerOk returns a tuple with the BuilderRegistryServer field value and a boolean to check if the value has been set.
func (*ServerConfig) GetDefaultProjectImage ¶
func (o *ServerConfig) GetDefaultProjectImage() string
GetDefaultProjectImage returns the DefaultProjectImage field value
func (*ServerConfig) GetDefaultProjectImageOk ¶
func (o *ServerConfig) GetDefaultProjectImageOk() (*string, bool)
GetDefaultProjectImageOk returns a tuple with the DefaultProjectImage field value and a boolean to check if the value has been set.
func (*ServerConfig) GetDefaultProjectUser ¶
func (o *ServerConfig) GetDefaultProjectUser() string
GetDefaultProjectUser returns the DefaultProjectUser field value
func (*ServerConfig) GetDefaultProjectUserOk ¶
func (o *ServerConfig) GetDefaultProjectUserOk() (*string, bool)
GetDefaultProjectUserOk returns a tuple with the DefaultProjectUser field value and a boolean to check if the value has been set.
func (*ServerConfig) GetFrps ¶
func (o *ServerConfig) GetFrps() FRPSConfig
GetFrps returns the Frps field value if set, zero value otherwise.
func (*ServerConfig) GetFrpsOk ¶
func (o *ServerConfig) GetFrpsOk() (*FRPSConfig, bool)
GetFrpsOk returns a tuple with the Frps field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServerConfig) GetHeadscalePort ¶
func (o *ServerConfig) GetHeadscalePort() int32
GetHeadscalePort returns the HeadscalePort field value
func (*ServerConfig) GetHeadscalePortOk ¶
func (o *ServerConfig) GetHeadscalePortOk() (*int32, bool)
GetHeadscalePortOk returns a tuple with the HeadscalePort field value and a boolean to check if the value has been set.
func (*ServerConfig) GetIdOk ¶
func (o *ServerConfig) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ServerConfig) GetLocalBuilderRegistryImage ¶ added in v0.23.0
func (o *ServerConfig) GetLocalBuilderRegistryImage() string
GetLocalBuilderRegistryImage returns the LocalBuilderRegistryImage field value
func (*ServerConfig) GetLocalBuilderRegistryImageOk ¶ added in v0.23.0
func (o *ServerConfig) GetLocalBuilderRegistryImageOk() (*string, bool)
GetLocalBuilderRegistryImageOk returns a tuple with the LocalBuilderRegistryImage field value and a boolean to check if the value has been set.
func (*ServerConfig) GetLocalBuilderRegistryPort ¶ added in v0.19.0
func (o *ServerConfig) GetLocalBuilderRegistryPort() int32
GetLocalBuilderRegistryPort returns the LocalBuilderRegistryPort field value
func (*ServerConfig) GetLocalBuilderRegistryPortOk ¶ added in v0.19.0
func (o *ServerConfig) GetLocalBuilderRegistryPortOk() (*int32, bool)
GetLocalBuilderRegistryPortOk returns a tuple with the LocalBuilderRegistryPort field value and a boolean to check if the value has been set.
func (*ServerConfig) GetLogFile ¶ added in v0.45.0
func (o *ServerConfig) GetLogFile() LogFileConfig
GetLogFile returns the LogFile field value
func (*ServerConfig) GetLogFileOk ¶ added in v0.45.0
func (o *ServerConfig) GetLogFileOk() (*LogFileConfig, bool)
GetLogFileOk returns a tuple with the LogFile field value and a boolean to check if the value has been set.
func (*ServerConfig) GetProvidersDir ¶
func (o *ServerConfig) GetProvidersDir() string
GetProvidersDir returns the ProvidersDir field value
func (*ServerConfig) GetProvidersDirOk ¶
func (o *ServerConfig) GetProvidersDirOk() (*string, bool)
GetProvidersDirOk returns a tuple with the ProvidersDir field value and a boolean to check if the value has been set.
func (*ServerConfig) GetRegistryUrl ¶
func (o *ServerConfig) GetRegistryUrl() string
GetRegistryUrl returns the RegistryUrl field value
func (*ServerConfig) GetRegistryUrlOk ¶
func (o *ServerConfig) GetRegistryUrlOk() (*string, bool)
GetRegistryUrlOk returns a tuple with the RegistryUrl field value and a boolean to check if the value has been set.
func (*ServerConfig) GetSamplesIndexUrl ¶ added in v0.27.0
func (o *ServerConfig) GetSamplesIndexUrl() string
GetSamplesIndexUrl returns the SamplesIndexUrl field value if set, zero value otherwise.
func (*ServerConfig) GetSamplesIndexUrlOk ¶ added in v0.27.0
func (o *ServerConfig) GetSamplesIndexUrlOk() (*string, bool)
GetSamplesIndexUrlOk returns a tuple with the SamplesIndexUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServerConfig) GetServerDownloadUrl ¶
func (o *ServerConfig) GetServerDownloadUrl() string
GetServerDownloadUrl returns the ServerDownloadUrl field value
func (*ServerConfig) GetServerDownloadUrlOk ¶
func (o *ServerConfig) GetServerDownloadUrlOk() (*string, bool)
GetServerDownloadUrlOk returns a tuple with the ServerDownloadUrl field value and a boolean to check if the value has been set.
func (*ServerConfig) HasBuildImageNamespace ¶ added in v0.19.0
func (o *ServerConfig) HasBuildImageNamespace() bool
HasBuildImageNamespace returns a boolean if a field has been set.
func (*ServerConfig) HasFrps ¶
func (o *ServerConfig) HasFrps() bool
HasFrps returns a boolean if a field has been set.
func (*ServerConfig) HasSamplesIndexUrl ¶ added in v0.27.0
func (o *ServerConfig) HasSamplesIndexUrl() bool
HasSamplesIndexUrl returns a boolean if a field has been set.
func (ServerConfig) MarshalJSON ¶
func (o ServerConfig) MarshalJSON() ([]byte, error)
func (*ServerConfig) SetApiPort ¶
func (o *ServerConfig) SetApiPort(v int32)
SetApiPort sets field value
func (*ServerConfig) SetBinariesPath ¶
func (o *ServerConfig) SetBinariesPath(v string)
SetBinariesPath sets field value
func (*ServerConfig) SetBuildImageNamespace ¶ added in v0.19.0
func (o *ServerConfig) SetBuildImageNamespace(v string)
SetBuildImageNamespace gets a reference to the given string and assigns it to the BuildImageNamespace field.
func (*ServerConfig) SetBuilderImage ¶ added in v0.18.0
func (o *ServerConfig) SetBuilderImage(v string)
SetBuilderImage sets field value
func (*ServerConfig) SetBuilderRegistryServer ¶ added in v0.19.0
func (o *ServerConfig) SetBuilderRegistryServer(v string)
SetBuilderRegistryServer sets field value
func (*ServerConfig) SetDefaultProjectImage ¶
func (o *ServerConfig) SetDefaultProjectImage(v string)
SetDefaultProjectImage sets field value
func (*ServerConfig) SetDefaultProjectUser ¶
func (o *ServerConfig) SetDefaultProjectUser(v string)
SetDefaultProjectUser sets field value
func (*ServerConfig) SetFrps ¶
func (o *ServerConfig) SetFrps(v FRPSConfig)
SetFrps gets a reference to the given FRPSConfig and assigns it to the Frps field.
func (*ServerConfig) SetHeadscalePort ¶
func (o *ServerConfig) SetHeadscalePort(v int32)
SetHeadscalePort sets field value
func (*ServerConfig) SetLocalBuilderRegistryImage ¶ added in v0.23.0
func (o *ServerConfig) SetLocalBuilderRegistryImage(v string)
SetLocalBuilderRegistryImage sets field value
func (*ServerConfig) SetLocalBuilderRegistryPort ¶ added in v0.19.0
func (o *ServerConfig) SetLocalBuilderRegistryPort(v int32)
SetLocalBuilderRegistryPort sets field value
func (*ServerConfig) SetLogFile ¶ added in v0.45.0
func (o *ServerConfig) SetLogFile(v LogFileConfig)
SetLogFile sets field value
func (*ServerConfig) SetProvidersDir ¶
func (o *ServerConfig) SetProvidersDir(v string)
SetProvidersDir sets field value
func (*ServerConfig) SetRegistryUrl ¶
func (o *ServerConfig) SetRegistryUrl(v string)
SetRegistryUrl sets field value
func (*ServerConfig) SetSamplesIndexUrl ¶ added in v0.27.0
func (o *ServerConfig) SetSamplesIndexUrl(v string)
SetSamplesIndexUrl gets a reference to the given string and assigns it to the SamplesIndexUrl field.
func (*ServerConfig) SetServerDownloadUrl ¶
func (o *ServerConfig) SetServerDownloadUrl(v string)
SetServerDownloadUrl sets field value
func (ServerConfig) ToMap ¶
func (o ServerConfig) ToMap() (map[string]interface{}, error)
func (*ServerConfig) UnmarshalJSON ¶ added in v0.25.0
func (o *ServerConfig) UnmarshalJSON(data []byte) (err error)
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type SetGitProviderConfig ¶ added in v0.25.0
type SetGitProviderConfig struct { Alias *string `json:"alias,omitempty"` BaseApiUrl *string `json:"baseApiUrl,omitempty"` Id *string `json:"id,omitempty"` ProviderId string `json:"providerId"` SigningKey *string `json:"signingKey,omitempty"` SigningMethod *SigningMethod `json:"signingMethod,omitempty"` Token string `json:"token"` Username *string `json:"username,omitempty"` }
SetGitProviderConfig struct for SetGitProviderConfig
func NewSetGitProviderConfig ¶ added in v0.25.0
func NewSetGitProviderConfig(providerId string, token string) *SetGitProviderConfig
NewSetGitProviderConfig instantiates a new SetGitProviderConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSetGitProviderConfigWithDefaults ¶ added in v0.25.0
func NewSetGitProviderConfigWithDefaults() *SetGitProviderConfig
NewSetGitProviderConfigWithDefaults instantiates a new SetGitProviderConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SetGitProviderConfig) GetAlias ¶ added in v0.38.0
func (o *SetGitProviderConfig) GetAlias() string
GetAlias returns the Alias field value if set, zero value otherwise.
func (*SetGitProviderConfig) GetAliasOk ¶ added in v0.38.0
func (o *SetGitProviderConfig) GetAliasOk() (*string, bool)
GetAliasOk returns a tuple with the Alias field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SetGitProviderConfig) GetBaseApiUrl ¶ added in v0.25.0
func (o *SetGitProviderConfig) GetBaseApiUrl() string
GetBaseApiUrl returns the BaseApiUrl field value if set, zero value otherwise.
func (*SetGitProviderConfig) GetBaseApiUrlOk ¶ added in v0.25.0
func (o *SetGitProviderConfig) GetBaseApiUrlOk() (*string, bool)
GetBaseApiUrlOk returns a tuple with the BaseApiUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SetGitProviderConfig) GetId ¶ added in v0.25.0
func (o *SetGitProviderConfig) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*SetGitProviderConfig) GetIdOk ¶ added in v0.25.0
func (o *SetGitProviderConfig) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SetGitProviderConfig) GetProviderId ¶ added in v0.38.0
func (o *SetGitProviderConfig) GetProviderId() string
GetProviderId returns the ProviderId field value
func (*SetGitProviderConfig) GetProviderIdOk ¶ added in v0.38.0
func (o *SetGitProviderConfig) GetProviderIdOk() (*string, bool)
GetProviderIdOk returns a tuple with the ProviderId field value and a boolean to check if the value has been set.
func (*SetGitProviderConfig) GetSigningKey ¶ added in v0.40.0
func (o *SetGitProviderConfig) GetSigningKey() string
GetSigningKey returns the SigningKey field value if set, zero value otherwise.
func (*SetGitProviderConfig) GetSigningKeyOk ¶ added in v0.40.0
func (o *SetGitProviderConfig) GetSigningKeyOk() (*string, bool)
GetSigningKeyOk returns a tuple with the SigningKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SetGitProviderConfig) GetSigningMethod ¶ added in v0.40.0
func (o *SetGitProviderConfig) GetSigningMethod() SigningMethod
GetSigningMethod returns the SigningMethod field value if set, zero value otherwise.
func (*SetGitProviderConfig) GetSigningMethodOk ¶ added in v0.40.0
func (o *SetGitProviderConfig) GetSigningMethodOk() (*SigningMethod, bool)
GetSigningMethodOk returns a tuple with the SigningMethod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SetGitProviderConfig) GetToken ¶ added in v0.25.0
func (o *SetGitProviderConfig) GetToken() string
GetToken returns the Token field value
func (*SetGitProviderConfig) GetTokenOk ¶ added in v0.25.0
func (o *SetGitProviderConfig) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.
func (*SetGitProviderConfig) GetUsername ¶ added in v0.25.0
func (o *SetGitProviderConfig) GetUsername() string
GetUsername returns the Username field value if set, zero value otherwise.
func (*SetGitProviderConfig) GetUsernameOk ¶ added in v0.25.0
func (o *SetGitProviderConfig) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SetGitProviderConfig) HasAlias ¶ added in v0.38.0
func (o *SetGitProviderConfig) HasAlias() bool
HasAlias returns a boolean if a field has been set.
func (*SetGitProviderConfig) HasBaseApiUrl ¶ added in v0.25.0
func (o *SetGitProviderConfig) HasBaseApiUrl() bool
HasBaseApiUrl returns a boolean if a field has been set.
func (*SetGitProviderConfig) HasId ¶ added in v0.38.0
func (o *SetGitProviderConfig) HasId() bool
HasId returns a boolean if a field has been set.
func (*SetGitProviderConfig) HasSigningKey ¶ added in v0.40.0
func (o *SetGitProviderConfig) HasSigningKey() bool
HasSigningKey returns a boolean if a field has been set.
func (*SetGitProviderConfig) HasSigningMethod ¶ added in v0.40.0
func (o *SetGitProviderConfig) HasSigningMethod() bool
HasSigningMethod returns a boolean if a field has been set.
func (*SetGitProviderConfig) HasUsername ¶ added in v0.25.0
func (o *SetGitProviderConfig) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (SetGitProviderConfig) MarshalJSON ¶ added in v0.25.0
func (o SetGitProviderConfig) MarshalJSON() ([]byte, error)
func (*SetGitProviderConfig) SetAlias ¶ added in v0.38.0
func (o *SetGitProviderConfig) SetAlias(v string)
SetAlias gets a reference to the given string and assigns it to the Alias field.
func (*SetGitProviderConfig) SetBaseApiUrl ¶ added in v0.25.0
func (o *SetGitProviderConfig) SetBaseApiUrl(v string)
SetBaseApiUrl gets a reference to the given string and assigns it to the BaseApiUrl field.
func (*SetGitProviderConfig) SetId ¶ added in v0.25.0
func (o *SetGitProviderConfig) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*SetGitProviderConfig) SetProviderId ¶ added in v0.38.0
func (o *SetGitProviderConfig) SetProviderId(v string)
SetProviderId sets field value
func (*SetGitProviderConfig) SetSigningKey ¶ added in v0.40.0
func (o *SetGitProviderConfig) SetSigningKey(v string)
SetSigningKey gets a reference to the given string and assigns it to the SigningKey field.
func (*SetGitProviderConfig) SetSigningMethod ¶ added in v0.40.0
func (o *SetGitProviderConfig) SetSigningMethod(v SigningMethod)
SetSigningMethod gets a reference to the given SigningMethod and assigns it to the SigningMethod field.
func (*SetGitProviderConfig) SetToken ¶ added in v0.25.0
func (o *SetGitProviderConfig) SetToken(v string)
SetToken sets field value
func (*SetGitProviderConfig) SetUsername ¶ added in v0.25.0
func (o *SetGitProviderConfig) SetUsername(v string)
SetUsername gets a reference to the given string and assigns it to the Username field.
func (SetGitProviderConfig) ToMap ¶ added in v0.25.0
func (o SetGitProviderConfig) ToMap() (map[string]interface{}, error)
func (*SetGitProviderConfig) UnmarshalJSON ¶ added in v0.25.0
func (o *SetGitProviderConfig) UnmarshalJSON(data []byte) (err error)
type SetProjectState ¶
type SetProjectState struct { GitStatus *GitStatus `json:"gitStatus,omitempty"` Uptime int32 `json:"uptime"` }
SetProjectState struct for SetProjectState
func NewSetProjectState ¶
func NewSetProjectState(uptime int32) *SetProjectState
NewSetProjectState instantiates a new SetProjectState object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSetProjectStateWithDefaults ¶
func NewSetProjectStateWithDefaults() *SetProjectState
NewSetProjectStateWithDefaults instantiates a new SetProjectState object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SetProjectState) GetGitStatus ¶
func (o *SetProjectState) GetGitStatus() GitStatus
GetGitStatus returns the GitStatus field value if set, zero value otherwise.
func (*SetProjectState) GetGitStatusOk ¶
func (o *SetProjectState) GetGitStatusOk() (*GitStatus, bool)
GetGitStatusOk returns a tuple with the GitStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SetProjectState) GetUptime ¶
func (o *SetProjectState) GetUptime() int32
GetUptime returns the Uptime field value
func (*SetProjectState) GetUptimeOk ¶
func (o *SetProjectState) GetUptimeOk() (*int32, bool)
GetUptimeOk returns a tuple with the Uptime field value and a boolean to check if the value has been set.
func (*SetProjectState) HasGitStatus ¶
func (o *SetProjectState) HasGitStatus() bool
HasGitStatus returns a boolean if a field has been set.
func (SetProjectState) MarshalJSON ¶
func (o SetProjectState) MarshalJSON() ([]byte, error)
func (*SetProjectState) SetGitStatus ¶
func (o *SetProjectState) SetGitStatus(v GitStatus)
SetGitStatus gets a reference to the given GitStatus and assigns it to the GitStatus field.
func (*SetProjectState) SetUptime ¶
func (o *SetProjectState) SetUptime(v int32)
SetUptime sets field value
func (SetProjectState) ToMap ¶
func (o SetProjectState) ToMap() (map[string]interface{}, error)
func (*SetProjectState) UnmarshalJSON ¶ added in v0.25.0
func (o *SetProjectState) UnmarshalJSON(data []byte) (err error)
type SigningMethod ¶ added in v0.40.0
type SigningMethod string
SigningMethod the model 'SigningMethod'
const ( SigningMethodSSH SigningMethod = "ssh" SigningMethodGPG SigningMethod = "gpg" )
List of SigningMethod
func NewSigningMethodFromValue ¶ added in v0.40.0
func NewSigningMethodFromValue(v string) (*SigningMethod, error)
NewSigningMethodFromValue returns a pointer to a valid SigningMethod for the value passed as argument, or an error if the value passed is not allowed by the enum
func (SigningMethod) IsValid ¶ added in v0.40.0
func (v SigningMethod) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (SigningMethod) Ptr ¶ added in v0.40.0
func (v SigningMethod) Ptr() *SigningMethod
Ptr returns reference to SigningMethod value
func (*SigningMethod) UnmarshalJSON ¶ added in v0.40.0
func (v *SigningMethod) UnmarshalJSON(src []byte) error
type Status ¶
type Status string
Status the model 'Status'
const ( Unmodified Status = "Unmodified" Untracked Status = "Untracked" Modified Status = "Modified" Added Status = "Added" Deleted Status = "Deleted" Renamed Status = "Renamed" Copied Status = "Copied" UpdatedButUnmerged Status = "Updated but unmerged" )
List of Status
func NewStatusFromValue ¶
NewStatusFromValue returns a pointer to a valid Status for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*Status) UnmarshalJSON ¶
type TargetAPIService ¶
type TargetAPIService service
TargetAPIService TargetAPI service
func (*TargetAPIService) ListTargets ¶
func (a *TargetAPIService) ListTargets(ctx context.Context) ApiListTargetsRequest
ListTargets List targets
List targets
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListTargetsRequest
func (*TargetAPIService) ListTargetsExecute ¶
func (a *TargetAPIService) ListTargetsExecute(r ApiListTargetsRequest) ([]ProviderTarget, *http.Response, error)
Execute executes the request
@return []ProviderTarget
func (*TargetAPIService) RemoveTarget ¶
func (a *TargetAPIService) RemoveTarget(ctx context.Context, target string) ApiRemoveTargetRequest
RemoveTarget Remove a target
Remove a target
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param target Target name @return ApiRemoveTargetRequest
func (*TargetAPIService) RemoveTargetExecute ¶
func (a *TargetAPIService) RemoveTargetExecute(r ApiRemoveTargetRequest) (*http.Response, error)
Execute executes the request
func (*TargetAPIService) SetDefaultTarget ¶ added in v0.40.0
func (a *TargetAPIService) SetDefaultTarget(ctx context.Context, target string) ApiSetDefaultTargetRequest
SetDefaultTarget Set target to default
Set target to default
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param target Target name @return ApiSetDefaultTargetRequest
func (*TargetAPIService) SetDefaultTargetExecute ¶ added in v0.40.0
func (a *TargetAPIService) SetDefaultTargetExecute(r ApiSetDefaultTargetRequest) (*http.Response, error)
Execute executes the request
func (*TargetAPIService) SetTarget ¶
func (a *TargetAPIService) SetTarget(ctx context.Context) ApiSetTargetRequest
SetTarget Set a target
Set a target
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSetTargetRequest
func (*TargetAPIService) SetTargetExecute ¶
func (a *TargetAPIService) SetTargetExecute(r ApiSetTargetRequest) (*http.Response, error)
Execute executes the request
type Workspace ¶
type Workspace struct { Id string `json:"id"` Name string `json:"name"` Projects []Project `json:"projects"` Target string `json:"target"` }
Workspace struct for Workspace
func NewWorkspace ¶
NewWorkspace instantiates a new Workspace object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkspaceWithDefaults ¶
func NewWorkspaceWithDefaults() *Workspace
NewWorkspaceWithDefaults instantiates a new Workspace object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Workspace) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Workspace) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Workspace) GetProjects ¶
GetProjects returns the Projects field value
func (*Workspace) GetProjectsOk ¶
GetProjectsOk returns a tuple with the Projects field value and a boolean to check if the value has been set.
func (*Workspace) GetTargetOk ¶
GetTargetOk returns a tuple with the Target field value and a boolean to check if the value has been set.
func (Workspace) MarshalJSON ¶
func (*Workspace) SetProjects ¶
SetProjects sets field value
func (*Workspace) UnmarshalJSON ¶ added in v0.25.0
type WorkspaceAPIService ¶
type WorkspaceAPIService service
WorkspaceAPIService WorkspaceAPI service
func (*WorkspaceAPIService) CreateWorkspace ¶
func (a *WorkspaceAPIService) CreateWorkspace(ctx context.Context) ApiCreateWorkspaceRequest
CreateWorkspace Create a workspace
Create a workspace
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateWorkspaceRequest
func (*WorkspaceAPIService) CreateWorkspaceExecute ¶
func (a *WorkspaceAPIService) CreateWorkspaceExecute(r ApiCreateWorkspaceRequest) (*Workspace, *http.Response, error)
Execute executes the request
@return Workspace
func (*WorkspaceAPIService) GetWorkspace ¶
func (a *WorkspaceAPIService) GetWorkspace(ctx context.Context, workspaceId string) ApiGetWorkspaceRequest
GetWorkspace Get workspace info
Get workspace info
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @return ApiGetWorkspaceRequest
func (*WorkspaceAPIService) GetWorkspaceExecute ¶
func (a *WorkspaceAPIService) GetWorkspaceExecute(r ApiGetWorkspaceRequest) (*WorkspaceDTO, *http.Response, error)
Execute executes the request
@return WorkspaceDTO
func (*WorkspaceAPIService) ListWorkspaces ¶
func (a *WorkspaceAPIService) ListWorkspaces(ctx context.Context) ApiListWorkspacesRequest
ListWorkspaces List workspaces
List workspaces
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListWorkspacesRequest
func (*WorkspaceAPIService) ListWorkspacesExecute ¶
func (a *WorkspaceAPIService) ListWorkspacesExecute(r ApiListWorkspacesRequest) ([]WorkspaceDTO, *http.Response, error)
Execute executes the request
@return []WorkspaceDTO
func (*WorkspaceAPIService) RemoveWorkspace ¶
func (a *WorkspaceAPIService) RemoveWorkspace(ctx context.Context, workspaceId string) ApiRemoveWorkspaceRequest
RemoveWorkspace Remove workspace
Remove workspace
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID @return ApiRemoveWorkspaceRequest
func (*WorkspaceAPIService) RemoveWorkspaceExecute ¶
func (a *WorkspaceAPIService) RemoveWorkspaceExecute(r ApiRemoveWorkspaceRequest) (*http.Response, error)
Execute executes the request
func (*WorkspaceAPIService) SetProjectState ¶
func (a *WorkspaceAPIService) SetProjectState(ctx context.Context, workspaceId string, projectId string) ApiSetProjectStateRequest
SetProjectState Set project state
Set project state
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiSetProjectStateRequest
func (*WorkspaceAPIService) SetProjectStateExecute ¶
func (a *WorkspaceAPIService) SetProjectStateExecute(r ApiSetProjectStateRequest) (*http.Response, error)
Execute executes the request
func (*WorkspaceAPIService) StartProject ¶
func (a *WorkspaceAPIService) StartProject(ctx context.Context, workspaceId string, projectId string) ApiStartProjectRequest
StartProject Start project
Start project
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiStartProjectRequest
func (*WorkspaceAPIService) StartProjectExecute ¶
func (a *WorkspaceAPIService) StartProjectExecute(r ApiStartProjectRequest) (*http.Response, error)
Execute executes the request
func (*WorkspaceAPIService) StartWorkspace ¶
func (a *WorkspaceAPIService) StartWorkspace(ctx context.Context, workspaceId string) ApiStartWorkspaceRequest
StartWorkspace Start workspace
Start workspace
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @return ApiStartWorkspaceRequest
func (*WorkspaceAPIService) StartWorkspaceExecute ¶
func (a *WorkspaceAPIService) StartWorkspaceExecute(r ApiStartWorkspaceRequest) (*http.Response, error)
Execute executes the request
func (*WorkspaceAPIService) StopProject ¶
func (a *WorkspaceAPIService) StopProject(ctx context.Context, workspaceId string, projectId string) ApiStopProjectRequest
StopProject Stop project
Stop project
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiStopProjectRequest
func (*WorkspaceAPIService) StopProjectExecute ¶
func (a *WorkspaceAPIService) StopProjectExecute(r ApiStopProjectRequest) (*http.Response, error)
Execute executes the request
func (*WorkspaceAPIService) StopWorkspace ¶
func (a *WorkspaceAPIService) StopWorkspace(ctx context.Context, workspaceId string) ApiStopWorkspaceRequest
StopWorkspace Stop workspace
Stop workspace
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @return ApiStopWorkspaceRequest
func (*WorkspaceAPIService) StopWorkspaceExecute ¶
func (a *WorkspaceAPIService) StopWorkspaceExecute(r ApiStopWorkspaceRequest) (*http.Response, error)
Execute executes the request
type WorkspaceDTO ¶
type WorkspaceDTO struct { Id string `json:"id"` Info *WorkspaceInfo `json:"info,omitempty"` Name string `json:"name"` Projects []Project `json:"projects"` Target string `json:"target"` }
WorkspaceDTO struct for WorkspaceDTO
func NewWorkspaceDTO ¶
func NewWorkspaceDTO(id string, name string, projects []Project, target string) *WorkspaceDTO
NewWorkspaceDTO instantiates a new WorkspaceDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkspaceDTOWithDefaults ¶
func NewWorkspaceDTOWithDefaults() *WorkspaceDTO
NewWorkspaceDTOWithDefaults instantiates a new WorkspaceDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkspaceDTO) GetIdOk ¶
func (o *WorkspaceDTO) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*WorkspaceDTO) GetInfo ¶
func (o *WorkspaceDTO) GetInfo() WorkspaceInfo
GetInfo returns the Info field value if set, zero value otherwise.
func (*WorkspaceDTO) GetInfoOk ¶
func (o *WorkspaceDTO) GetInfoOk() (*WorkspaceInfo, bool)
GetInfoOk returns a tuple with the Info field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceDTO) GetName ¶
func (o *WorkspaceDTO) GetName() string
GetName returns the Name field value
func (*WorkspaceDTO) GetNameOk ¶
func (o *WorkspaceDTO) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*WorkspaceDTO) GetProjects ¶
func (o *WorkspaceDTO) GetProjects() []Project
GetProjects returns the Projects field value
func (*WorkspaceDTO) GetProjectsOk ¶
func (o *WorkspaceDTO) GetProjectsOk() ([]Project, bool)
GetProjectsOk returns a tuple with the Projects field value and a boolean to check if the value has been set.
func (*WorkspaceDTO) GetTarget ¶
func (o *WorkspaceDTO) GetTarget() string
GetTarget returns the Target field value
func (*WorkspaceDTO) GetTargetOk ¶
func (o *WorkspaceDTO) GetTargetOk() (*string, bool)
GetTargetOk returns a tuple with the Target field value and a boolean to check if the value has been set.
func (*WorkspaceDTO) HasInfo ¶
func (o *WorkspaceDTO) HasInfo() bool
HasInfo returns a boolean if a field has been set.
func (WorkspaceDTO) MarshalJSON ¶
func (o WorkspaceDTO) MarshalJSON() ([]byte, error)
func (*WorkspaceDTO) SetInfo ¶
func (o *WorkspaceDTO) SetInfo(v WorkspaceInfo)
SetInfo gets a reference to the given WorkspaceInfo and assigns it to the Info field.
func (*WorkspaceDTO) SetProjects ¶
func (o *WorkspaceDTO) SetProjects(v []Project)
SetProjects sets field value
func (*WorkspaceDTO) SetTarget ¶
func (o *WorkspaceDTO) SetTarget(v string)
SetTarget sets field value
func (WorkspaceDTO) ToMap ¶
func (o WorkspaceDTO) ToMap() (map[string]interface{}, error)
func (*WorkspaceDTO) UnmarshalJSON ¶ added in v0.25.0
func (o *WorkspaceDTO) UnmarshalJSON(data []byte) (err error)
type WorkspaceInfo ¶
type WorkspaceInfo struct { Name string `json:"name"` Projects []ProjectInfo `json:"projects"` ProviderMetadata *string `json:"providerMetadata,omitempty"` }
WorkspaceInfo struct for WorkspaceInfo
func NewWorkspaceInfo ¶
func NewWorkspaceInfo(name string, projects []ProjectInfo) *WorkspaceInfo
NewWorkspaceInfo instantiates a new WorkspaceInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkspaceInfoWithDefaults ¶
func NewWorkspaceInfoWithDefaults() *WorkspaceInfo
NewWorkspaceInfoWithDefaults instantiates a new WorkspaceInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkspaceInfo) GetName ¶
func (o *WorkspaceInfo) GetName() string
GetName returns the Name field value
func (*WorkspaceInfo) GetNameOk ¶
func (o *WorkspaceInfo) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*WorkspaceInfo) GetProjects ¶
func (o *WorkspaceInfo) GetProjects() []ProjectInfo
GetProjects returns the Projects field value
func (*WorkspaceInfo) GetProjectsOk ¶
func (o *WorkspaceInfo) GetProjectsOk() ([]ProjectInfo, bool)
GetProjectsOk returns a tuple with the Projects field value and a boolean to check if the value has been set.
func (*WorkspaceInfo) GetProviderMetadata ¶
func (o *WorkspaceInfo) GetProviderMetadata() string
GetProviderMetadata returns the ProviderMetadata field value if set, zero value otherwise.
func (*WorkspaceInfo) GetProviderMetadataOk ¶
func (o *WorkspaceInfo) GetProviderMetadataOk() (*string, bool)
GetProviderMetadataOk returns a tuple with the ProviderMetadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceInfo) HasProviderMetadata ¶
func (o *WorkspaceInfo) HasProviderMetadata() bool
HasProviderMetadata returns a boolean if a field has been set.
func (WorkspaceInfo) MarshalJSON ¶
func (o WorkspaceInfo) MarshalJSON() ([]byte, error)
func (*WorkspaceInfo) SetProjects ¶
func (o *WorkspaceInfo) SetProjects(v []ProjectInfo)
SetProjects sets field value
func (*WorkspaceInfo) SetProviderMetadata ¶
func (o *WorkspaceInfo) SetProviderMetadata(v string)
SetProviderMetadata gets a reference to the given string and assigns it to the ProviderMetadata field.
func (WorkspaceInfo) ToMap ¶
func (o WorkspaceInfo) ToMap() (map[string]interface{}, error)
func (*WorkspaceInfo) UnmarshalJSON ¶ added in v0.25.0
func (o *WorkspaceInfo) UnmarshalJSON(data []byte) (err error)
type WorkspaceToolboxAPIService ¶ added in v0.49.0
type WorkspaceToolboxAPIService service
WorkspaceToolboxAPIService WorkspaceToolboxAPI service
func (*WorkspaceToolboxAPIService) FsCreateFolder ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) FsCreateFolder(ctx context.Context, workspaceId string, projectId string) ApiFsCreateFolderRequest
FsCreateFolder Create folder
Create folder inside workspace project
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiFsCreateFolderRequest
func (*WorkspaceToolboxAPIService) FsCreateFolderExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) FsCreateFolderExecute(r ApiFsCreateFolderRequest) (*http.Response, error)
Execute executes the request
func (*WorkspaceToolboxAPIService) FsDeleteFile ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) FsDeleteFile(ctx context.Context, workspaceId string, projectId string) ApiFsDeleteFileRequest
FsDeleteFile Delete file
Delete file inside workspace project
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiFsDeleteFileRequest
func (*WorkspaceToolboxAPIService) FsDeleteFileExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) FsDeleteFileExecute(r ApiFsDeleteFileRequest) (*http.Response, error)
Execute executes the request
func (*WorkspaceToolboxAPIService) FsDownloadFile ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) FsDownloadFile(ctx context.Context, workspaceId string, projectId string) ApiFsDownloadFileRequest
FsDownloadFile Download file
Download file from workspace project
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiFsDownloadFileRequest
func (*WorkspaceToolboxAPIService) FsDownloadFileExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) FsDownloadFileExecute(r ApiFsDownloadFileRequest) (*os.File, *http.Response, error)
Execute executes the request
@return *os.File
func (*WorkspaceToolboxAPIService) FsFindInFiles ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) FsFindInFiles(ctx context.Context, workspaceId string, projectId string) ApiFsFindInFilesRequest
FsFindInFiles Search for text/pattern in files
Search for text/pattern inside workspace project files
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiFsFindInFilesRequest
func (*WorkspaceToolboxAPIService) FsFindInFilesExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) FsFindInFilesExecute(r ApiFsFindInFilesRequest) ([]Match, *http.Response, error)
Execute executes the request
@return []Match
func (*WorkspaceToolboxAPIService) FsGetFileDetails ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) FsGetFileDetails(ctx context.Context, workspaceId string, projectId string) ApiFsGetFileDetailsRequest
FsGetFileDetails Get file info
Get file info inside workspace project
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiFsGetFileDetailsRequest
func (*WorkspaceToolboxAPIService) FsGetFileDetailsExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) FsGetFileDetailsExecute(r ApiFsGetFileDetailsRequest) (*FileInfo, *http.Response, error)
Execute executes the request
@return FileInfo
func (*WorkspaceToolboxAPIService) FsListFiles ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) FsListFiles(ctx context.Context, workspaceId string, projectId string) ApiFsListFilesRequest
FsListFiles List files
List files inside workspace project
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiFsListFilesRequest
func (*WorkspaceToolboxAPIService) FsListFilesExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) FsListFilesExecute(r ApiFsListFilesRequest) ([]FileInfo, *http.Response, error)
Execute executes the request
@return []FileInfo
func (*WorkspaceToolboxAPIService) FsMoveFile ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) FsMoveFile(ctx context.Context, workspaceId string, projectId string) ApiFsMoveFileRequest
FsMoveFile Create folder
Create folder inside workspace project
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiFsMoveFileRequest
func (*WorkspaceToolboxAPIService) FsMoveFileExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) FsMoveFileExecute(r ApiFsMoveFileRequest) (*http.Response, error)
Execute executes the request
func (*WorkspaceToolboxAPIService) FsReplaceInFiles ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) FsReplaceInFiles(ctx context.Context, workspaceId string, projectId string) ApiFsReplaceInFilesRequest
FsReplaceInFiles Repleace text/pattern in files
Repleace text/pattern in mutilple files inside workspace project
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiFsReplaceInFilesRequest
func (*WorkspaceToolboxAPIService) FsReplaceInFilesExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) FsReplaceInFilesExecute(r ApiFsReplaceInFilesRequest) ([]ReplaceResult, *http.Response, error)
Execute executes the request
@return []ReplaceResult
func (*WorkspaceToolboxAPIService) FsSearchFiles ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) FsSearchFiles(ctx context.Context, workspaceId string, projectId string) ApiFsSearchFilesRequest
FsSearchFiles Search for files
Search for files inside workspace project
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiFsSearchFilesRequest
func (*WorkspaceToolboxAPIService) FsSearchFilesExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) FsSearchFilesExecute(r ApiFsSearchFilesRequest) (*SearchFilesResponse, *http.Response, error)
Execute executes the request
@return SearchFilesResponse
func (*WorkspaceToolboxAPIService) FsSetFilePermissions ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) FsSetFilePermissions(ctx context.Context, workspaceId string, projectId string) ApiFsSetFilePermissionsRequest
FsSetFilePermissions Set file owner/group/permissions
Set file owner/group/permissions inside workspace project
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiFsSetFilePermissionsRequest
func (*WorkspaceToolboxAPIService) FsSetFilePermissionsExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) FsSetFilePermissionsExecute(r ApiFsSetFilePermissionsRequest) (*http.Response, error)
Execute executes the request
func (*WorkspaceToolboxAPIService) FsUploadFile ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) FsUploadFile(ctx context.Context, workspaceId string, projectId string) ApiFsUploadFileRequest
FsUploadFile Upload file
Upload file inside workspace project
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiFsUploadFileRequest
func (*WorkspaceToolboxAPIService) FsUploadFileExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) FsUploadFileExecute(r ApiFsUploadFileRequest) (*http.Response, error)
Execute executes the request
func (*WorkspaceToolboxAPIService) GetProjectDir ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) GetProjectDir(ctx context.Context, workspaceId string, projectId string) ApiGetProjectDirRequest
GetProjectDir Get project dir
Get project directory
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiGetProjectDirRequest
func (*WorkspaceToolboxAPIService) GetProjectDirExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) GetProjectDirExecute(r ApiGetProjectDirRequest) (*ProjectDirResponse, *http.Response, error)
Execute executes the request
@return ProjectDirResponse
func (*WorkspaceToolboxAPIService) GitAddFiles ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) GitAddFiles(ctx context.Context, workspaceId string, projectId string) ApiGitAddFilesRequest
GitAddFiles Add files
Add files to git commit
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiGitAddFilesRequest
func (*WorkspaceToolboxAPIService) GitAddFilesExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) GitAddFilesExecute(r ApiGitAddFilesRequest) (*http.Response, error)
Execute executes the request
func (*WorkspaceToolboxAPIService) GitBranchList ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) GitBranchList(ctx context.Context, workspaceId string, projectId string) ApiGitBranchListRequest
GitBranchList Get branch list
Get branch list from git repository inside workspace project
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiGitBranchListRequest
func (*WorkspaceToolboxAPIService) GitBranchListExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) GitBranchListExecute(r ApiGitBranchListRequest) (*ListBranchResponse, *http.Response, error)
Execute executes the request
@return ListBranchResponse
func (*WorkspaceToolboxAPIService) GitCloneRepository ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) GitCloneRepository(ctx context.Context, workspaceId string, projectId string) ApiGitCloneRepositoryRequest
GitCloneRepository Clone git repository
Clone git repository inside workspace project
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiGitCloneRepositoryRequest
func (*WorkspaceToolboxAPIService) GitCloneRepositoryExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) GitCloneRepositoryExecute(r ApiGitCloneRepositoryRequest) (*http.Response, error)
Execute executes the request
func (*WorkspaceToolboxAPIService) GitCommitChanges ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) GitCommitChanges(ctx context.Context, workspaceId string, projectId string) ApiGitCommitChangesRequest
GitCommitChanges Commit changes
Commit changes to git repository inside workspace project
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiGitCommitChangesRequest
func (*WorkspaceToolboxAPIService) GitCommitChangesExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) GitCommitChangesExecute(r ApiGitCommitChangesRequest) (*GitCommitResponse, *http.Response, error)
Execute executes the request
@return GitCommitResponse
func (*WorkspaceToolboxAPIService) GitCommitHistory ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) GitCommitHistory(ctx context.Context, workspaceId string, projectId string) ApiGitCommitHistoryRequest
GitCommitHistory Get commit history
Get commit history from git repository inside workspace project
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiGitCommitHistoryRequest
func (*WorkspaceToolboxAPIService) GitCommitHistoryExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) GitCommitHistoryExecute(r ApiGitCommitHistoryRequest) ([]GitCommitInfo, *http.Response, error)
Execute executes the request
@return []GitCommitInfo
func (*WorkspaceToolboxAPIService) GitCreateBranch ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) GitCreateBranch(ctx context.Context, workspaceId string, projectId string) ApiGitCreateBranchRequest
GitCreateBranch Create branch
Create branch on git repository inside workspace project
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiGitCreateBranchRequest
func (*WorkspaceToolboxAPIService) GitCreateBranchExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) GitCreateBranchExecute(r ApiGitCreateBranchRequest) (*http.Response, error)
Execute executes the request
func (*WorkspaceToolboxAPIService) GitGitStatus ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) GitGitStatus(ctx context.Context, workspaceId string, projectId string) ApiGitGitStatusRequest
GitGitStatus Get git status
Get status from git repository inside workspace project
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiGitGitStatusRequest
func (*WorkspaceToolboxAPIService) GitGitStatusExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) GitGitStatusExecute(r ApiGitGitStatusRequest) (*GitStatus, *http.Response, error)
Execute executes the request
@return GitStatus
func (*WorkspaceToolboxAPIService) GitPullChanges ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) GitPullChanges(ctx context.Context, workspaceId string, projectId string) ApiGitPullChangesRequest
GitPullChanges Pull changes
Pull changes from remote to git repository inside workspace project
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiGitPullChangesRequest
func (*WorkspaceToolboxAPIService) GitPullChangesExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) GitPullChangesExecute(r ApiGitPullChangesRequest) (*http.Response, error)
Execute executes the request
func (*WorkspaceToolboxAPIService) GitPushChanges ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) GitPushChanges(ctx context.Context, workspaceId string, projectId string) ApiGitPushChangesRequest
GitPushChanges Push changes
Push changes to remote from git repository inside workspace project
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiGitPushChangesRequest
func (*WorkspaceToolboxAPIService) GitPushChangesExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) GitPushChangesExecute(r ApiGitPushChangesRequest) (*http.Response, error)
Execute executes the request
func (*WorkspaceToolboxAPIService) LspCompletions ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) LspCompletions(ctx context.Context, workspaceId string, projectId string) ApiLspCompletionsRequest
LspCompletions Get Lsp Completions
The Completion request is sent from the client to the server to compute completion items at a given cursor position.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiLspCompletionsRequest
func (*WorkspaceToolboxAPIService) LspCompletionsExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) LspCompletionsExecute(r ApiLspCompletionsRequest) (*CompletionList, *http.Response, error)
Execute executes the request
@return CompletionList
func (*WorkspaceToolboxAPIService) LspDidClose ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) LspDidClose(ctx context.Context, workspaceId string, projectId string) ApiLspDidCloseRequest
LspDidClose Call Lsp DidClose
The document close notification is sent from the client to the server when the document got closed in the client.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiLspDidCloseRequest
func (*WorkspaceToolboxAPIService) LspDidCloseExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) LspDidCloseExecute(r ApiLspDidCloseRequest) (*http.Response, error)
Execute executes the request
func (*WorkspaceToolboxAPIService) LspDidOpen ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) LspDidOpen(ctx context.Context, workspaceId string, projectId string) ApiLspDidOpenRequest
LspDidOpen Call Lsp DidOpen
The document open notification is sent from the client to the server to signal newly opened text documents.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiLspDidOpenRequest
func (*WorkspaceToolboxAPIService) LspDidOpenExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) LspDidOpenExecute(r ApiLspDidOpenRequest) (*http.Response, error)
Execute executes the request
func (*WorkspaceToolboxAPIService) LspDocumentSymbols ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) LspDocumentSymbols(ctx context.Context, workspaceId string, projectId string) ApiLspDocumentSymbolsRequest
LspDocumentSymbols Call Lsp DocumentSymbols
The document symbol request is sent from the client to the server.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiLspDocumentSymbolsRequest
func (*WorkspaceToolboxAPIService) LspDocumentSymbolsExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) LspDocumentSymbolsExecute(r ApiLspDocumentSymbolsRequest) ([]LspSymbol, *http.Response, error)
Execute executes the request
@return []LspSymbol
func (*WorkspaceToolboxAPIService) LspStart ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) LspStart(ctx context.Context, workspaceId string, projectId string) ApiLspStartRequest
LspStart Start Lsp server
Start Lsp server process inside workspace project
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiLspStartRequest
func (*WorkspaceToolboxAPIService) LspStartExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) LspStartExecute(r ApiLspStartRequest) (*http.Response, error)
Execute executes the request
func (*WorkspaceToolboxAPIService) LspStop ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) LspStop(ctx context.Context, workspaceId string, projectId string) ApiLspStopRequest
LspStop Stop Lsp server
Stop Lsp server process inside workspace project
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiLspStopRequest
func (*WorkspaceToolboxAPIService) LspStopExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) LspStopExecute(r ApiLspStopRequest) (*http.Response, error)
Execute executes the request
func (*WorkspaceToolboxAPIService) LspWorkspaceSymbols ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) LspWorkspaceSymbols(ctx context.Context, workspaceId string, projectId string) ApiLspWorkspaceSymbolsRequest
LspWorkspaceSymbols Call Lsp WorkspaceSymbols
The workspace symbol request is sent from the client to the server to list project-wide symbols matching the query string.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiLspWorkspaceSymbolsRequest
func (*WorkspaceToolboxAPIService) LspWorkspaceSymbolsExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) LspWorkspaceSymbolsExecute(r ApiLspWorkspaceSymbolsRequest) ([]LspSymbol, *http.Response, error)
Execute executes the request
@return []LspSymbol
func (*WorkspaceToolboxAPIService) ProcessExecuteCommand ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) ProcessExecuteCommand(ctx context.Context, workspaceId string, projectId string) ApiProcessExecuteCommandRequest
ProcessExecuteCommand Execute command
Execute command synchronously inside workspace project
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID or Name @param projectId Project ID @return ApiProcessExecuteCommandRequest
func (*WorkspaceToolboxAPIService) ProcessExecuteCommandExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) ProcessExecuteCommandExecute(r ApiProcessExecuteCommandRequest) (*ExecuteResponse, *http.Response, error)
Execute executes the request
@return ExecuteResponse
Source Files ¶
- api_api_key.go
- api_build.go
- api_container_registry.go
- api_default.go
- api_git_provider.go
- api_prebuild.go
- api_profile.go
- api_project_config.go
- api_provider.go
- api_sample.go
- api_server.go
- api_target.go
- api_workspace.go
- api_workspace_toolbox.go
- client.go
- configuration.go
- model_api_key.go
- model_apikey_api_key_type.go
- model_build.go
- model_build_build_state.go
- model_build_config.go
- model_cached_build.go
- model_clone_target.go
- model_completion_context.go
- model_completion_item.go
- model_completion_list.go
- model_container_config.go
- model_container_registry.go
- model_create_build_dto.go
- model_create_prebuild_dto.go
- model_create_project_config_dto.go
- model_create_project_dto.go
- model_create_project_source_dto.go
- model_create_provider_target_dto.go
- model_create_workspace_dto.go
- model_devcontainer_config.go
- model_execute_request.go
- model_execute_response.go
- model_file_info.go
- model_file_status.go
- model_frps_config.go
- model_get_repository_context.go
- model_git_add_request.go
- model_git_branch.go
- model_git_branch_request.go
- model_git_clone_request.go
- model_git_commit_info.go
- model_git_commit_request.go
- model_git_commit_response.go
- model_git_namespace.go
- model_git_provider.go
- model_git_pull_request.go
- model_git_repo_request.go
- model_git_repository.go
- model_git_status.go
- model_git_user.go
- model_install_provider_request.go
- model_list_branch_response.go
- model_log_file_config.go
- model_lsp_completion_params.go
- model_lsp_document_request.go
- model_lsp_location.go
- model_lsp_position.go
- model_lsp_range.go
- model_lsp_server_request.go
- model_lsp_symbol.go
- model_match.go
- model_network_key.go
- model_position.go
- model_prebuild_config.go
- model_prebuild_dto.go
- model_profile_data.go
- model_project.go
- model_project_config.go
- model_project_dir_response.go
- model_project_info.go
- model_project_state.go
- model_provider.go
- model_provider_provider_info.go
- model_provider_provider_target_property.go
- model_provider_provider_target_property_type.go
- model_provider_target.go
- model_replace_request.go
- model_replace_result.go
- model_repository_url.go
- model_sample.go
- model_search_files_response.go
- model_server_config.go
- model_set_git_provider_config.go
- model_set_project_state.go
- model_signing_method.go
- model_status.go
- model_workspace.go
- model_workspace_dto.go
- model_workspace_info.go
- response.go
- utils.go