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 ApiCreateApiKeyRequest
- type ApiCreateBuildRequest
- type ApiCreateNetworkKeyRequest
- type ApiCreateRunnerRequest
- type ApiCreateSessionRequest
- type ApiCreateTargetConfigRequest
- type ApiCreateTargetRequest
- type ApiCreateWorkspaceRequest
- type ApiDeleteAllBuildsRequest
- type ApiDeleteApiKeyRequest
- type ApiDeleteBuildRequest
- type ApiDeleteBuildsFromPrebuildRequest
- type ApiDeleteEnvironmentVariableRequest
- type ApiDeleteGitProviderRequest
- type ApiDeletePrebuildRequest
- type ApiDeleteRunnerRequest
- type ApiDeleteSessionRequest
- type ApiDeleteTargetConfigRequest
- type ApiDeleteTargetRequest
- type ApiDeleteWorkspaceRequest
- type ApiDeleteWorkspaceTemplateRequest
- type ApiFindBuildRequest
- type ApiFindContainerRegistryRequest
- type ApiFindGitProviderIdForUrlRequest
- type ApiFindGitProviderRequest
- type ApiFindPrebuildRequest
- type ApiFindRunnerRequest
- type ApiFindTargetRequest
- type ApiFindWorkspaceRequest
- type ApiFindWorkspaceTemplateRequest
- 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 ApiGetConfigRequest
- type ApiGetDefaultWorkspaceTemplateRequest
- type ApiGetGitContextRequest
- type ApiGetGitUserRequest
- type ApiGetNamespacesRequest
- type ApiGetRepoBranchesRequest
- type ApiGetRepoPRsRequest
- type ApiGetRepositoriesRequest
- type ApiGetRunnerProvidersRequest
- type ApiGetServerLogFilesRequest
- type ApiGetSessionCommandLogsRequest
- type ApiGetTargetStateRequest
- type ApiGetUrlFromRepositoryRequest
- type ApiGetWorkspaceDirRequest
- type ApiGetWorkspaceStateRequest
- type ApiGitAddFilesRequest
- type ApiGitBranchListRequest
- type ApiGitCloneRepositoryRequest
- type ApiGitCommitChangesRequest
- type ApiGitCommitHistoryRequest
- type ApiGitCreateBranchRequest
- type ApiGitGitStatusRequest
- type ApiGitPullChangesRequest
- type ApiGitPushChangesRequest
- type ApiHandleSuccessfulCreationRequest
- type ApiHealthCheckRequest
- type ApiInstallProviderRequest
- type ApiKeyAPIService
- func (a *ApiKeyAPIService) CreateApiKey(ctx context.Context, apiKeyName string) ApiCreateApiKeyRequest
- func (a *ApiKeyAPIService) CreateApiKeyExecute(r ApiCreateApiKeyRequest) (string, *http.Response, error)
- func (a *ApiKeyAPIService) DeleteApiKey(ctx context.Context, apiKeyName string) ApiDeleteApiKeyRequest
- func (a *ApiKeyAPIService) DeleteApiKeyExecute(r ApiDeleteApiKeyRequest) (*http.Response, error)
- func (a *ApiKeyAPIService) ListClientApiKeys(ctx context.Context) ApiListClientApiKeysRequest
- func (a *ApiKeyAPIService) ListClientApiKeysExecute(r ApiListClientApiKeysRequest) ([]ApiKeyViewDTO, *http.Response, error)
- type ApiKeyViewDTO
- func (o *ApiKeyViewDTO) GetCurrent() bool
- func (o *ApiKeyViewDTO) GetCurrentOk() (*bool, bool)
- func (o *ApiKeyViewDTO) GetName() string
- func (o *ApiKeyViewDTO) GetNameOk() (*string, bool)
- func (o *ApiKeyViewDTO) GetType() ModelsApiKeyType
- func (o *ApiKeyViewDTO) GetTypeOk() (*ModelsApiKeyType, bool)
- func (o ApiKeyViewDTO) MarshalJSON() ([]byte, error)
- func (o *ApiKeyViewDTO) SetCurrent(v bool)
- func (o *ApiKeyViewDTO) SetName(v string)
- func (o *ApiKeyViewDTO) SetType(v ModelsApiKeyType)
- func (o ApiKeyViewDTO) ToMap() (map[string]interface{}, error)
- func (o *ApiKeyViewDTO) UnmarshalJSON(data []byte) (err error)
- type ApiListBuildsRequest
- type ApiListClientApiKeysRequest
- type ApiListEnvironmentVariablesRequest
- type ApiListGitProvidersForUrlRequest
- type ApiListGitProvidersRequest
- type ApiListJobsRequest
- func (r ApiListJobsRequest) Actions(actions []string) ApiListJobsRequest
- func (r ApiListJobsRequest) Execute() ([]Job, *http.Response, error)
- func (r ApiListJobsRequest) ResourceId(resourceId string) ApiListJobsRequest
- func (r ApiListJobsRequest) ResourceType(resourceType string) ApiListJobsRequest
- func (r ApiListJobsRequest) States(states []string) ApiListJobsRequest
- type ApiListPrebuildsForWorkspaceTemplateRequest
- type ApiListPrebuildsRequest
- type ApiListProvidersForInstallRequest
- type ApiListProvidersRequest
- type ApiListRunnerJobsRequest
- type ApiListRunnersRequest
- type ApiListSamplesRequest
- type ApiListSessionsRequest
- type ApiListSuccessfulBuildsRequest
- type ApiListTargetConfigsRequest
- type ApiListTargetsRequest
- type ApiListWorkspaceTemplatesRequest
- 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 ApiRestartTargetRequest
- type ApiRestartWorkspaceRequest
- type ApiSaveConfigRequest
- type ApiSaveEnvironmentVariableRequest
- type ApiSaveGitProviderRequest
- type ApiSavePrebuildRequest
- type ApiSaveWorkspaceTemplateRequest
- type ApiSessionExecuteCommandRequest
- type ApiSetDefaultTargetRequest
- type ApiSetDefaultWorkspaceTemplateRequest
- type ApiStartTargetRequest
- type ApiStartWorkspaceRequest
- type ApiStopTargetRequest
- type ApiStopWorkspaceRequest
- type ApiUninstallProviderRequest
- type ApiUpdateJobStateRequest
- type ApiUpdateProviderRequest
- type ApiUpdateRunnerMetadataRequest
- type ApiUpdateTargetMetadataRequest
- type ApiUpdateTargetProviderMetadataRequest
- type ApiUpdateWorkspaceLabelsRequest
- type ApiUpdateWorkspaceMetadataRequest
- type ApiUpdateWorkspaceProviderMetadataRequest
- type BasicAuth
- 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) FindBuild(ctx context.Context, buildId string) ApiFindBuildRequest
- func (a *BuildAPIService) FindBuildExecute(r ApiFindBuildRequest) (*BuildDTO, *http.Response, error)
- func (a *BuildAPIService) ListBuilds(ctx context.Context) ApiListBuildsRequest
- func (a *BuildAPIService) ListBuildsExecute(r ApiListBuildsRequest) ([]BuildDTO, *http.Response, error)
- func (a *BuildAPIService) ListSuccessfulBuilds(ctx context.Context, repoUrl string) ApiListSuccessfulBuildsRequest
- func (a *BuildAPIService) ListSuccessfulBuildsExecute(r ApiListSuccessfulBuildsRequest) ([]BuildDTO, *http.Response, error)
- 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 BuildDTO
- func (o *BuildDTO) GetBuildConfig() BuildConfig
- func (o *BuildDTO) GetBuildConfigOk() (*BuildConfig, bool)
- func (o *BuildDTO) GetContainerConfig() ContainerConfig
- func (o *BuildDTO) GetContainerConfigOk() (*ContainerConfig, bool)
- func (o *BuildDTO) GetCreatedAt() string
- func (o *BuildDTO) GetCreatedAtOk() (*string, bool)
- func (o *BuildDTO) GetEnvVars() map[string]string
- func (o *BuildDTO) GetEnvVarsOk() (*map[string]string, bool)
- func (o *BuildDTO) GetId() string
- func (o *BuildDTO) GetIdOk() (*string, bool)
- func (o *BuildDTO) GetImage() string
- func (o *BuildDTO) GetImageOk() (*string, bool)
- func (o *BuildDTO) GetLastJob() Job
- func (o *BuildDTO) GetLastJobId() string
- func (o *BuildDTO) GetLastJobIdOk() (*string, bool)
- func (o *BuildDTO) GetLastJobOk() (*Job, bool)
- func (o *BuildDTO) GetPrebuildId() string
- func (o *BuildDTO) GetPrebuildIdOk() (*string, bool)
- func (o *BuildDTO) GetRepository() GitRepository
- func (o *BuildDTO) GetRepositoryOk() (*GitRepository, bool)
- func (o *BuildDTO) GetState() ResourceState
- func (o *BuildDTO) GetStateOk() (*ResourceState, bool)
- func (o *BuildDTO) GetUpdatedAt() string
- func (o *BuildDTO) GetUpdatedAtOk() (*string, bool)
- func (o *BuildDTO) GetUser() string
- func (o *BuildDTO) GetUserOk() (*string, bool)
- func (o *BuildDTO) HasBuildConfig() bool
- func (o *BuildDTO) HasImage() bool
- func (o *BuildDTO) HasLastJob() bool
- func (o *BuildDTO) HasLastJobId() bool
- func (o *BuildDTO) HasPrebuildId() bool
- func (o *BuildDTO) HasUser() bool
- func (o BuildDTO) MarshalJSON() ([]byte, error)
- func (o *BuildDTO) SetBuildConfig(v BuildConfig)
- func (o *BuildDTO) SetContainerConfig(v ContainerConfig)
- func (o *BuildDTO) SetCreatedAt(v string)
- func (o *BuildDTO) SetEnvVars(v map[string]string)
- func (o *BuildDTO) SetId(v string)
- func (o *BuildDTO) SetImage(v string)
- func (o *BuildDTO) SetLastJob(v Job)
- func (o *BuildDTO) SetLastJobId(v string)
- func (o *BuildDTO) SetPrebuildId(v string)
- func (o *BuildDTO) SetRepository(v GitRepository)
- func (o *BuildDTO) SetState(v ResourceState)
- func (o *BuildDTO) SetUpdatedAt(v string)
- func (o *BuildDTO) SetUser(v string)
- func (o BuildDTO) ToMap() (map[string]interface{}, error)
- func (o *BuildDTO) UnmarshalJSON(data []byte) (err 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 Command
- func (o *Command) GetCommand() string
- func (o *Command) GetCommandOk() (*string, bool)
- func (o *Command) GetExitCode() int32
- func (o *Command) GetExitCodeOk() (*int32, bool)
- func (o *Command) GetId() string
- func (o *Command) GetIdOk() (*string, bool)
- func (o *Command) HasExitCode() bool
- func (o Command) MarshalJSON() ([]byte, error)
- func (o *Command) SetCommand(v string)
- func (o *Command) SetExitCode(v int32)
- func (o *Command) SetId(v string)
- func (o Command) ToMap() (map[string]interface{}, error)
- func (o *Command) UnmarshalJSON(data []byte) (err error)
- 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
- 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) GetWorkspaceTemplateName() string
- func (o *CreateBuildDTO) GetWorkspaceTemplateNameOk() (*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) SetWorkspaceTemplateName(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 CreateRunnerDTO
- func (o *CreateRunnerDTO) GetId() string
- func (o *CreateRunnerDTO) GetIdOk() (*string, bool)
- func (o *CreateRunnerDTO) GetName() string
- func (o *CreateRunnerDTO) GetNameOk() (*string, bool)
- func (o CreateRunnerDTO) MarshalJSON() ([]byte, error)
- func (o *CreateRunnerDTO) SetId(v string)
- func (o *CreateRunnerDTO) SetName(v string)
- func (o CreateRunnerDTO) ToMap() (map[string]interface{}, error)
- func (o *CreateRunnerDTO) UnmarshalJSON(data []byte) (err error)
- type CreateRunnerResultDTO
- func (o *CreateRunnerResultDTO) GetApiKey() string
- func (o *CreateRunnerResultDTO) GetApiKeyOk() (*string, bool)
- func (o *CreateRunnerResultDTO) GetId() string
- func (o *CreateRunnerResultDTO) GetIdOk() (*string, bool)
- func (o *CreateRunnerResultDTO) GetMetadata() RunnerMetadata
- func (o *CreateRunnerResultDTO) GetMetadataOk() (*RunnerMetadata, bool)
- func (o *CreateRunnerResultDTO) GetName() string
- func (o *CreateRunnerResultDTO) GetNameOk() (*string, bool)
- func (o *CreateRunnerResultDTO) HasMetadata() bool
- func (o CreateRunnerResultDTO) MarshalJSON() ([]byte, error)
- func (o *CreateRunnerResultDTO) SetApiKey(v string)
- func (o *CreateRunnerResultDTO) SetId(v string)
- func (o *CreateRunnerResultDTO) SetMetadata(v RunnerMetadata)
- func (o *CreateRunnerResultDTO) SetName(v string)
- func (o CreateRunnerResultDTO) ToMap() (map[string]interface{}, error)
- func (o *CreateRunnerResultDTO) UnmarshalJSON(data []byte) (err error)
- type CreateSessionRequest
- func (o *CreateSessionRequest) GetSessionId() string
- func (o *CreateSessionRequest) GetSessionIdOk() (*string, bool)
- func (o CreateSessionRequest) MarshalJSON() ([]byte, error)
- func (o *CreateSessionRequest) SetSessionId(v string)
- func (o CreateSessionRequest) ToMap() (map[string]interface{}, error)
- func (o *CreateSessionRequest) UnmarshalJSON(data []byte) (err error)
- type CreateTargetConfigDTO
- func (o *CreateTargetConfigDTO) GetName() string
- func (o *CreateTargetConfigDTO) GetNameOk() (*string, bool)
- func (o *CreateTargetConfigDTO) GetOptions() string
- func (o *CreateTargetConfigDTO) GetOptionsOk() (*string, bool)
- func (o *CreateTargetConfigDTO) GetProviderInfo() ProviderInfo
- func (o *CreateTargetConfigDTO) GetProviderInfoOk() (*ProviderInfo, bool)
- func (o CreateTargetConfigDTO) MarshalJSON() ([]byte, error)
- func (o *CreateTargetConfigDTO) SetName(v string)
- func (o *CreateTargetConfigDTO) SetOptions(v string)
- func (o *CreateTargetConfigDTO) SetProviderInfo(v ProviderInfo)
- func (o CreateTargetConfigDTO) ToMap() (map[string]interface{}, error)
- func (o *CreateTargetConfigDTO) UnmarshalJSON(data []byte) (err error)
- type CreateTargetDTO
- func (o *CreateTargetDTO) GetId() string
- func (o *CreateTargetDTO) GetIdOk() (*string, bool)
- func (o *CreateTargetDTO) GetName() string
- func (o *CreateTargetDTO) GetNameOk() (*string, bool)
- func (o *CreateTargetDTO) GetTargetConfigId() string
- func (o *CreateTargetDTO) GetTargetConfigIdOk() (*string, bool)
- func (o CreateTargetDTO) MarshalJSON() ([]byte, error)
- func (o *CreateTargetDTO) SetId(v string)
- func (o *CreateTargetDTO) SetName(v string)
- func (o *CreateTargetDTO) SetTargetConfigId(v string)
- func (o CreateTargetDTO) ToMap() (map[string]interface{}, error)
- func (o *CreateTargetDTO) UnmarshalJSON(data []byte) (err error)
- type CreateWorkspaceDTO
- func (o *CreateWorkspaceDTO) GetBuildConfig() BuildConfig
- func (o *CreateWorkspaceDTO) GetBuildConfigOk() (*BuildConfig, bool)
- func (o *CreateWorkspaceDTO) GetEnvVars() map[string]string
- func (o *CreateWorkspaceDTO) GetEnvVarsOk() (*map[string]string, bool)
- func (o *CreateWorkspaceDTO) GetGitProviderConfigId() string
- func (o *CreateWorkspaceDTO) GetGitProviderConfigIdOk() (*string, bool)
- func (o *CreateWorkspaceDTO) GetId() string
- func (o *CreateWorkspaceDTO) GetIdOk() (*string, bool)
- func (o *CreateWorkspaceDTO) GetImage() string
- func (o *CreateWorkspaceDTO) GetImageOk() (*string, bool)
- func (o *CreateWorkspaceDTO) GetLabels() map[string]string
- func (o *CreateWorkspaceDTO) GetLabelsOk() (*map[string]string, bool)
- func (o *CreateWorkspaceDTO) GetName() string
- func (o *CreateWorkspaceDTO) GetNameOk() (*string, bool)
- func (o *CreateWorkspaceDTO) GetSource() CreateWorkspaceSourceDTO
- func (o *CreateWorkspaceDTO) GetSourceOk() (*CreateWorkspaceSourceDTO, bool)
- func (o *CreateWorkspaceDTO) GetTargetId() string
- func (o *CreateWorkspaceDTO) GetTargetIdOk() (*string, bool)
- func (o *CreateWorkspaceDTO) GetUser() string
- func (o *CreateWorkspaceDTO) GetUserOk() (*string, bool)
- func (o *CreateWorkspaceDTO) HasBuildConfig() bool
- func (o *CreateWorkspaceDTO) HasGitProviderConfigId() bool
- func (o *CreateWorkspaceDTO) HasImage() bool
- func (o *CreateWorkspaceDTO) HasUser() bool
- func (o CreateWorkspaceDTO) MarshalJSON() ([]byte, error)
- func (o *CreateWorkspaceDTO) SetBuildConfig(v BuildConfig)
- func (o *CreateWorkspaceDTO) SetEnvVars(v map[string]string)
- func (o *CreateWorkspaceDTO) SetGitProviderConfigId(v string)
- func (o *CreateWorkspaceDTO) SetId(v string)
- func (o *CreateWorkspaceDTO) SetImage(v string)
- func (o *CreateWorkspaceDTO) SetLabels(v map[string]string)
- func (o *CreateWorkspaceDTO) SetName(v string)
- func (o *CreateWorkspaceDTO) SetSource(v CreateWorkspaceSourceDTO)
- func (o *CreateWorkspaceDTO) SetTargetId(v string)
- func (o *CreateWorkspaceDTO) SetUser(v string)
- func (o CreateWorkspaceDTO) ToMap() (map[string]interface{}, error)
- func (o *CreateWorkspaceDTO) UnmarshalJSON(data []byte) (err error)
- type CreateWorkspaceSourceDTO
- func (o *CreateWorkspaceSourceDTO) GetRepository() GitRepository
- func (o *CreateWorkspaceSourceDTO) GetRepositoryOk() (*GitRepository, bool)
- func (o CreateWorkspaceSourceDTO) MarshalJSON() ([]byte, error)
- func (o *CreateWorkspaceSourceDTO) SetRepository(v GitRepository)
- func (o CreateWorkspaceSourceDTO) ToMap() (map[string]interface{}, error)
- func (o *CreateWorkspaceSourceDTO) UnmarshalJSON(data []byte) (err error)
- type CreateWorkspaceTemplateDTO
- func (o *CreateWorkspaceTemplateDTO) GetBuildConfig() BuildConfig
- func (o *CreateWorkspaceTemplateDTO) GetBuildConfigOk() (*BuildConfig, bool)
- func (o *CreateWorkspaceTemplateDTO) GetEnvVars() map[string]string
- func (o *CreateWorkspaceTemplateDTO) GetEnvVarsOk() (*map[string]string, bool)
- func (o *CreateWorkspaceTemplateDTO) GetGitProviderConfigId() string
- func (o *CreateWorkspaceTemplateDTO) GetGitProviderConfigIdOk() (*string, bool)
- func (o *CreateWorkspaceTemplateDTO) GetImage() string
- func (o *CreateWorkspaceTemplateDTO) GetImageOk() (*string, bool)
- func (o *CreateWorkspaceTemplateDTO) GetName() string
- func (o *CreateWorkspaceTemplateDTO) GetNameOk() (*string, bool)
- func (o *CreateWorkspaceTemplateDTO) GetRepositoryUrl() string
- func (o *CreateWorkspaceTemplateDTO) GetRepositoryUrlOk() (*string, bool)
- func (o *CreateWorkspaceTemplateDTO) GetUser() string
- func (o *CreateWorkspaceTemplateDTO) GetUserOk() (*string, bool)
- func (o *CreateWorkspaceTemplateDTO) HasBuildConfig() bool
- func (o *CreateWorkspaceTemplateDTO) HasGitProviderConfigId() bool
- func (o *CreateWorkspaceTemplateDTO) HasImage() bool
- func (o *CreateWorkspaceTemplateDTO) HasUser() bool
- func (o CreateWorkspaceTemplateDTO) MarshalJSON() ([]byte, error)
- func (o *CreateWorkspaceTemplateDTO) SetBuildConfig(v BuildConfig)
- func (o *CreateWorkspaceTemplateDTO) SetEnvVars(v map[string]string)
- func (o *CreateWorkspaceTemplateDTO) SetGitProviderConfigId(v string)
- func (o *CreateWorkspaceTemplateDTO) SetImage(v string)
- func (o *CreateWorkspaceTemplateDTO) SetName(v string)
- func (o *CreateWorkspaceTemplateDTO) SetRepositoryUrl(v string)
- func (o *CreateWorkspaceTemplateDTO) SetUser(v string)
- func (o CreateWorkspaceTemplateDTO) ToMap() (map[string]interface{}, error)
- func (o *CreateWorkspaceTemplateDTO) 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 EnvVarAPIService
- func (a *EnvVarAPIService) DeleteEnvironmentVariable(ctx context.Context, key string) ApiDeleteEnvironmentVariableRequest
- func (a *EnvVarAPIService) DeleteEnvironmentVariableExecute(r ApiDeleteEnvironmentVariableRequest) (*http.Response, error)
- func (a *EnvVarAPIService) ListEnvironmentVariables(ctx context.Context) ApiListEnvironmentVariablesRequest
- func (a *EnvVarAPIService) ListEnvironmentVariablesExecute(r ApiListEnvironmentVariablesRequest) ([]EnvironmentVariable, *http.Response, error)
- func (a *EnvVarAPIService) SaveEnvironmentVariable(ctx context.Context) ApiSaveEnvironmentVariableRequest
- func (a *EnvVarAPIService) SaveEnvironmentVariableExecute(r ApiSaveEnvironmentVariableRequest) (*http.Response, error)
- type EnvironmentVariable
- func (o *EnvironmentVariable) GetKey() string
- func (o *EnvironmentVariable) GetKeyOk() (*string, bool)
- func (o *EnvironmentVariable) GetValue() string
- func (o *EnvironmentVariable) GetValueOk() (*string, bool)
- func (o EnvironmentVariable) MarshalJSON() ([]byte, error)
- func (o *EnvironmentVariable) SetKey(v string)
- func (o *EnvironmentVariable) SetValue(v string)
- func (o EnvironmentVariable) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentVariable) 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) DeleteGitProvider(ctx context.Context, gitProviderId string) ApiDeleteGitProviderRequest
- func (a *GitProviderAPIService) DeleteGitProviderExecute(r ApiDeleteGitProviderRequest) (*http.Response, error)
- func (a *GitProviderAPIService) FindGitProvider(ctx context.Context, gitProviderId string) ApiFindGitProviderRequest
- func (a *GitProviderAPIService) FindGitProviderExecute(r ApiFindGitProviderRequest) (*GitProvider, *http.Response, error)
- func (a *GitProviderAPIService) FindGitProviderIdForUrl(ctx context.Context, url string) ApiFindGitProviderIdForUrlRequest
- func (a *GitProviderAPIService) FindGitProviderIdForUrlExecute(r ApiFindGitProviderIdForUrlRequest) (string, *http.Response, error)
- func (a *GitProviderAPIService) GetGitContext(ctx context.Context) ApiGetGitContextRequest
- func (a *GitProviderAPIService) GetGitContextExecute(r ApiGetGitContextRequest) (*GitRepository, *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) SaveGitProvider(ctx context.Context) ApiSaveGitProviderRequest
- func (a *GitProviderAPIService) SaveGitProviderExecute(r ApiSaveGitProviderRequest) (*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 Job
- func (o *Job) GetAction() ModelsJobAction
- func (o *Job) GetActionOk() (*ModelsJobAction, bool)
- func (o *Job) GetCreatedAt() string
- func (o *Job) GetCreatedAtOk() (*string, bool)
- func (o *Job) GetError() string
- func (o *Job) GetErrorOk() (*string, bool)
- func (o *Job) GetId() string
- func (o *Job) GetIdOk() (*string, bool)
- func (o *Job) GetMetadata() string
- func (o *Job) GetMetadataOk() (*string, bool)
- func (o *Job) GetResourceId() string
- func (o *Job) GetResourceIdOk() (*string, bool)
- func (o *Job) GetResourceType() ResourceType
- func (o *Job) GetResourceTypeOk() (*ResourceType, bool)
- func (o *Job) GetRunnerId() string
- func (o *Job) GetRunnerIdOk() (*string, bool)
- func (o *Job) GetState() JobState
- func (o *Job) GetStateOk() (*JobState, bool)
- func (o *Job) GetUpdatedAt() string
- func (o *Job) GetUpdatedAtOk() (*string, bool)
- func (o *Job) HasError() bool
- func (o *Job) HasMetadata() bool
- func (o *Job) HasRunnerId() bool
- func (o Job) MarshalJSON() ([]byte, error)
- func (o *Job) SetAction(v ModelsJobAction)
- func (o *Job) SetCreatedAt(v string)
- func (o *Job) SetError(v string)
- func (o *Job) SetId(v string)
- func (o *Job) SetMetadata(v string)
- func (o *Job) SetResourceId(v string)
- func (o *Job) SetResourceType(v ResourceType)
- func (o *Job) SetRunnerId(v string)
- func (o *Job) SetState(v JobState)
- func (o *Job) SetUpdatedAt(v string)
- func (o Job) ToMap() (map[string]interface{}, error)
- func (o *Job) UnmarshalJSON(data []byte) (err error)
- type JobAPIService
- type JobState
- 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 ModelsApiKeyType
- type ModelsJobAction
- type ModelsResourceStateName
- type ModelsTargetConfigPropertyType
- type NetworkKey
- type NullableApiKeyViewDTO
- func (v NullableApiKeyViewDTO) Get() *ApiKeyViewDTO
- func (v NullableApiKeyViewDTO) IsSet() bool
- func (v NullableApiKeyViewDTO) MarshalJSON() ([]byte, error)
- func (v *NullableApiKeyViewDTO) Set(val *ApiKeyViewDTO)
- func (v *NullableApiKeyViewDTO) UnmarshalJSON(src []byte) error
- func (v *NullableApiKeyViewDTO) Unset()
- type NullableBool
- 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 NullableBuildDTO
- 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 NullableCommand
- 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 NullableCreateRunnerDTO
- func (v NullableCreateRunnerDTO) Get() *CreateRunnerDTO
- func (v NullableCreateRunnerDTO) IsSet() bool
- func (v NullableCreateRunnerDTO) MarshalJSON() ([]byte, error)
- func (v *NullableCreateRunnerDTO) Set(val *CreateRunnerDTO)
- func (v *NullableCreateRunnerDTO) UnmarshalJSON(src []byte) error
- func (v *NullableCreateRunnerDTO) Unset()
- type NullableCreateRunnerResultDTO
- func (v NullableCreateRunnerResultDTO) Get() *CreateRunnerResultDTO
- func (v NullableCreateRunnerResultDTO) IsSet() bool
- func (v NullableCreateRunnerResultDTO) MarshalJSON() ([]byte, error)
- func (v *NullableCreateRunnerResultDTO) Set(val *CreateRunnerResultDTO)
- func (v *NullableCreateRunnerResultDTO) UnmarshalJSON(src []byte) error
- func (v *NullableCreateRunnerResultDTO) Unset()
- type NullableCreateSessionRequest
- func (v NullableCreateSessionRequest) Get() *CreateSessionRequest
- func (v NullableCreateSessionRequest) IsSet() bool
- func (v NullableCreateSessionRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateSessionRequest) Set(val *CreateSessionRequest)
- func (v *NullableCreateSessionRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateSessionRequest) Unset()
- type NullableCreateTargetConfigDTO
- func (v NullableCreateTargetConfigDTO) Get() *CreateTargetConfigDTO
- func (v NullableCreateTargetConfigDTO) IsSet() bool
- func (v NullableCreateTargetConfigDTO) MarshalJSON() ([]byte, error)
- func (v *NullableCreateTargetConfigDTO) Set(val *CreateTargetConfigDTO)
- func (v *NullableCreateTargetConfigDTO) UnmarshalJSON(src []byte) error
- func (v *NullableCreateTargetConfigDTO) Unset()
- type NullableCreateTargetDTO
- func (v NullableCreateTargetDTO) Get() *CreateTargetDTO
- func (v NullableCreateTargetDTO) IsSet() bool
- func (v NullableCreateTargetDTO) MarshalJSON() ([]byte, error)
- func (v *NullableCreateTargetDTO) Set(val *CreateTargetDTO)
- func (v *NullableCreateTargetDTO) UnmarshalJSON(src []byte) error
- func (v *NullableCreateTargetDTO) 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 NullableCreateWorkspaceSourceDTO
- func (v NullableCreateWorkspaceSourceDTO) Get() *CreateWorkspaceSourceDTO
- func (v NullableCreateWorkspaceSourceDTO) IsSet() bool
- func (v NullableCreateWorkspaceSourceDTO) MarshalJSON() ([]byte, error)
- func (v *NullableCreateWorkspaceSourceDTO) Set(val *CreateWorkspaceSourceDTO)
- func (v *NullableCreateWorkspaceSourceDTO) UnmarshalJSON(src []byte) error
- func (v *NullableCreateWorkspaceSourceDTO) Unset()
- type NullableCreateWorkspaceTemplateDTO
- func (v NullableCreateWorkspaceTemplateDTO) Get() *CreateWorkspaceTemplateDTO
- func (v NullableCreateWorkspaceTemplateDTO) IsSet() bool
- func (v NullableCreateWorkspaceTemplateDTO) MarshalJSON() ([]byte, error)
- func (v *NullableCreateWorkspaceTemplateDTO) Set(val *CreateWorkspaceTemplateDTO)
- func (v *NullableCreateWorkspaceTemplateDTO) UnmarshalJSON(src []byte) error
- func (v *NullableCreateWorkspaceTemplateDTO) 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 NullableEnvironmentVariable
- func (v NullableEnvironmentVariable) Get() *EnvironmentVariable
- func (v NullableEnvironmentVariable) IsSet() bool
- func (v NullableEnvironmentVariable) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentVariable) Set(val *EnvironmentVariable)
- func (v *NullableEnvironmentVariable) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentVariable) 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 NullableInt
- type NullableInt32
- type NullableInt64
- type NullableJob
- type NullableJobState
- 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 NullableModelsApiKeyType
- func (v NullableModelsApiKeyType) Get() *ModelsApiKeyType
- func (v NullableModelsApiKeyType) IsSet() bool
- func (v NullableModelsApiKeyType) MarshalJSON() ([]byte, error)
- func (v *NullableModelsApiKeyType) Set(val *ModelsApiKeyType)
- func (v *NullableModelsApiKeyType) UnmarshalJSON(src []byte) error
- func (v *NullableModelsApiKeyType) Unset()
- type NullableModelsJobAction
- func (v NullableModelsJobAction) Get() *ModelsJobAction
- func (v NullableModelsJobAction) IsSet() bool
- func (v NullableModelsJobAction) MarshalJSON() ([]byte, error)
- func (v *NullableModelsJobAction) Set(val *ModelsJobAction)
- func (v *NullableModelsJobAction) UnmarshalJSON(src []byte) error
- func (v *NullableModelsJobAction) Unset()
- type NullableModelsResourceStateName
- func (v NullableModelsResourceStateName) Get() *ModelsResourceStateName
- func (v NullableModelsResourceStateName) IsSet() bool
- func (v NullableModelsResourceStateName) MarshalJSON() ([]byte, error)
- func (v *NullableModelsResourceStateName) Set(val *ModelsResourceStateName)
- func (v *NullableModelsResourceStateName) UnmarshalJSON(src []byte) error
- func (v *NullableModelsResourceStateName) Unset()
- type NullableModelsTargetConfigPropertyType
- func (v NullableModelsTargetConfigPropertyType) Get() *ModelsTargetConfigPropertyType
- func (v NullableModelsTargetConfigPropertyType) IsSet() bool
- func (v NullableModelsTargetConfigPropertyType) MarshalJSON() ([]byte, error)
- func (v *NullableModelsTargetConfigPropertyType) Set(val *ModelsTargetConfigPropertyType)
- func (v *NullableModelsTargetConfigPropertyType) UnmarshalJSON(src []byte) error
- func (v *NullableModelsTargetConfigPropertyType) Unset()
- 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 NullableProviderDTO
- func (v NullableProviderDTO) Get() *ProviderDTO
- func (v NullableProviderDTO) IsSet() bool
- func (v NullableProviderDTO) MarshalJSON() ([]byte, error)
- func (v *NullableProviderDTO) Set(val *ProviderDTO)
- func (v *NullableProviderDTO) UnmarshalJSON(src []byte) error
- func (v *NullableProviderDTO) Unset()
- type NullableProviderInfo
- func (v NullableProviderInfo) Get() *ProviderInfo
- func (v NullableProviderInfo) IsSet() bool
- func (v NullableProviderInfo) MarshalJSON() ([]byte, error)
- func (v *NullableProviderInfo) Set(val *ProviderInfo)
- func (v *NullableProviderInfo) UnmarshalJSON(src []byte) error
- func (v *NullableProviderInfo) 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 NullableResourceState
- func (v NullableResourceState) Get() *ResourceState
- func (v NullableResourceState) IsSet() bool
- func (v NullableResourceState) MarshalJSON() ([]byte, error)
- func (v *NullableResourceState) Set(val *ResourceState)
- func (v *NullableResourceState) UnmarshalJSON(src []byte) error
- func (v *NullableResourceState) Unset()
- type NullableResourceType
- func (v NullableResourceType) Get() *ResourceType
- func (v NullableResourceType) IsSet() bool
- func (v NullableResourceType) MarshalJSON() ([]byte, error)
- func (v *NullableResourceType) Set(val *ResourceType)
- func (v *NullableResourceType) UnmarshalJSON(src []byte) error
- func (v *NullableResourceType) Unset()
- type NullableRunnerDTO
- type NullableRunnerMetadata
- func (v NullableRunnerMetadata) Get() *RunnerMetadata
- func (v NullableRunnerMetadata) IsSet() bool
- func (v NullableRunnerMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableRunnerMetadata) Set(val *RunnerMetadata)
- func (v *NullableRunnerMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableRunnerMetadata) 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 NullableSession
- type NullableSessionExecuteRequest
- func (v NullableSessionExecuteRequest) Get() *SessionExecuteRequest
- func (v NullableSessionExecuteRequest) IsSet() bool
- func (v NullableSessionExecuteRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSessionExecuteRequest) Set(val *SessionExecuteRequest)
- func (v *NullableSessionExecuteRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSessionExecuteRequest) Unset()
- type NullableSessionExecuteResponse
- func (v NullableSessionExecuteResponse) Get() *SessionExecuteResponse
- func (v NullableSessionExecuteResponse) IsSet() bool
- func (v NullableSessionExecuteResponse) MarshalJSON() ([]byte, error)
- func (v *NullableSessionExecuteResponse) Set(val *SessionExecuteResponse)
- func (v *NullableSessionExecuteResponse) UnmarshalJSON(src []byte) error
- func (v *NullableSessionExecuteResponse) 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 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 NullableTarget
- type NullableTargetConfig
- func (v NullableTargetConfig) Get() *TargetConfig
- func (v NullableTargetConfig) IsSet() bool
- func (v NullableTargetConfig) MarshalJSON() ([]byte, error)
- func (v *NullableTargetConfig) Set(val *TargetConfig)
- func (v *NullableTargetConfig) UnmarshalJSON(src []byte) error
- func (v *NullableTargetConfig) Unset()
- type NullableTargetConfigProperty
- func (v NullableTargetConfigProperty) Get() *TargetConfigProperty
- func (v NullableTargetConfigProperty) IsSet() bool
- func (v NullableTargetConfigProperty) MarshalJSON() ([]byte, error)
- func (v *NullableTargetConfigProperty) Set(val *TargetConfigProperty)
- func (v *NullableTargetConfigProperty) UnmarshalJSON(src []byte) error
- func (v *NullableTargetConfigProperty) Unset()
- type NullableTargetDTO
- type NullableTargetMetadata
- func (v NullableTargetMetadata) Get() *TargetMetadata
- func (v NullableTargetMetadata) IsSet() bool
- func (v NullableTargetMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableTargetMetadata) Set(val *TargetMetadata)
- func (v *NullableTargetMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableTargetMetadata) Unset()
- type NullableTime
- type NullableUpdateJobState
- func (v NullableUpdateJobState) Get() *UpdateJobState
- func (v NullableUpdateJobState) IsSet() bool
- func (v NullableUpdateJobState) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateJobState) Set(val *UpdateJobState)
- func (v *NullableUpdateJobState) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateJobState) Unset()
- type NullableUpdateRunnerMetadataDTO
- func (v NullableUpdateRunnerMetadataDTO) Get() *UpdateRunnerMetadataDTO
- func (v NullableUpdateRunnerMetadataDTO) IsSet() bool
- func (v NullableUpdateRunnerMetadataDTO) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateRunnerMetadataDTO) Set(val *UpdateRunnerMetadataDTO)
- func (v *NullableUpdateRunnerMetadataDTO) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateRunnerMetadataDTO) Unset()
- type NullableUpdateTargetMetadataDTO
- func (v NullableUpdateTargetMetadataDTO) Get() *UpdateTargetMetadataDTO
- func (v NullableUpdateTargetMetadataDTO) IsSet() bool
- func (v NullableUpdateTargetMetadataDTO) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateTargetMetadataDTO) Set(val *UpdateTargetMetadataDTO)
- func (v *NullableUpdateTargetMetadataDTO) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateTargetMetadataDTO) Unset()
- type NullableUpdateTargetProviderMetadataDTO
- func (v NullableUpdateTargetProviderMetadataDTO) Get() *UpdateTargetProviderMetadataDTO
- func (v NullableUpdateTargetProviderMetadataDTO) IsSet() bool
- func (v NullableUpdateTargetProviderMetadataDTO) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateTargetProviderMetadataDTO) Set(val *UpdateTargetProviderMetadataDTO)
- func (v *NullableUpdateTargetProviderMetadataDTO) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateTargetProviderMetadataDTO) Unset()
- type NullableUpdateWorkspaceMetadataDTO
- func (v NullableUpdateWorkspaceMetadataDTO) Get() *UpdateWorkspaceMetadataDTO
- func (v NullableUpdateWorkspaceMetadataDTO) IsSet() bool
- func (v NullableUpdateWorkspaceMetadataDTO) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateWorkspaceMetadataDTO) Set(val *UpdateWorkspaceMetadataDTO)
- func (v *NullableUpdateWorkspaceMetadataDTO) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateWorkspaceMetadataDTO) Unset()
- type NullableUpdateWorkspaceProviderMetadataDTO
- func (v NullableUpdateWorkspaceProviderMetadataDTO) Get() *UpdateWorkspaceProviderMetadataDTO
- func (v NullableUpdateWorkspaceProviderMetadataDTO) IsSet() bool
- func (v NullableUpdateWorkspaceProviderMetadataDTO) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateWorkspaceProviderMetadataDTO) Set(val *UpdateWorkspaceProviderMetadataDTO)
- func (v *NullableUpdateWorkspaceProviderMetadataDTO) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateWorkspaceProviderMetadataDTO) Unset()
- 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 NullableWorkspaceDirResponse
- func (v NullableWorkspaceDirResponse) Get() *WorkspaceDirResponse
- func (v NullableWorkspaceDirResponse) IsSet() bool
- func (v NullableWorkspaceDirResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWorkspaceDirResponse) Set(val *WorkspaceDirResponse)
- func (v *NullableWorkspaceDirResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWorkspaceDirResponse) Unset()
- type NullableWorkspaceMetadata
- func (v NullableWorkspaceMetadata) Get() *WorkspaceMetadata
- func (v NullableWorkspaceMetadata) IsSet() bool
- func (v NullableWorkspaceMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableWorkspaceMetadata) Set(val *WorkspaceMetadata)
- func (v *NullableWorkspaceMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableWorkspaceMetadata) Unset()
- type NullableWorkspaceTemplate
- func (v NullableWorkspaceTemplate) Get() *WorkspaceTemplate
- func (v NullableWorkspaceTemplate) IsSet() bool
- func (v NullableWorkspaceTemplate) MarshalJSON() ([]byte, error)
- func (v *NullableWorkspaceTemplate) Set(val *WorkspaceTemplate)
- func (v *NullableWorkspaceTemplate) UnmarshalJSON(src []byte) error
- func (v *NullableWorkspaceTemplate) 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, templateName string, prebuildId string) ApiDeletePrebuildRequest
- func (a *PrebuildAPIService) DeletePrebuildExecute(r ApiDeletePrebuildRequest) (*http.Response, error)
- func (a *PrebuildAPIService) FindPrebuild(ctx context.Context, templateName string, prebuildId string) ApiFindPrebuildRequest
- func (a *PrebuildAPIService) FindPrebuildExecute(r ApiFindPrebuildRequest) (*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) ListPrebuildsForWorkspaceTemplate(ctx context.Context, templateName string) ApiListPrebuildsForWorkspaceTemplateRequest
- func (a *PrebuildAPIService) ListPrebuildsForWorkspaceTemplateExecute(r ApiListPrebuildsForWorkspaceTemplateRequest) ([]PrebuildDTO, *http.Response, error)
- func (a *PrebuildAPIService) ProcessGitEvent(ctx context.Context) ApiProcessGitEventRequest
- func (a *PrebuildAPIService) ProcessGitEventExecute(r ApiProcessGitEventRequest) (*http.Response, error)
- func (a *PrebuildAPIService) SavePrebuild(ctx context.Context, templateName string) ApiSavePrebuildRequest
- func (a *PrebuildAPIService) SavePrebuildExecute(r ApiSavePrebuildRequest) (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) HasCommitInterval() 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) GetRetention() int32
- func (o *PrebuildDTO) GetRetentionOk() (*int32, bool)
- func (o *PrebuildDTO) GetTriggerFiles() []string
- func (o *PrebuildDTO) GetTriggerFilesOk() ([]string, bool)
- func (o *PrebuildDTO) GetWorkspaceTemplateName() string
- func (o *PrebuildDTO) GetWorkspaceTemplateNameOk() (*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) SetRetention(v int32)
- func (o *PrebuildDTO) SetTriggerFiles(v []string)
- func (o *PrebuildDTO) SetWorkspaceTemplateName(v string)
- func (o PrebuildDTO) ToMap() (map[string]interface{}, error)
- func (o *PrebuildDTO) UnmarshalJSON(data []byte) (err error)
- type ProviderAPIService
- func (a *ProviderAPIService) GetRunnerProviders(ctx context.Context, runnerId string) ApiGetRunnerProvidersRequest
- func (a *ProviderAPIService) GetRunnerProvidersExecute(r ApiGetRunnerProvidersRequest) ([]ProviderInfo, *http.Response, error)
- func (a *ProviderAPIService) InstallProvider(ctx context.Context, runnerId string, providerName string) ApiInstallProviderRequest
- func (a *ProviderAPIService) InstallProviderExecute(r ApiInstallProviderRequest) (*http.Response, error)
- func (a *ProviderAPIService) ListProviders(ctx context.Context) ApiListProvidersRequest
- func (a *ProviderAPIService) ListProvidersExecute(r ApiListProvidersRequest) ([]ProviderInfo, *http.Response, error)
- func (a *ProviderAPIService) ListProvidersForInstall(ctx context.Context) ApiListProvidersForInstallRequest
- func (a *ProviderAPIService) ListProvidersForInstallExecute(r ApiListProvidersForInstallRequest) ([]ProviderDTO, *http.Response, error)
- func (a *ProviderAPIService) UninstallProvider(ctx context.Context, runnerId string, providerName string) ApiUninstallProviderRequest
- func (a *ProviderAPIService) UninstallProviderExecute(r ApiUninstallProviderRequest) (*http.Response, error)
- func (a *ProviderAPIService) UpdateProvider(ctx context.Context, runnerId string, providerName string) ApiUpdateProviderRequest
- func (a *ProviderAPIService) UpdateProviderExecute(r ApiUpdateProviderRequest) (*http.Response, error)
- type ProviderDTO
- func (o *ProviderDTO) GetLabel() string
- func (o *ProviderDTO) GetLabelOk() (*string, bool)
- func (o *ProviderDTO) GetLatest() bool
- func (o *ProviderDTO) GetLatestOk() (*bool, bool)
- func (o *ProviderDTO) GetName() string
- func (o *ProviderDTO) GetNameOk() (*string, bool)
- func (o *ProviderDTO) GetVersion() string
- func (o *ProviderDTO) GetVersionOk() (*string, bool)
- func (o *ProviderDTO) HasLabel() bool
- func (o ProviderDTO) MarshalJSON() ([]byte, error)
- func (o *ProviderDTO) SetLabel(v string)
- func (o *ProviderDTO) SetLatest(v bool)
- func (o *ProviderDTO) SetName(v string)
- func (o *ProviderDTO) SetVersion(v string)
- func (o ProviderDTO) ToMap() (map[string]interface{}, error)
- func (o *ProviderDTO) UnmarshalJSON(data []byte) (err error)
- type ProviderInfo
- func (o *ProviderInfo) GetAgentlessTarget() bool
- func (o *ProviderInfo) GetAgentlessTargetOk() (*bool, bool)
- func (o *ProviderInfo) GetLabel() string
- func (o *ProviderInfo) GetLabelOk() (*string, bool)
- func (o *ProviderInfo) GetName() string
- func (o *ProviderInfo) GetNameOk() (*string, bool)
- func (o *ProviderInfo) GetRunnerId() string
- func (o *ProviderInfo) GetRunnerIdOk() (*string, bool)
- func (o *ProviderInfo) GetRunnerName() string
- func (o *ProviderInfo) GetRunnerNameOk() (*string, bool)
- func (o *ProviderInfo) GetTargetConfigManifest() map[string]TargetConfigProperty
- func (o *ProviderInfo) GetTargetConfigManifestOk() (*map[string]TargetConfigProperty, bool)
- func (o *ProviderInfo) GetVersion() string
- func (o *ProviderInfo) GetVersionOk() (*string, bool)
- func (o *ProviderInfo) HasAgentlessTarget() bool
- func (o *ProviderInfo) HasLabel() bool
- func (o ProviderInfo) MarshalJSON() ([]byte, error)
- func (o *ProviderInfo) SetAgentlessTarget(v bool)
- func (o *ProviderInfo) SetLabel(v string)
- func (o *ProviderInfo) SetName(v string)
- func (o *ProviderInfo) SetRunnerId(v string)
- func (o *ProviderInfo) SetRunnerName(v string)
- func (o *ProviderInfo) SetTargetConfigManifest(v map[string]TargetConfigProperty)
- func (o *ProviderInfo) SetVersion(v string)
- func (o ProviderInfo) ToMap() (map[string]interface{}, error)
- func (o *ProviderInfo) 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 ResourceState
- func (o *ResourceState) GetError() string
- func (o *ResourceState) GetErrorOk() (*string, bool)
- func (o *ResourceState) GetName() ModelsResourceStateName
- func (o *ResourceState) GetNameOk() (*ModelsResourceStateName, bool)
- func (o *ResourceState) GetUpdatedAt() string
- func (o *ResourceState) GetUpdatedAtOk() (*string, bool)
- func (o *ResourceState) HasError() bool
- func (o ResourceState) MarshalJSON() ([]byte, error)
- func (o *ResourceState) SetError(v string)
- func (o *ResourceState) SetName(v ModelsResourceStateName)
- func (o *ResourceState) SetUpdatedAt(v string)
- func (o ResourceState) ToMap() (map[string]interface{}, error)
- func (o *ResourceState) UnmarshalJSON(data []byte) (err error)
- type ResourceType
- type RunnerAPIService
- func (a *RunnerAPIService) CreateRunner(ctx context.Context) ApiCreateRunnerRequest
- func (a *RunnerAPIService) CreateRunnerExecute(r ApiCreateRunnerRequest) (*CreateRunnerResultDTO, *http.Response, error)
- func (a *RunnerAPIService) DeleteRunner(ctx context.Context, runnerId string) ApiDeleteRunnerRequest
- func (a *RunnerAPIService) DeleteRunnerExecute(r ApiDeleteRunnerRequest) (*http.Response, error)
- func (a *RunnerAPIService) FindRunner(ctx context.Context, runnerId string) ApiFindRunnerRequest
- func (a *RunnerAPIService) FindRunnerExecute(r ApiFindRunnerRequest) (*RunnerDTO, *http.Response, error)
- func (a *RunnerAPIService) ListRunnerJobs(ctx context.Context, runnerId string) ApiListRunnerJobsRequest
- func (a *RunnerAPIService) ListRunnerJobsExecute(r ApiListRunnerJobsRequest) ([]Job, *http.Response, error)
- func (a *RunnerAPIService) ListRunners(ctx context.Context) ApiListRunnersRequest
- func (a *RunnerAPIService) ListRunnersExecute(r ApiListRunnersRequest) ([]RunnerDTO, *http.Response, error)
- func (a *RunnerAPIService) UpdateJobState(ctx context.Context, runnerId string, jobId string) ApiUpdateJobStateRequest
- func (a *RunnerAPIService) UpdateJobStateExecute(r ApiUpdateJobStateRequest) (*http.Response, error)
- func (a *RunnerAPIService) UpdateRunnerMetadata(ctx context.Context, runnerId string) ApiUpdateRunnerMetadataRequest
- func (a *RunnerAPIService) UpdateRunnerMetadataExecute(r ApiUpdateRunnerMetadataRequest) (*http.Response, error)
- type RunnerDTO
- func (o *RunnerDTO) GetId() string
- func (o *RunnerDTO) GetIdOk() (*string, bool)
- func (o *RunnerDTO) GetMetadata() RunnerMetadata
- func (o *RunnerDTO) GetMetadataOk() (*RunnerMetadata, bool)
- func (o *RunnerDTO) GetName() string
- func (o *RunnerDTO) GetNameOk() (*string, bool)
- func (o *RunnerDTO) GetState() ResourceState
- func (o *RunnerDTO) GetStateOk() (*ResourceState, bool)
- func (o *RunnerDTO) HasMetadata() bool
- func (o RunnerDTO) MarshalJSON() ([]byte, error)
- func (o *RunnerDTO) SetId(v string)
- func (o *RunnerDTO) SetMetadata(v RunnerMetadata)
- func (o *RunnerDTO) SetName(v string)
- func (o *RunnerDTO) SetState(v ResourceState)
- func (o RunnerDTO) ToMap() (map[string]interface{}, error)
- func (o *RunnerDTO) UnmarshalJSON(data []byte) (err error)
- type RunnerMetadata
- func (o *RunnerMetadata) GetProviders() []ProviderInfo
- func (o *RunnerMetadata) GetProvidersOk() ([]ProviderInfo, bool)
- func (o *RunnerMetadata) GetRunnerId() string
- func (o *RunnerMetadata) GetRunnerIdOk() (*string, bool)
- func (o *RunnerMetadata) GetRunningJobs() int32
- func (o *RunnerMetadata) GetRunningJobsOk() (*int32, bool)
- func (o *RunnerMetadata) GetUpdatedAt() string
- func (o *RunnerMetadata) GetUpdatedAtOk() (*string, bool)
- func (o *RunnerMetadata) GetUptime() int32
- func (o *RunnerMetadata) GetUptimeOk() (*int32, bool)
- func (o *RunnerMetadata) HasRunningJobs() bool
- func (o RunnerMetadata) MarshalJSON() ([]byte, error)
- func (o *RunnerMetadata) SetProviders(v []ProviderInfo)
- func (o *RunnerMetadata) SetRunnerId(v string)
- func (o *RunnerMetadata) SetRunningJobs(v int32)
- func (o *RunnerMetadata) SetUpdatedAt(v string)
- func (o *RunnerMetadata) SetUptime(v int32)
- func (o RunnerMetadata) ToMap() (map[string]interface{}, error)
- func (o *RunnerMetadata) 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) CreateNetworkKey(ctx context.Context) ApiCreateNetworkKeyRequest
- func (a *ServerAPIService) CreateNetworkKeyExecute(r ApiCreateNetworkKeyRequest) (*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) SaveConfig(ctx context.Context) ApiSaveConfigRequest
- func (a *ServerAPIService) SaveConfigExecute(r ApiSaveConfigRequest) (*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) GetDefaultWorkspaceImage() string
- func (o *ServerConfig) GetDefaultWorkspaceImageOk() (*string, bool)
- func (o *ServerConfig) GetDefaultWorkspaceUser() string
- func (o *ServerConfig) GetDefaultWorkspaceUserOk() (*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) GetLocalRunnerDisabled() bool
- func (o *ServerConfig) GetLocalRunnerDisabledOk() (*bool, bool)
- func (o *ServerConfig) GetLogFile() LogFileConfig
- func (o *ServerConfig) GetLogFileOk() (*LogFileConfig, 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) HasLocalRunnerDisabled() 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) SetDefaultWorkspaceImage(v string)
- func (o *ServerConfig) SetDefaultWorkspaceUser(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) SetLocalRunnerDisabled(v bool)
- func (o *ServerConfig) SetLogFile(v LogFileConfig)
- 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 Session
- func (o *Session) GetCommands() []Command
- func (o *Session) GetCommandsOk() ([]Command, bool)
- func (o *Session) GetSessionId() string
- func (o *Session) GetSessionIdOk() (*string, bool)
- func (o Session) MarshalJSON() ([]byte, error)
- func (o *Session) SetCommands(v []Command)
- func (o *Session) SetSessionId(v string)
- func (o Session) ToMap() (map[string]interface{}, error)
- func (o *Session) UnmarshalJSON(data []byte) (err error)
- type SessionExecuteRequest
- func (o *SessionExecuteRequest) GetAsync() bool
- func (o *SessionExecuteRequest) GetAsyncOk() (*bool, bool)
- func (o *SessionExecuteRequest) GetCommand() string
- func (o *SessionExecuteRequest) GetCommandOk() (*string, bool)
- func (o *SessionExecuteRequest) HasAsync() bool
- func (o SessionExecuteRequest) MarshalJSON() ([]byte, error)
- func (o *SessionExecuteRequest) SetAsync(v bool)
- func (o *SessionExecuteRequest) SetCommand(v string)
- func (o SessionExecuteRequest) ToMap() (map[string]interface{}, error)
- func (o *SessionExecuteRequest) UnmarshalJSON(data []byte) (err error)
- type SessionExecuteResponse
- func (o *SessionExecuteResponse) GetCmdId() string
- func (o *SessionExecuteResponse) GetCmdIdOk() (*string, bool)
- func (o *SessionExecuteResponse) GetExitCode() int32
- func (o *SessionExecuteResponse) GetExitCodeOk() (*int32, bool)
- func (o *SessionExecuteResponse) GetOutput() string
- func (o *SessionExecuteResponse) GetOutputOk() (*string, bool)
- func (o *SessionExecuteResponse) HasCmdId() bool
- func (o *SessionExecuteResponse) HasExitCode() bool
- func (o *SessionExecuteResponse) HasOutput() bool
- func (o SessionExecuteResponse) MarshalJSON() ([]byte, error)
- func (o *SessionExecuteResponse) SetCmdId(v string)
- func (o *SessionExecuteResponse) SetExitCode(v int32)
- func (o *SessionExecuteResponse) SetOutput(v string)
- func (o SessionExecuteResponse) ToMap() (map[string]interface{}, error)
- 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 SigningMethod
- type Status
- type Target
- func (o *Target) GetDefault() bool
- func (o *Target) GetDefaultOk() (*bool, bool)
- func (o *Target) GetEnvVars() map[string]string
- func (o *Target) GetEnvVarsOk() (*map[string]string, bool)
- func (o *Target) GetId() string
- func (o *Target) GetIdOk() (*string, bool)
- func (o *Target) GetLastJob() Job
- func (o *Target) GetLastJobId() string
- func (o *Target) GetLastJobIdOk() (*string, bool)
- func (o *Target) GetLastJobOk() (*Job, bool)
- func (o *Target) GetMetadata() TargetMetadata
- func (o *Target) GetMetadataOk() (*TargetMetadata, bool)
- func (o *Target) GetName() string
- func (o *Target) GetNameOk() (*string, bool)
- func (o *Target) GetProviderMetadata() string
- func (o *Target) GetProviderMetadataOk() (*string, bool)
- func (o *Target) GetTargetConfig() TargetConfig
- func (o *Target) GetTargetConfigId() string
- func (o *Target) GetTargetConfigIdOk() (*string, bool)
- func (o *Target) GetTargetConfigOk() (*TargetConfig, bool)
- func (o *Target) GetWorkspaces() []Workspace
- func (o *Target) GetWorkspacesOk() ([]Workspace, bool)
- func (o *Target) HasLastJob() bool
- func (o *Target) HasLastJobId() bool
- func (o *Target) HasMetadata() bool
- func (o *Target) HasProviderMetadata() bool
- func (o Target) MarshalJSON() ([]byte, error)
- func (o *Target) SetDefault(v bool)
- func (o *Target) SetEnvVars(v map[string]string)
- func (o *Target) SetId(v string)
- func (o *Target) SetLastJob(v Job)
- func (o *Target) SetLastJobId(v string)
- func (o *Target) SetMetadata(v TargetMetadata)
- func (o *Target) SetName(v string)
- func (o *Target) SetProviderMetadata(v string)
- func (o *Target) SetTargetConfig(v TargetConfig)
- func (o *Target) SetTargetConfigId(v string)
- func (o *Target) SetWorkspaces(v []Workspace)
- func (o Target) ToMap() (map[string]interface{}, error)
- func (o *Target) UnmarshalJSON(data []byte) (err error)
- type TargetAPIService
- func (a *TargetAPIService) CreateTarget(ctx context.Context) ApiCreateTargetRequest
- func (a *TargetAPIService) CreateTargetExecute(r ApiCreateTargetRequest) (*Target, *http.Response, error)
- func (a *TargetAPIService) DeleteTarget(ctx context.Context, targetId string) ApiDeleteTargetRequest
- func (a *TargetAPIService) DeleteTargetExecute(r ApiDeleteTargetRequest) (*http.Response, error)
- func (a *TargetAPIService) FindTarget(ctx context.Context, targetId string) ApiFindTargetRequest
- func (a *TargetAPIService) FindTargetExecute(r ApiFindTargetRequest) (*TargetDTO, *http.Response, error)
- func (a *TargetAPIService) GetTargetState(ctx context.Context, targetId string) ApiGetTargetStateRequest
- func (a *TargetAPIService) GetTargetStateExecute(r ApiGetTargetStateRequest) (*ResourceState, *http.Response, error)
- func (a *TargetAPIService) HandleSuccessfulCreation(ctx context.Context, targetId string) ApiHandleSuccessfulCreationRequest
- func (a *TargetAPIService) HandleSuccessfulCreationExecute(r ApiHandleSuccessfulCreationRequest) (*http.Response, error)
- func (a *TargetAPIService) ListTargets(ctx context.Context) ApiListTargetsRequest
- func (a *TargetAPIService) ListTargetsExecute(r ApiListTargetsRequest) ([]TargetDTO, *http.Response, error)
- func (a *TargetAPIService) RestartTarget(ctx context.Context, targetId string) ApiRestartTargetRequest
- func (a *TargetAPIService) RestartTargetExecute(r ApiRestartTargetRequest) (*http.Response, error)
- func (a *TargetAPIService) SetDefaultTarget(ctx context.Context, targetId string) ApiSetDefaultTargetRequest
- func (a *TargetAPIService) SetDefaultTargetExecute(r ApiSetDefaultTargetRequest) (*http.Response, error)
- func (a *TargetAPIService) StartTarget(ctx context.Context, targetId string) ApiStartTargetRequest
- func (a *TargetAPIService) StartTargetExecute(r ApiStartTargetRequest) (*http.Response, error)
- func (a *TargetAPIService) StopTarget(ctx context.Context, targetId string) ApiStopTargetRequest
- func (a *TargetAPIService) StopTargetExecute(r ApiStopTargetRequest) (*http.Response, error)
- func (a *TargetAPIService) UpdateTargetMetadata(ctx context.Context, targetId string) ApiUpdateTargetMetadataRequest
- func (a *TargetAPIService) UpdateTargetMetadataExecute(r ApiUpdateTargetMetadataRequest) (*http.Response, error)
- func (a *TargetAPIService) UpdateTargetProviderMetadata(ctx context.Context, targetId string) ApiUpdateTargetProviderMetadataRequest
- func (a *TargetAPIService) UpdateTargetProviderMetadataExecute(r ApiUpdateTargetProviderMetadataRequest) (*http.Response, error)
- type TargetConfig
- func (o *TargetConfig) GetDeleted() bool
- func (o *TargetConfig) GetDeletedOk() (*bool, bool)
- func (o *TargetConfig) GetId() string
- func (o *TargetConfig) GetIdOk() (*string, bool)
- func (o *TargetConfig) GetName() string
- func (o *TargetConfig) GetNameOk() (*string, bool)
- func (o *TargetConfig) GetOptions() string
- func (o *TargetConfig) GetOptionsOk() (*string, bool)
- func (o *TargetConfig) GetProviderInfo() ProviderInfo
- func (o *TargetConfig) GetProviderInfoOk() (*ProviderInfo, bool)
- func (o TargetConfig) MarshalJSON() ([]byte, error)
- func (o *TargetConfig) SetDeleted(v bool)
- func (o *TargetConfig) SetId(v string)
- func (o *TargetConfig) SetName(v string)
- func (o *TargetConfig) SetOptions(v string)
- func (o *TargetConfig) SetProviderInfo(v ProviderInfo)
- func (o TargetConfig) ToMap() (map[string]interface{}, error)
- func (o *TargetConfig) UnmarshalJSON(data []byte) (err error)
- type TargetConfigAPIService
- func (a *TargetConfigAPIService) CreateTargetConfig(ctx context.Context) ApiCreateTargetConfigRequest
- func (a *TargetConfigAPIService) CreateTargetConfigExecute(r ApiCreateTargetConfigRequest) (*TargetConfig, *http.Response, error)
- func (a *TargetConfigAPIService) DeleteTargetConfig(ctx context.Context, configId string) ApiDeleteTargetConfigRequest
- func (a *TargetConfigAPIService) DeleteTargetConfigExecute(r ApiDeleteTargetConfigRequest) (*http.Response, error)
- func (a *TargetConfigAPIService) ListTargetConfigs(ctx context.Context) ApiListTargetConfigsRequest
- func (a *TargetConfigAPIService) ListTargetConfigsExecute(r ApiListTargetConfigsRequest) ([]TargetConfig, *http.Response, error)
- type TargetConfigProperty
- func (o *TargetConfigProperty) GetDefaultValue() string
- func (o *TargetConfigProperty) GetDefaultValueOk() (*string, bool)
- func (o *TargetConfigProperty) GetDescription() string
- func (o *TargetConfigProperty) GetDescriptionOk() (*string, bool)
- func (o *TargetConfigProperty) GetDisabledPredicate() string
- func (o *TargetConfigProperty) GetDisabledPredicateOk() (*string, bool)
- func (o *TargetConfigProperty) GetInputMasked() bool
- func (o *TargetConfigProperty) GetInputMaskedOk() (*bool, bool)
- func (o *TargetConfigProperty) GetOptions() []string
- func (o *TargetConfigProperty) GetOptionsOk() ([]string, bool)
- func (o *TargetConfigProperty) GetSuggestions() []string
- func (o *TargetConfigProperty) GetSuggestionsOk() ([]string, bool)
- func (o *TargetConfigProperty) GetType() ModelsTargetConfigPropertyType
- func (o *TargetConfigProperty) GetTypeOk() (*ModelsTargetConfigPropertyType, bool)
- func (o *TargetConfigProperty) HasDefaultValue() bool
- func (o *TargetConfigProperty) HasDescription() bool
- func (o *TargetConfigProperty) HasDisabledPredicate() bool
- func (o *TargetConfigProperty) HasInputMasked() bool
- func (o *TargetConfigProperty) HasOptions() bool
- func (o *TargetConfigProperty) HasSuggestions() bool
- func (o *TargetConfigProperty) HasType() bool
- func (o TargetConfigProperty) MarshalJSON() ([]byte, error)
- func (o *TargetConfigProperty) SetDefaultValue(v string)
- func (o *TargetConfigProperty) SetDescription(v string)
- func (o *TargetConfigProperty) SetDisabledPredicate(v string)
- func (o *TargetConfigProperty) SetInputMasked(v bool)
- func (o *TargetConfigProperty) SetOptions(v []string)
- func (o *TargetConfigProperty) SetSuggestions(v []string)
- func (o *TargetConfigProperty) SetType(v ModelsTargetConfigPropertyType)
- func (o TargetConfigProperty) ToMap() (map[string]interface{}, error)
- type TargetDTO
- func (o *TargetDTO) GetDefault() bool
- func (o *TargetDTO) GetDefaultOk() (*bool, bool)
- func (o *TargetDTO) GetEnvVars() map[string]string
- func (o *TargetDTO) GetEnvVarsOk() (*map[string]string, bool)
- func (o *TargetDTO) GetId() string
- func (o *TargetDTO) GetIdOk() (*string, bool)
- func (o *TargetDTO) GetLastJob() Job
- func (o *TargetDTO) GetLastJobId() string
- func (o *TargetDTO) GetLastJobIdOk() (*string, bool)
- func (o *TargetDTO) GetLastJobOk() (*Job, bool)
- func (o *TargetDTO) GetMetadata() TargetMetadata
- func (o *TargetDTO) GetMetadataOk() (*TargetMetadata, bool)
- func (o *TargetDTO) GetName() string
- func (o *TargetDTO) GetNameOk() (*string, bool)
- func (o *TargetDTO) GetProviderMetadata() string
- func (o *TargetDTO) GetProviderMetadataOk() (*string, bool)
- func (o *TargetDTO) GetState() ResourceState
- func (o *TargetDTO) GetStateOk() (*ResourceState, bool)
- func (o *TargetDTO) GetTargetConfig() TargetConfig
- func (o *TargetDTO) GetTargetConfigId() string
- func (o *TargetDTO) GetTargetConfigIdOk() (*string, bool)
- func (o *TargetDTO) GetTargetConfigOk() (*TargetConfig, bool)
- func (o *TargetDTO) GetWorkspaces() []Workspace
- func (o *TargetDTO) GetWorkspacesOk() ([]Workspace, bool)
- func (o *TargetDTO) HasLastJob() bool
- func (o *TargetDTO) HasLastJobId() bool
- func (o *TargetDTO) HasMetadata() bool
- func (o *TargetDTO) HasProviderMetadata() bool
- func (o TargetDTO) MarshalJSON() ([]byte, error)
- func (o *TargetDTO) SetDefault(v bool)
- func (o *TargetDTO) SetEnvVars(v map[string]string)
- func (o *TargetDTO) SetId(v string)
- func (o *TargetDTO) SetLastJob(v Job)
- func (o *TargetDTO) SetLastJobId(v string)
- func (o *TargetDTO) SetMetadata(v TargetMetadata)
- func (o *TargetDTO) SetName(v string)
- func (o *TargetDTO) SetProviderMetadata(v string)
- func (o *TargetDTO) SetState(v ResourceState)
- func (o *TargetDTO) SetTargetConfig(v TargetConfig)
- func (o *TargetDTO) SetTargetConfigId(v string)
- func (o *TargetDTO) SetWorkspaces(v []Workspace)
- func (o TargetDTO) ToMap() (map[string]interface{}, error)
- func (o *TargetDTO) UnmarshalJSON(data []byte) (err error)
- type TargetMetadata
- func (o *TargetMetadata) GetTargetId() string
- func (o *TargetMetadata) GetTargetIdOk() (*string, bool)
- func (o *TargetMetadata) GetUpdatedAt() string
- func (o *TargetMetadata) GetUpdatedAtOk() (*string, bool)
- func (o *TargetMetadata) GetUptime() int32
- func (o *TargetMetadata) GetUptimeOk() (*int32, bool)
- func (o TargetMetadata) MarshalJSON() ([]byte, error)
- func (o *TargetMetadata) SetTargetId(v string)
- func (o *TargetMetadata) SetUpdatedAt(v string)
- func (o *TargetMetadata) SetUptime(v int32)
- func (o TargetMetadata) ToMap() (map[string]interface{}, error)
- func (o *TargetMetadata) UnmarshalJSON(data []byte) (err error)
- type UpdateJobState
- func (o *UpdateJobState) GetErrorMessage() string
- func (o *UpdateJobState) GetErrorMessageOk() (*string, bool)
- func (o *UpdateJobState) GetState() JobState
- func (o *UpdateJobState) GetStateOk() (*JobState, bool)
- func (o *UpdateJobState) HasErrorMessage() bool
- func (o UpdateJobState) MarshalJSON() ([]byte, error)
- func (o *UpdateJobState) SetErrorMessage(v string)
- func (o *UpdateJobState) SetState(v JobState)
- func (o UpdateJobState) ToMap() (map[string]interface{}, error)
- func (o *UpdateJobState) UnmarshalJSON(data []byte) (err error)
- type UpdateRunnerMetadataDTO
- func (o *UpdateRunnerMetadataDTO) GetProviders() []ProviderInfo
- func (o *UpdateRunnerMetadataDTO) GetProvidersOk() ([]ProviderInfo, bool)
- func (o *UpdateRunnerMetadataDTO) GetRunningJobs() int32
- func (o *UpdateRunnerMetadataDTO) GetRunningJobsOk() (*int32, bool)
- func (o *UpdateRunnerMetadataDTO) GetUptime() int32
- func (o *UpdateRunnerMetadataDTO) GetUptimeOk() (*int32, bool)
- func (o *UpdateRunnerMetadataDTO) HasRunningJobs() bool
- func (o UpdateRunnerMetadataDTO) MarshalJSON() ([]byte, error)
- func (o *UpdateRunnerMetadataDTO) SetProviders(v []ProviderInfo)
- func (o *UpdateRunnerMetadataDTO) SetRunningJobs(v int32)
- func (o *UpdateRunnerMetadataDTO) SetUptime(v int32)
- func (o UpdateRunnerMetadataDTO) ToMap() (map[string]interface{}, error)
- func (o *UpdateRunnerMetadataDTO) UnmarshalJSON(data []byte) (err error)
- type UpdateTargetMetadataDTO
- func (o *UpdateTargetMetadataDTO) GetUptime() int32
- func (o *UpdateTargetMetadataDTO) GetUptimeOk() (*int32, bool)
- func (o UpdateTargetMetadataDTO) MarshalJSON() ([]byte, error)
- func (o *UpdateTargetMetadataDTO) SetUptime(v int32)
- func (o UpdateTargetMetadataDTO) ToMap() (map[string]interface{}, error)
- func (o *UpdateTargetMetadataDTO) UnmarshalJSON(data []byte) (err error)
- type UpdateTargetProviderMetadataDTO
- func (o *UpdateTargetProviderMetadataDTO) GetMetadata() string
- func (o *UpdateTargetProviderMetadataDTO) GetMetadataOk() (*string, bool)
- func (o UpdateTargetProviderMetadataDTO) MarshalJSON() ([]byte, error)
- func (o *UpdateTargetProviderMetadataDTO) SetMetadata(v string)
- func (o UpdateTargetProviderMetadataDTO) ToMap() (map[string]interface{}, error)
- func (o *UpdateTargetProviderMetadataDTO) UnmarshalJSON(data []byte) (err error)
- type UpdateWorkspaceMetadataDTO
- func (o *UpdateWorkspaceMetadataDTO) GetGitStatus() GitStatus
- func (o *UpdateWorkspaceMetadataDTO) GetGitStatusOk() (*GitStatus, bool)
- func (o *UpdateWorkspaceMetadataDTO) GetUptime() int32
- func (o *UpdateWorkspaceMetadataDTO) GetUptimeOk() (*int32, bool)
- func (o *UpdateWorkspaceMetadataDTO) HasGitStatus() bool
- func (o UpdateWorkspaceMetadataDTO) MarshalJSON() ([]byte, error)
- func (o *UpdateWorkspaceMetadataDTO) SetGitStatus(v GitStatus)
- func (o *UpdateWorkspaceMetadataDTO) SetUptime(v int32)
- func (o UpdateWorkspaceMetadataDTO) ToMap() (map[string]interface{}, error)
- func (o *UpdateWorkspaceMetadataDTO) UnmarshalJSON(data []byte) (err error)
- type UpdateWorkspaceProviderMetadataDTO
- func (o *UpdateWorkspaceProviderMetadataDTO) GetMetadata() string
- func (o *UpdateWorkspaceProviderMetadataDTO) GetMetadataOk() (*string, bool)
- func (o UpdateWorkspaceProviderMetadataDTO) MarshalJSON() ([]byte, error)
- func (o *UpdateWorkspaceProviderMetadataDTO) SetMetadata(v string)
- func (o UpdateWorkspaceProviderMetadataDTO) ToMap() (map[string]interface{}, error)
- func (o *UpdateWorkspaceProviderMetadataDTO) UnmarshalJSON(data []byte) (err error)
- type Workspace
- func (o *Workspace) GetApiKey() string
- func (o *Workspace) GetApiKeyOk() (*string, bool)
- func (o *Workspace) GetBuildConfig() BuildConfig
- func (o *Workspace) GetBuildConfigOk() (*BuildConfig, bool)
- func (o *Workspace) GetEnvVars() map[string]string
- func (o *Workspace) GetEnvVarsOk() (*map[string]string, bool)
- func (o *Workspace) GetGitProviderConfigId() string
- func (o *Workspace) GetGitProviderConfigIdOk() (*string, bool)
- func (o *Workspace) GetId() string
- func (o *Workspace) GetIdOk() (*string, bool)
- func (o *Workspace) GetImage() string
- func (o *Workspace) GetImageOk() (*string, bool)
- func (o *Workspace) GetLabels() map[string]string
- func (o *Workspace) GetLabelsOk() (*map[string]string, bool)
- func (o *Workspace) GetLastJob() Job
- func (o *Workspace) GetLastJobId() string
- func (o *Workspace) GetLastJobIdOk() (*string, bool)
- func (o *Workspace) GetLastJobOk() (*Job, bool)
- func (o *Workspace) GetMetadata() WorkspaceMetadata
- func (o *Workspace) GetMetadataOk() (*WorkspaceMetadata, bool)
- func (o *Workspace) GetName() string
- func (o *Workspace) GetNameOk() (*string, bool)
- func (o *Workspace) GetProviderMetadata() string
- func (o *Workspace) GetProviderMetadataOk() (*string, bool)
- func (o *Workspace) GetRepository() GitRepository
- func (o *Workspace) GetRepositoryOk() (*GitRepository, bool)
- func (o *Workspace) GetTarget() Target
- func (o *Workspace) GetTargetId() string
- func (o *Workspace) GetTargetIdOk() (*string, bool)
- func (o *Workspace) GetTargetOk() (*Target, bool)
- func (o *Workspace) GetUser() string
- func (o *Workspace) GetUserOk() (*string, bool)
- func (o *Workspace) HasBuildConfig() bool
- func (o *Workspace) HasGitProviderConfigId() bool
- func (o *Workspace) HasLastJob() bool
- func (o *Workspace) HasLastJobId() bool
- func (o *Workspace) HasMetadata() bool
- func (o *Workspace) HasProviderMetadata() bool
- func (o Workspace) MarshalJSON() ([]byte, error)
- func (o *Workspace) SetApiKey(v string)
- func (o *Workspace) SetBuildConfig(v BuildConfig)
- func (o *Workspace) SetEnvVars(v map[string]string)
- func (o *Workspace) SetGitProviderConfigId(v string)
- func (o *Workspace) SetId(v string)
- func (o *Workspace) SetImage(v string)
- func (o *Workspace) SetLabels(v map[string]string)
- func (o *Workspace) SetLastJob(v Job)
- func (o *Workspace) SetLastJobId(v string)
- func (o *Workspace) SetMetadata(v WorkspaceMetadata)
- func (o *Workspace) SetName(v string)
- func (o *Workspace) SetProviderMetadata(v string)
- func (o *Workspace) SetRepository(v GitRepository)
- func (o *Workspace) SetTarget(v Target)
- func (o *Workspace) SetTargetId(v string)
- func (o *Workspace) SetUser(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) (*WorkspaceDTO, *http.Response, error)
- func (a *WorkspaceAPIService) DeleteWorkspace(ctx context.Context, workspaceId string) ApiDeleteWorkspaceRequest
- func (a *WorkspaceAPIService) DeleteWorkspaceExecute(r ApiDeleteWorkspaceRequest) (*http.Response, error)
- func (a *WorkspaceAPIService) FindWorkspace(ctx context.Context, workspaceId string) ApiFindWorkspaceRequest
- func (a *WorkspaceAPIService) FindWorkspaceExecute(r ApiFindWorkspaceRequest) (*WorkspaceDTO, *http.Response, error)
- func (a *WorkspaceAPIService) GetWorkspaceState(ctx context.Context, workspaceId string) ApiGetWorkspaceStateRequest
- func (a *WorkspaceAPIService) GetWorkspaceStateExecute(r ApiGetWorkspaceStateRequest) (*ResourceState, *http.Response, error)
- func (a *WorkspaceAPIService) ListWorkspaces(ctx context.Context) ApiListWorkspacesRequest
- func (a *WorkspaceAPIService) ListWorkspacesExecute(r ApiListWorkspacesRequest) ([]WorkspaceDTO, *http.Response, error)
- func (a *WorkspaceAPIService) RestartWorkspace(ctx context.Context, workspaceId string) ApiRestartWorkspaceRequest
- func (a *WorkspaceAPIService) RestartWorkspaceExecute(r ApiRestartWorkspaceRequest) (*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) StopWorkspace(ctx context.Context, workspaceId string) ApiStopWorkspaceRequest
- func (a *WorkspaceAPIService) StopWorkspaceExecute(r ApiStopWorkspaceRequest) (*http.Response, error)
- func (a *WorkspaceAPIService) UpdateWorkspaceLabels(ctx context.Context, workspaceId string) ApiUpdateWorkspaceLabelsRequest
- func (a *WorkspaceAPIService) UpdateWorkspaceLabelsExecute(r ApiUpdateWorkspaceLabelsRequest) (*WorkspaceDTO, *http.Response, error)
- func (a *WorkspaceAPIService) UpdateWorkspaceMetadata(ctx context.Context, workspaceId string) ApiUpdateWorkspaceMetadataRequest
- func (a *WorkspaceAPIService) UpdateWorkspaceMetadataExecute(r ApiUpdateWorkspaceMetadataRequest) (*http.Response, error)
- func (a *WorkspaceAPIService) UpdateWorkspaceProviderMetadata(ctx context.Context, workspaceId string) ApiUpdateWorkspaceProviderMetadataRequest
- func (a *WorkspaceAPIService) UpdateWorkspaceProviderMetadataExecute(r ApiUpdateWorkspaceProviderMetadataRequest) (*http.Response, error)
- type WorkspaceDTO
- func (o *WorkspaceDTO) GetApiKey() string
- func (o *WorkspaceDTO) GetApiKeyOk() (*string, bool)
- func (o *WorkspaceDTO) GetBuildConfig() BuildConfig
- func (o *WorkspaceDTO) GetBuildConfigOk() (*BuildConfig, bool)
- func (o *WorkspaceDTO) GetEnvVars() map[string]string
- func (o *WorkspaceDTO) GetEnvVarsOk() (*map[string]string, bool)
- func (o *WorkspaceDTO) GetGitProviderConfigId() string
- func (o *WorkspaceDTO) GetGitProviderConfigIdOk() (*string, bool)
- func (o *WorkspaceDTO) GetId() string
- func (o *WorkspaceDTO) GetIdOk() (*string, bool)
- func (o *WorkspaceDTO) GetImage() string
- func (o *WorkspaceDTO) GetImageOk() (*string, bool)
- func (o *WorkspaceDTO) GetLabels() map[string]string
- func (o *WorkspaceDTO) GetLabelsOk() (*map[string]string, bool)
- func (o *WorkspaceDTO) GetLastJob() Job
- func (o *WorkspaceDTO) GetLastJobId() string
- func (o *WorkspaceDTO) GetLastJobIdOk() (*string, bool)
- func (o *WorkspaceDTO) GetLastJobOk() (*Job, bool)
- func (o *WorkspaceDTO) GetMetadata() WorkspaceMetadata
- func (o *WorkspaceDTO) GetMetadataOk() (*WorkspaceMetadata, bool)
- func (o *WorkspaceDTO) GetName() string
- func (o *WorkspaceDTO) GetNameOk() (*string, bool)
- func (o *WorkspaceDTO) GetProviderMetadata() string
- func (o *WorkspaceDTO) GetProviderMetadataOk() (*string, bool)
- func (o *WorkspaceDTO) GetRepository() GitRepository
- func (o *WorkspaceDTO) GetRepositoryOk() (*GitRepository, bool)
- func (o *WorkspaceDTO) GetState() ResourceState
- func (o *WorkspaceDTO) GetStateOk() (*ResourceState, bool)
- func (o *WorkspaceDTO) GetTarget() Target
- func (o *WorkspaceDTO) GetTargetId() string
- func (o *WorkspaceDTO) GetTargetIdOk() (*string, bool)
- func (o *WorkspaceDTO) GetTargetOk() (*Target, bool)
- func (o *WorkspaceDTO) GetUser() string
- func (o *WorkspaceDTO) GetUserOk() (*string, bool)
- func (o *WorkspaceDTO) HasBuildConfig() bool
- func (o *WorkspaceDTO) HasGitProviderConfigId() bool
- func (o *WorkspaceDTO) HasLastJob() bool
- func (o *WorkspaceDTO) HasLastJobId() bool
- func (o *WorkspaceDTO) HasMetadata() bool
- func (o *WorkspaceDTO) HasProviderMetadata() bool
- func (o WorkspaceDTO) MarshalJSON() ([]byte, error)
- func (o *WorkspaceDTO) SetApiKey(v string)
- func (o *WorkspaceDTO) SetBuildConfig(v BuildConfig)
- func (o *WorkspaceDTO) SetEnvVars(v map[string]string)
- func (o *WorkspaceDTO) SetGitProviderConfigId(v string)
- func (o *WorkspaceDTO) SetId(v string)
- func (o *WorkspaceDTO) SetImage(v string)
- func (o *WorkspaceDTO) SetLabels(v map[string]string)
- func (o *WorkspaceDTO) SetLastJob(v Job)
- func (o *WorkspaceDTO) SetLastJobId(v string)
- func (o *WorkspaceDTO) SetMetadata(v WorkspaceMetadata)
- func (o *WorkspaceDTO) SetName(v string)
- func (o *WorkspaceDTO) SetProviderMetadata(v string)
- func (o *WorkspaceDTO) SetRepository(v GitRepository)
- func (o *WorkspaceDTO) SetState(v ResourceState)
- func (o *WorkspaceDTO) SetTarget(v Target)
- func (o *WorkspaceDTO) SetTargetId(v string)
- func (o *WorkspaceDTO) SetUser(v string)
- func (o WorkspaceDTO) ToMap() (map[string]interface{}, error)
- func (o *WorkspaceDTO) UnmarshalJSON(data []byte) (err error)
- type WorkspaceDirResponse
- func (o *WorkspaceDirResponse) GetDir() string
- func (o *WorkspaceDirResponse) GetDirOk() (*string, bool)
- func (o *WorkspaceDirResponse) HasDir() bool
- func (o WorkspaceDirResponse) MarshalJSON() ([]byte, error)
- func (o *WorkspaceDirResponse) SetDir(v string)
- func (o WorkspaceDirResponse) ToMap() (map[string]interface{}, error)
- type WorkspaceMetadata
- func (o *WorkspaceMetadata) GetGitStatus() GitStatus
- func (o *WorkspaceMetadata) GetGitStatusOk() (*GitStatus, bool)
- func (o *WorkspaceMetadata) GetUpdatedAt() string
- func (o *WorkspaceMetadata) GetUpdatedAtOk() (*string, bool)
- func (o *WorkspaceMetadata) GetUptime() int32
- func (o *WorkspaceMetadata) GetUptimeOk() (*int32, bool)
- func (o *WorkspaceMetadata) GetWorkspaceId() string
- func (o *WorkspaceMetadata) GetWorkspaceIdOk() (*string, bool)
- func (o *WorkspaceMetadata) HasGitStatus() bool
- func (o WorkspaceMetadata) MarshalJSON() ([]byte, error)
- func (o *WorkspaceMetadata) SetGitStatus(v GitStatus)
- func (o *WorkspaceMetadata) SetUpdatedAt(v string)
- func (o *WorkspaceMetadata) SetUptime(v int32)
- func (o *WorkspaceMetadata) SetWorkspaceId(v string)
- func (o WorkspaceMetadata) ToMap() (map[string]interface{}, error)
- func (o *WorkspaceMetadata) UnmarshalJSON(data []byte) (err error)
- type WorkspaceTemplate
- func (o *WorkspaceTemplate) GetBuildConfig() BuildConfig
- func (o *WorkspaceTemplate) GetBuildConfigOk() (*BuildConfig, bool)
- func (o *WorkspaceTemplate) GetDefault() bool
- func (o *WorkspaceTemplate) GetDefaultOk() (*bool, bool)
- func (o *WorkspaceTemplate) GetEnvVars() map[string]string
- func (o *WorkspaceTemplate) GetEnvVarsOk() (*map[string]string, bool)
- func (o *WorkspaceTemplate) GetGitProviderConfigId() string
- func (o *WorkspaceTemplate) GetGitProviderConfigIdOk() (*string, bool)
- func (o *WorkspaceTemplate) GetImage() string
- func (o *WorkspaceTemplate) GetImageOk() (*string, bool)
- func (o *WorkspaceTemplate) GetLabels() map[string]string
- func (o *WorkspaceTemplate) GetLabelsOk() (*map[string]string, bool)
- func (o *WorkspaceTemplate) GetName() string
- func (o *WorkspaceTemplate) GetNameOk() (*string, bool)
- func (o *WorkspaceTemplate) GetPrebuilds() []PrebuildConfig
- func (o *WorkspaceTemplate) GetPrebuildsOk() ([]PrebuildConfig, bool)
- func (o *WorkspaceTemplate) GetRepositoryUrl() string
- func (o *WorkspaceTemplate) GetRepositoryUrlOk() (*string, bool)
- func (o *WorkspaceTemplate) GetUser() string
- func (o *WorkspaceTemplate) GetUserOk() (*string, bool)
- func (o *WorkspaceTemplate) HasBuildConfig() bool
- func (o *WorkspaceTemplate) HasGitProviderConfigId() bool
- func (o *WorkspaceTemplate) HasPrebuilds() bool
- func (o WorkspaceTemplate) MarshalJSON() ([]byte, error)
- func (o *WorkspaceTemplate) SetBuildConfig(v BuildConfig)
- func (o *WorkspaceTemplate) SetDefault(v bool)
- func (o *WorkspaceTemplate) SetEnvVars(v map[string]string)
- func (o *WorkspaceTemplate) SetGitProviderConfigId(v string)
- func (o *WorkspaceTemplate) SetImage(v string)
- func (o *WorkspaceTemplate) SetLabels(v map[string]string)
- func (o *WorkspaceTemplate) SetName(v string)
- func (o *WorkspaceTemplate) SetPrebuilds(v []PrebuildConfig)
- func (o *WorkspaceTemplate) SetRepositoryUrl(v string)
- func (o *WorkspaceTemplate) SetUser(v string)
- func (o WorkspaceTemplate) ToMap() (map[string]interface{}, error)
- func (o *WorkspaceTemplate) UnmarshalJSON(data []byte) (err error)
- type WorkspaceTemplateAPIService
- func (a *WorkspaceTemplateAPIService) DeleteWorkspaceTemplate(ctx context.Context, templateName string) ApiDeleteWorkspaceTemplateRequest
- func (a *WorkspaceTemplateAPIService) DeleteWorkspaceTemplateExecute(r ApiDeleteWorkspaceTemplateRequest) (*http.Response, error)
- func (a *WorkspaceTemplateAPIService) FindWorkspaceTemplate(ctx context.Context, templateName string) ApiFindWorkspaceTemplateRequest
- func (a *WorkspaceTemplateAPIService) FindWorkspaceTemplateExecute(r ApiFindWorkspaceTemplateRequest) (*WorkspaceTemplate, *http.Response, error)
- func (a *WorkspaceTemplateAPIService) GetDefaultWorkspaceTemplate(ctx context.Context, gitUrl string) ApiGetDefaultWorkspaceTemplateRequest
- func (a *WorkspaceTemplateAPIService) GetDefaultWorkspaceTemplateExecute(r ApiGetDefaultWorkspaceTemplateRequest) (*WorkspaceTemplate, *http.Response, error)
- func (a *WorkspaceTemplateAPIService) ListWorkspaceTemplates(ctx context.Context) ApiListWorkspaceTemplatesRequest
- func (a *WorkspaceTemplateAPIService) ListWorkspaceTemplatesExecute(r ApiListWorkspaceTemplatesRequest) ([]WorkspaceTemplate, *http.Response, error)
- func (a *WorkspaceTemplateAPIService) SaveWorkspaceTemplate(ctx context.Context) ApiSaveWorkspaceTemplateRequest
- func (a *WorkspaceTemplateAPIService) SaveWorkspaceTemplateExecute(r ApiSaveWorkspaceTemplateRequest) (*http.Response, error)
- func (a *WorkspaceTemplateAPIService) SetDefaultWorkspaceTemplate(ctx context.Context, templateName string) ApiSetDefaultWorkspaceTemplateRequest
- func (a *WorkspaceTemplateAPIService) SetDefaultWorkspaceTemplateExecute(r ApiSetDefaultWorkspaceTemplateRequest) (*http.Response, error)
- type WorkspaceToolboxAPIService
- func (a *WorkspaceToolboxAPIService) CreateSession(ctx context.Context, workspaceId string) ApiCreateSessionRequest
- func (a *WorkspaceToolboxAPIService) CreateSessionExecute(r ApiCreateSessionRequest) (*http.Response, error)
- func (a *WorkspaceToolboxAPIService) DeleteSession(ctx context.Context, workspaceId string, sessionId string) ApiDeleteSessionRequest
- func (a *WorkspaceToolboxAPIService) DeleteSessionExecute(r ApiDeleteSessionRequest) (*http.Response, error)
- func (a *WorkspaceToolboxAPIService) FsCreateFolder(ctx context.Context, workspaceId string) ApiFsCreateFolderRequest
- func (a *WorkspaceToolboxAPIService) FsCreateFolderExecute(r ApiFsCreateFolderRequest) (*http.Response, error)
- func (a *WorkspaceToolboxAPIService) FsDeleteFile(ctx context.Context, workspaceId string) ApiFsDeleteFileRequest
- func (a *WorkspaceToolboxAPIService) FsDeleteFileExecute(r ApiFsDeleteFileRequest) (*http.Response, error)
- func (a *WorkspaceToolboxAPIService) FsDownloadFile(ctx context.Context, workspaceId string) ApiFsDownloadFileRequest
- func (a *WorkspaceToolboxAPIService) FsDownloadFileExecute(r ApiFsDownloadFileRequest) (*os.File, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) FsFindInFiles(ctx context.Context, workspaceId string) ApiFsFindInFilesRequest
- func (a *WorkspaceToolboxAPIService) FsFindInFilesExecute(r ApiFsFindInFilesRequest) ([]Match, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) FsGetFileDetails(ctx context.Context, workspaceId string) ApiFsGetFileDetailsRequest
- func (a *WorkspaceToolboxAPIService) FsGetFileDetailsExecute(r ApiFsGetFileDetailsRequest) (*FileInfo, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) FsListFiles(ctx context.Context, workspaceId string) ApiFsListFilesRequest
- func (a *WorkspaceToolboxAPIService) FsListFilesExecute(r ApiFsListFilesRequest) ([]FileInfo, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) FsMoveFile(ctx context.Context, workspaceId string) ApiFsMoveFileRequest
- func (a *WorkspaceToolboxAPIService) FsMoveFileExecute(r ApiFsMoveFileRequest) (*http.Response, error)
- func (a *WorkspaceToolboxAPIService) FsReplaceInFiles(ctx context.Context, workspaceId string) ApiFsReplaceInFilesRequest
- func (a *WorkspaceToolboxAPIService) FsReplaceInFilesExecute(r ApiFsReplaceInFilesRequest) ([]ReplaceResult, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) FsSearchFiles(ctx context.Context, workspaceId string) ApiFsSearchFilesRequest
- func (a *WorkspaceToolboxAPIService) FsSearchFilesExecute(r ApiFsSearchFilesRequest) (*SearchFilesResponse, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) FsSetFilePermissions(ctx context.Context, workspaceId string) ApiFsSetFilePermissionsRequest
- func (a *WorkspaceToolboxAPIService) FsSetFilePermissionsExecute(r ApiFsSetFilePermissionsRequest) (*http.Response, error)
- func (a *WorkspaceToolboxAPIService) FsUploadFile(ctx context.Context, workspaceId string) ApiFsUploadFileRequest
- func (a *WorkspaceToolboxAPIService) FsUploadFileExecute(r ApiFsUploadFileRequest) (*http.Response, error)
- func (a *WorkspaceToolboxAPIService) GetSessionCommandLogs(ctx context.Context, workspaceId string, sessionId string, commandId string) ApiGetSessionCommandLogsRequest
- func (a *WorkspaceToolboxAPIService) GetSessionCommandLogsExecute(r ApiGetSessionCommandLogsRequest) (string, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) GetWorkspaceDir(ctx context.Context, workspaceId string) ApiGetWorkspaceDirRequest
- func (a *WorkspaceToolboxAPIService) GetWorkspaceDirExecute(r ApiGetWorkspaceDirRequest) (*WorkspaceDirResponse, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) GitAddFiles(ctx context.Context, workspaceId string) ApiGitAddFilesRequest
- func (a *WorkspaceToolboxAPIService) GitAddFilesExecute(r ApiGitAddFilesRequest) (*http.Response, error)
- func (a *WorkspaceToolboxAPIService) GitBranchList(ctx context.Context, workspaceId string) ApiGitBranchListRequest
- func (a *WorkspaceToolboxAPIService) GitBranchListExecute(r ApiGitBranchListRequest) (*ListBranchResponse, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) GitCloneRepository(ctx context.Context, workspaceId string) ApiGitCloneRepositoryRequest
- func (a *WorkspaceToolboxAPIService) GitCloneRepositoryExecute(r ApiGitCloneRepositoryRequest) (*http.Response, error)
- func (a *WorkspaceToolboxAPIService) GitCommitChanges(ctx context.Context, workspaceId string) ApiGitCommitChangesRequest
- func (a *WorkspaceToolboxAPIService) GitCommitChangesExecute(r ApiGitCommitChangesRequest) (*GitCommitResponse, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) GitCommitHistory(ctx context.Context, workspaceId string) ApiGitCommitHistoryRequest
- func (a *WorkspaceToolboxAPIService) GitCommitHistoryExecute(r ApiGitCommitHistoryRequest) ([]GitCommitInfo, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) GitCreateBranch(ctx context.Context, workspaceId string) ApiGitCreateBranchRequest
- func (a *WorkspaceToolboxAPIService) GitCreateBranchExecute(r ApiGitCreateBranchRequest) (*http.Response, error)
- func (a *WorkspaceToolboxAPIService) GitGitStatus(ctx context.Context, workspaceId string) ApiGitGitStatusRequest
- func (a *WorkspaceToolboxAPIService) GitGitStatusExecute(r ApiGitGitStatusRequest) (*GitStatus, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) GitPullChanges(ctx context.Context, workspaceId string) ApiGitPullChangesRequest
- func (a *WorkspaceToolboxAPIService) GitPullChangesExecute(r ApiGitPullChangesRequest) (*http.Response, error)
- func (a *WorkspaceToolboxAPIService) GitPushChanges(ctx context.Context, workspaceId string) ApiGitPushChangesRequest
- func (a *WorkspaceToolboxAPIService) GitPushChangesExecute(r ApiGitPushChangesRequest) (*http.Response, error)
- func (a *WorkspaceToolboxAPIService) ListSessions(ctx context.Context, workspaceId string) ApiListSessionsRequest
- func (a *WorkspaceToolboxAPIService) ListSessionsExecute(r ApiListSessionsRequest) ([]Session, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) LspCompletions(ctx context.Context, workspaceId string) ApiLspCompletionsRequest
- func (a *WorkspaceToolboxAPIService) LspCompletionsExecute(r ApiLspCompletionsRequest) (*CompletionList, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) LspDidClose(ctx context.Context, workspaceId string) ApiLspDidCloseRequest
- func (a *WorkspaceToolboxAPIService) LspDidCloseExecute(r ApiLspDidCloseRequest) (*http.Response, error)
- func (a *WorkspaceToolboxAPIService) LspDidOpen(ctx context.Context, workspaceId string) ApiLspDidOpenRequest
- func (a *WorkspaceToolboxAPIService) LspDidOpenExecute(r ApiLspDidOpenRequest) (*http.Response, error)
- func (a *WorkspaceToolboxAPIService) LspDocumentSymbols(ctx context.Context, workspaceId string) ApiLspDocumentSymbolsRequest
- func (a *WorkspaceToolboxAPIService) LspDocumentSymbolsExecute(r ApiLspDocumentSymbolsRequest) ([]LspSymbol, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) LspStart(ctx context.Context, workspaceId string) ApiLspStartRequest
- func (a *WorkspaceToolboxAPIService) LspStartExecute(r ApiLspStartRequest) (*http.Response, error)
- func (a *WorkspaceToolboxAPIService) LspStop(ctx context.Context, workspaceId string) ApiLspStopRequest
- func (a *WorkspaceToolboxAPIService) LspStopExecute(r ApiLspStopRequest) (*http.Response, error)
- func (a *WorkspaceToolboxAPIService) LspWorkspaceSymbols(ctx context.Context, workspaceId string) ApiLspWorkspaceSymbolsRequest
- func (a *WorkspaceToolboxAPIService) LspWorkspaceSymbolsExecute(r ApiLspWorkspaceSymbolsRequest) ([]LspSymbol, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) ProcessExecuteCommand(ctx context.Context, workspaceId string) ApiProcessExecuteCommandRequest
- func (a *WorkspaceToolboxAPIService) ProcessExecuteCommandExecute(r ApiProcessExecuteCommandRequest) (*ExecuteResponse, *http.Response, error)
- func (a *WorkspaceToolboxAPIService) SessionExecuteCommand(ctx context.Context, workspaceId string, sessionId string) ApiSessionExecuteCommandRequest
- func (a *WorkspaceToolboxAPIService) SessionExecuteCommandExecute(r ApiSessionExecuteCommandRequest) (*SessionExecuteResponse, *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 AllowedCloneTargetEnumValues = []CloneTarget{
"branch",
"commit",
}
All allowed values of CloneTarget enum
var AllowedJobStateEnumValues = []JobState{
"pending",
"running",
"error",
"success",
}
All allowed values of JobState enum
var AllowedModelsApiKeyTypeEnumValues = []ModelsApiKeyType{
"client",
"workspace",
"target",
"runner",
}
All allowed values of ModelsApiKeyType enum
var AllowedModelsJobActionEnumValues = []ModelsJobAction{
"create",
"start",
"stop",
"restart",
"delete",
"force-delete",
"run",
"install-provider",
"uninstall-provider",
"update-provider",
}
All allowed values of ModelsJobAction enum
var AllowedModelsResourceStateNameEnumValues = []ModelsResourceStateName{
"undefined",
"pending-run",
"running",
"run-successful",
"pending-create",
"creating",
"pending-start",
"starting",
"started",
"pending-stop",
"stopping",
"stopped",
"pending-restart",
"error",
"unresponsive",
"pending-delete",
"pending-forced-delete",
"deleting",
"deleted",
}
All allowed values of ModelsResourceStateName enum
var AllowedModelsTargetConfigPropertyTypeEnumValues = []ModelsTargetConfigPropertyType{
"string",
"option",
"boolean",
"int",
"float",
"file-path",
}
All allowed values of ModelsTargetConfigPropertyType enum
var AllowedResourceTypeEnumValues = []ResourceType{
"workspace",
"target",
"build",
"runner",
}
All allowed values of ResourceType 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 EnvVarAPI *EnvVarAPIService GitProviderAPI *GitProviderAPIService JobAPI *JobAPIService PrebuildAPI *PrebuildAPIService ProviderAPI *ProviderAPIService RunnerAPI *RunnerAPIService SampleAPI *SampleAPIService ServerAPI *ServerAPIService TargetAPI *TargetAPIService TargetConfigAPI *TargetConfigAPIService WorkspaceAPI *WorkspaceAPIService WorkspaceTemplateAPI *WorkspaceTemplateAPIService 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 ApiCreateApiKeyRequest ¶ added in v0.52.0
type ApiCreateApiKeyRequest struct { ApiService *ApiKeyAPIService // contains filtered or unexported fields }
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 ApiCreateNetworkKeyRequest ¶ added in v0.52.0
type ApiCreateNetworkKeyRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
func (ApiCreateNetworkKeyRequest) Execute ¶ added in v0.52.0
func (r ApiCreateNetworkKeyRequest) Execute() (*NetworkKey, *http.Response, error)
type ApiCreateRunnerRequest ¶ added in v0.52.0
type ApiCreateRunnerRequest struct { ApiService *RunnerAPIService // contains filtered or unexported fields }
func (ApiCreateRunnerRequest) Execute ¶ added in v0.52.0
func (r ApiCreateRunnerRequest) Execute() (*CreateRunnerResultDTO, *http.Response, error)
func (ApiCreateRunnerRequest) Runner ¶ added in v0.52.0
func (r ApiCreateRunnerRequest) Runner(runner CreateRunnerDTO) ApiCreateRunnerRequest
Runner
type ApiCreateSessionRequest ¶ added in v0.52.0
type ApiCreateSessionRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiCreateSessionRequest) Execute ¶ added in v0.52.0
func (r ApiCreateSessionRequest) Execute() (*http.Response, error)
func (ApiCreateSessionRequest) Params ¶ added in v0.52.0
func (r ApiCreateSessionRequest) Params(params CreateSessionRequest) ApiCreateSessionRequest
Create session request
type ApiCreateTargetConfigRequest ¶ added in v0.52.0
type ApiCreateTargetConfigRequest struct { ApiService *TargetConfigAPIService // contains filtered or unexported fields }
func (ApiCreateTargetConfigRequest) Execute ¶ added in v0.52.0
func (r ApiCreateTargetConfigRequest) Execute() (*TargetConfig, *http.Response, error)
func (ApiCreateTargetConfigRequest) ShowOptions ¶ added in v0.52.0
func (r ApiCreateTargetConfigRequest) ShowOptions(showOptions bool) ApiCreateTargetConfigRequest
Show target config options
func (ApiCreateTargetConfigRequest) TargetConfig ¶ added in v0.52.0
func (r ApiCreateTargetConfigRequest) TargetConfig(targetConfig CreateTargetConfigDTO) ApiCreateTargetConfigRequest
Target config to create
type ApiCreateTargetRequest ¶ added in v0.52.0
type ApiCreateTargetRequest struct { ApiService *TargetAPIService // contains filtered or unexported fields }
func (ApiCreateTargetRequest) Execute ¶ added in v0.52.0
func (r ApiCreateTargetRequest) Execute() (*Target, *http.Response, error)
func (ApiCreateTargetRequest) Target ¶ added in v0.52.0
func (r ApiCreateTargetRequest) Target(target CreateTargetDTO) ApiCreateTargetRequest
Create target
type ApiCreateWorkspaceRequest ¶
type ApiCreateWorkspaceRequest struct { ApiService *WorkspaceAPIService // contains filtered or unexported fields }
func (ApiCreateWorkspaceRequest) Execute ¶
func (r ApiCreateWorkspaceRequest) Execute() (*WorkspaceDTO, *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 ApiDeleteApiKeyRequest ¶ added in v0.52.0
type ApiDeleteApiKeyRequest struct { ApiService *ApiKeyAPIService // contains filtered or unexported fields }
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 ApiDeleteEnvironmentVariableRequest ¶ added in v0.52.0
type ApiDeleteEnvironmentVariableRequest struct { ApiService *EnvVarAPIService // contains filtered or unexported fields }
type ApiDeleteGitProviderRequest ¶ added in v0.52.0
type ApiDeleteGitProviderRequest struct { ApiService *GitProviderAPIService // contains filtered or unexported fields }
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 ApiDeleteRunnerRequest ¶ added in v0.52.0
type ApiDeleteRunnerRequest struct { ApiService *RunnerAPIService // contains filtered or unexported fields }
type ApiDeleteSessionRequest ¶ added in v0.52.0
type ApiDeleteSessionRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
type ApiDeleteTargetConfigRequest ¶ added in v0.52.0
type ApiDeleteTargetConfigRequest struct { ApiService *TargetConfigAPIService // contains filtered or unexported fields }
type ApiDeleteTargetRequest ¶ added in v0.52.0
type ApiDeleteTargetRequest struct { ApiService *TargetAPIService // contains filtered or unexported fields }
func (ApiDeleteTargetRequest) Execute ¶ added in v0.52.0
func (r ApiDeleteTargetRequest) Execute() (*http.Response, error)
func (ApiDeleteTargetRequest) Force ¶ added in v0.52.0
func (r ApiDeleteTargetRequest) Force(force bool) ApiDeleteTargetRequest
Force
type ApiDeleteWorkspaceRequest ¶ added in v0.52.0
type ApiDeleteWorkspaceRequest struct { ApiService *WorkspaceAPIService // contains filtered or unexported fields }
func (ApiDeleteWorkspaceRequest) Execute ¶ added in v0.52.0
func (r ApiDeleteWorkspaceRequest) Execute() (*http.Response, error)
func (ApiDeleteWorkspaceRequest) Force ¶ added in v0.52.0
func (r ApiDeleteWorkspaceRequest) Force(force bool) ApiDeleteWorkspaceRequest
Force
type ApiDeleteWorkspaceTemplateRequest ¶ added in v0.52.0
type ApiDeleteWorkspaceTemplateRequest struct { ApiService *WorkspaceTemplateAPIService // contains filtered or unexported fields }
func (ApiDeleteWorkspaceTemplateRequest) Execute ¶ added in v0.52.0
func (r ApiDeleteWorkspaceTemplateRequest) Execute() (*http.Response, error)
func (ApiDeleteWorkspaceTemplateRequest) Force ¶ added in v0.52.0
func (r ApiDeleteWorkspaceTemplateRequest) Force(force bool) ApiDeleteWorkspaceTemplateRequest
Force
type ApiFindBuildRequest ¶ added in v0.52.0
type ApiFindBuildRequest struct { ApiService *BuildAPIService // contains filtered or unexported fields }
type ApiFindContainerRegistryRequest ¶ added in v0.52.0
type ApiFindContainerRegistryRequest struct { ApiService *ContainerRegistryAPIService // contains filtered or unexported fields }
func (ApiFindContainerRegistryRequest) Execute ¶ added in v0.52.0
func (r ApiFindContainerRegistryRequest) Execute() (*ContainerRegistry, *http.Response, error)
func (ApiFindContainerRegistryRequest) WorkspaceId ¶ added in v0.52.0
func (r ApiFindContainerRegistryRequest) WorkspaceId(workspaceId string) ApiFindContainerRegistryRequest
Workspace ID or Name
type ApiFindGitProviderIdForUrlRequest ¶ added in v0.52.0
type ApiFindGitProviderIdForUrlRequest struct { ApiService *GitProviderAPIService // contains filtered or unexported fields }
type ApiFindGitProviderRequest ¶ added in v0.52.0
type ApiFindGitProviderRequest struct { ApiService *GitProviderAPIService // contains filtered or unexported fields }
func (ApiFindGitProviderRequest) Execute ¶ added in v0.52.0
func (r ApiFindGitProviderRequest) Execute() (*GitProvider, *http.Response, error)
type ApiFindPrebuildRequest ¶ added in v0.52.0
type ApiFindPrebuildRequest struct { ApiService *PrebuildAPIService // contains filtered or unexported fields }
func (ApiFindPrebuildRequest) Execute ¶ added in v0.52.0
func (r ApiFindPrebuildRequest) Execute() (*PrebuildDTO, *http.Response, error)
type ApiFindRunnerRequest ¶ added in v0.52.0
type ApiFindRunnerRequest struct { ApiService *RunnerAPIService // contains filtered or unexported fields }
type ApiFindTargetRequest ¶ added in v0.52.0
type ApiFindTargetRequest struct { ApiService *TargetAPIService // contains filtered or unexported fields }
func (ApiFindTargetRequest) Execute ¶ added in v0.52.0
func (r ApiFindTargetRequest) Execute() (*TargetDTO, *http.Response, error)
func (ApiFindTargetRequest) ShowOptions ¶ added in v0.52.0
func (r ApiFindTargetRequest) ShowOptions(showOptions bool) ApiFindTargetRequest
Show target config options
type ApiFindWorkspaceRequest ¶ added in v0.52.0
type ApiFindWorkspaceRequest struct { ApiService *WorkspaceAPIService // contains filtered or unexported fields }
func (ApiFindWorkspaceRequest) Execute ¶ added in v0.52.0
func (r ApiFindWorkspaceRequest) Execute() (*WorkspaceDTO, *http.Response, error)
type ApiFindWorkspaceTemplateRequest ¶ added in v0.52.0
type ApiFindWorkspaceTemplateRequest struct { ApiService *WorkspaceTemplateAPIService // contains filtered or unexported fields }
func (ApiFindWorkspaceTemplateRequest) Execute ¶ added in v0.52.0
func (r ApiFindWorkspaceTemplateRequest) Execute() (*WorkspaceTemplate, *http.Response, error)
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 ApiGetConfigRequest ¶
type ApiGetConfigRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
func (ApiGetConfigRequest) Execute ¶
func (r ApiGetConfigRequest) Execute() (*ServerConfig, *http.Response, error)
type ApiGetDefaultWorkspaceTemplateRequest ¶ added in v0.52.0
type ApiGetDefaultWorkspaceTemplateRequest struct { ApiService *WorkspaceTemplateAPIService // contains filtered or unexported fields }
func (ApiGetDefaultWorkspaceTemplateRequest) Execute ¶ added in v0.52.0
func (r ApiGetDefaultWorkspaceTemplateRequest) Execute() (*WorkspaceTemplate, *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 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 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 ApiGetRunnerProvidersRequest ¶ added in v0.52.0
type ApiGetRunnerProvidersRequest struct { ApiService *ProviderAPIService // contains filtered or unexported fields }
func (ApiGetRunnerProvidersRequest) Execute ¶ added in v0.52.0
func (r ApiGetRunnerProvidersRequest) Execute() ([]ProviderInfo, *http.Response, error)
type ApiGetServerLogFilesRequest ¶ added in v0.47.0
type ApiGetServerLogFilesRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
type ApiGetSessionCommandLogsRequest ¶ added in v0.52.0
type ApiGetSessionCommandLogsRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
type ApiGetTargetStateRequest ¶ added in v0.52.0
type ApiGetTargetStateRequest struct { ApiService *TargetAPIService // contains filtered or unexported fields }
func (ApiGetTargetStateRequest) Execute ¶ added in v0.52.0
func (r ApiGetTargetStateRequest) Execute() (*ResourceState, *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 ApiGetWorkspaceDirRequest ¶ added in v0.52.0
type ApiGetWorkspaceDirRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiGetWorkspaceDirRequest) Execute ¶ added in v0.52.0
func (r ApiGetWorkspaceDirRequest) Execute() (*WorkspaceDirResponse, *http.Response, error)
type ApiGetWorkspaceStateRequest ¶ added in v0.52.0
type ApiGetWorkspaceStateRequest struct { ApiService *WorkspaceAPIService // contains filtered or unexported fields }
func (ApiGetWorkspaceStateRequest) Execute ¶ added in v0.52.0
func (r ApiGetWorkspaceStateRequest) Execute() (*ResourceState, *http.Response, error)
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 ApiHandleSuccessfulCreationRequest ¶ added in v0.52.0
type ApiHandleSuccessfulCreationRequest struct { ApiService *TargetAPIService // contains filtered or unexported fields }
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) ProviderVersion ¶ added in v0.52.0
func (r ApiInstallProviderRequest) ProviderVersion(providerVersion string) ApiInstallProviderRequest
Provider version - defaults to 'latest'
type ApiKeyAPIService ¶
type ApiKeyAPIService service
ApiKeyAPIService ApiKeyAPI service
func (*ApiKeyAPIService) CreateApiKey ¶ added in v0.52.0
func (a *ApiKeyAPIService) CreateApiKey(ctx context.Context, apiKeyName string) ApiCreateApiKeyRequest
CreateApiKey Create an API key
Create 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 ApiCreateApiKeyRequest
func (*ApiKeyAPIService) CreateApiKeyExecute ¶ added in v0.52.0
func (a *ApiKeyAPIService) CreateApiKeyExecute(r ApiCreateApiKeyRequest) (string, *http.Response, error)
Execute executes the request
@return string
func (*ApiKeyAPIService) DeleteApiKey ¶ added in v0.52.0
func (a *ApiKeyAPIService) DeleteApiKey(ctx context.Context, apiKeyName string) ApiDeleteApiKeyRequest
DeleteApiKey Delete API key
Delete 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 ApiDeleteApiKeyRequest
func (*ApiKeyAPIService) DeleteApiKeyExecute ¶ added in v0.52.0
func (a *ApiKeyAPIService) DeleteApiKeyExecute(r ApiDeleteApiKeyRequest) (*http.Response, error)
Execute executes the request
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) ([]ApiKeyViewDTO, *http.Response, error)
Execute executes the request
@return []ApiKeyViewDTO
type ApiKeyViewDTO ¶ added in v0.52.0
type ApiKeyViewDTO struct { Current bool `json:"current"` Name string `json:"name"` Type ModelsApiKeyType `json:"type"` }
ApiKeyViewDTO struct for ApiKeyViewDTO
func NewApiKeyViewDTO ¶ added in v0.52.0
func NewApiKeyViewDTO(current bool, name string, type_ ModelsApiKeyType) *ApiKeyViewDTO
NewApiKeyViewDTO instantiates a new ApiKeyViewDTO 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 NewApiKeyViewDTOWithDefaults ¶ added in v0.52.0
func NewApiKeyViewDTOWithDefaults() *ApiKeyViewDTO
NewApiKeyViewDTOWithDefaults instantiates a new ApiKeyViewDTO 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 (*ApiKeyViewDTO) GetCurrent ¶ added in v0.52.0
func (o *ApiKeyViewDTO) GetCurrent() bool
GetCurrent returns the Current field value
func (*ApiKeyViewDTO) GetCurrentOk ¶ added in v0.52.0
func (o *ApiKeyViewDTO) GetCurrentOk() (*bool, bool)
GetCurrentOk returns a tuple with the Current field value and a boolean to check if the value has been set.
func (*ApiKeyViewDTO) GetName ¶ added in v0.52.0
func (o *ApiKeyViewDTO) GetName() string
GetName returns the Name field value
func (*ApiKeyViewDTO) GetNameOk ¶ added in v0.52.0
func (o *ApiKeyViewDTO) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ApiKeyViewDTO) GetType ¶ added in v0.52.0
func (o *ApiKeyViewDTO) GetType() ModelsApiKeyType
GetType returns the Type field value
func (*ApiKeyViewDTO) GetTypeOk ¶ added in v0.52.0
func (o *ApiKeyViewDTO) GetTypeOk() (*ModelsApiKeyType, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (ApiKeyViewDTO) MarshalJSON ¶ added in v0.52.0
func (o ApiKeyViewDTO) MarshalJSON() ([]byte, error)
func (*ApiKeyViewDTO) SetCurrent ¶ added in v0.52.0
func (o *ApiKeyViewDTO) SetCurrent(v bool)
SetCurrent sets field value
func (*ApiKeyViewDTO) SetName ¶ added in v0.52.0
func (o *ApiKeyViewDTO) SetName(v string)
SetName sets field value
func (*ApiKeyViewDTO) SetType ¶ added in v0.52.0
func (o *ApiKeyViewDTO) SetType(v ModelsApiKeyType)
SetType sets field value
func (ApiKeyViewDTO) ToMap ¶ added in v0.52.0
func (o ApiKeyViewDTO) ToMap() (map[string]interface{}, error)
func (*ApiKeyViewDTO) UnmarshalJSON ¶ added in v0.52.0
func (o *ApiKeyViewDTO) UnmarshalJSON(data []byte) (err error)
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 }
func (ApiListClientApiKeysRequest) Execute ¶
func (r ApiListClientApiKeysRequest) Execute() ([]ApiKeyViewDTO, *http.Response, error)
type ApiListEnvironmentVariablesRequest ¶ added in v0.52.0
type ApiListEnvironmentVariablesRequest struct { ApiService *EnvVarAPIService // contains filtered or unexported fields }
func (ApiListEnvironmentVariablesRequest) Execute ¶ added in v0.52.0
func (r ApiListEnvironmentVariablesRequest) Execute() ([]EnvironmentVariable, *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 ApiListJobsRequest ¶ added in v0.52.0
type ApiListJobsRequest struct { ApiService *JobAPIService // contains filtered or unexported fields }
func (ApiListJobsRequest) Actions ¶ added in v0.52.0
func (r ApiListJobsRequest) Actions(actions []string) ApiListJobsRequest
Job Actions
func (ApiListJobsRequest) Execute ¶ added in v0.52.0
func (r ApiListJobsRequest) Execute() ([]Job, *http.Response, error)
func (ApiListJobsRequest) ResourceId ¶ added in v0.52.0
func (r ApiListJobsRequest) ResourceId(resourceId string) ApiListJobsRequest
Resource ID
func (ApiListJobsRequest) ResourceType ¶ added in v0.52.0
func (r ApiListJobsRequest) ResourceType(resourceType string) ApiListJobsRequest
Resource Type
func (ApiListJobsRequest) States ¶ added in v0.52.0
func (r ApiListJobsRequest) States(states []string) ApiListJobsRequest
Job States
type ApiListPrebuildsForWorkspaceTemplateRequest ¶ added in v0.52.0
type ApiListPrebuildsForWorkspaceTemplateRequest struct { ApiService *PrebuildAPIService // contains filtered or unexported fields }
func (ApiListPrebuildsForWorkspaceTemplateRequest) Execute ¶ added in v0.52.0
func (r ApiListPrebuildsForWorkspaceTemplateRequest) 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 ApiListProvidersForInstallRequest ¶ added in v0.52.0
type ApiListProvidersForInstallRequest struct { ApiService *ProviderAPIService // contains filtered or unexported fields }
func (ApiListProvidersForInstallRequest) Execute ¶ added in v0.52.0
func (r ApiListProvidersForInstallRequest) Execute() ([]ProviderDTO, *http.Response, error)
type ApiListProvidersRequest ¶
type ApiListProvidersRequest struct { ApiService *ProviderAPIService // contains filtered or unexported fields }
func (ApiListProvidersRequest) Execute ¶
func (r ApiListProvidersRequest) Execute() ([]ProviderInfo, *http.Response, error)
func (ApiListProvidersRequest) RunnerId ¶ added in v0.52.0
func (r ApiListProvidersRequest) RunnerId(runnerId string) ApiListProvidersRequest
Runner ID
type ApiListRunnerJobsRequest ¶ added in v0.52.0
type ApiListRunnerJobsRequest struct { ApiService *RunnerAPIService // contains filtered or unexported fields }
type ApiListRunnersRequest ¶ added in v0.52.0
type ApiListRunnersRequest struct { ApiService *RunnerAPIService // contains filtered or unexported fields }
type ApiListSamplesRequest ¶ added in v0.27.0
type ApiListSamplesRequest struct { ApiService *SampleAPIService // contains filtered or unexported fields }
type ApiListSessionsRequest ¶ added in v0.52.0
type ApiListSessionsRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
type ApiListSuccessfulBuildsRequest ¶ added in v0.52.0
type ApiListSuccessfulBuildsRequest struct { ApiService *BuildAPIService // contains filtered or unexported fields }
type ApiListTargetConfigsRequest ¶ added in v0.52.0
type ApiListTargetConfigsRequest struct { ApiService *TargetConfigAPIService // contains filtered or unexported fields }
func (ApiListTargetConfigsRequest) Execute ¶ added in v0.52.0
func (r ApiListTargetConfigsRequest) Execute() ([]TargetConfig, *http.Response, error)
func (ApiListTargetConfigsRequest) ShowOptions ¶ added in v0.52.0
func (r ApiListTargetConfigsRequest) ShowOptions(showOptions bool) ApiListTargetConfigsRequest
Show target config options
type ApiListTargetsRequest ¶
type ApiListTargetsRequest struct { ApiService *TargetAPIService // contains filtered or unexported fields }
func (ApiListTargetsRequest) Execute ¶
func (r ApiListTargetsRequest) Execute() ([]TargetDTO, *http.Response, error)
func (ApiListTargetsRequest) ShowOptions ¶ added in v0.52.0
func (r ApiListTargetsRequest) ShowOptions(showOptions bool) ApiListTargetsRequest
Show target config options
type ApiListWorkspaceTemplatesRequest ¶ added in v0.52.0
type ApiListWorkspaceTemplatesRequest struct { ApiService *WorkspaceTemplateAPIService // contains filtered or unexported fields }
func (ApiListWorkspaceTemplatesRequest) Execute ¶ added in v0.52.0
func (r ApiListWorkspaceTemplatesRequest) Execute() ([]WorkspaceTemplate, *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) Labels ¶ added in v0.52.0
func (r ApiListWorkspacesRequest) Labels(labels string) ApiListWorkspacesRequest
JSON encoded labels
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) Body ¶ added in v0.52.0
func (r ApiProcessGitEventRequest) Body(body map[string]interface{}) ApiProcessGitEventRequest
Webhook event
type ApiRestartTargetRequest ¶ added in v0.52.0
type ApiRestartTargetRequest struct { ApiService *TargetAPIService // contains filtered or unexported fields }
type ApiRestartWorkspaceRequest ¶ added in v0.52.0
type ApiRestartWorkspaceRequest struct { ApiService *WorkspaceAPIService // contains filtered or unexported fields }
type ApiSaveConfigRequest ¶ added in v0.52.0
type ApiSaveConfigRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
func (ApiSaveConfigRequest) Config ¶ added in v0.52.0
func (r ApiSaveConfigRequest) Config(config ServerConfig) ApiSaveConfigRequest
Server configuration
func (ApiSaveConfigRequest) Execute ¶ added in v0.52.0
func (r ApiSaveConfigRequest) Execute() (*ServerConfig, *http.Response, error)
type ApiSaveEnvironmentVariableRequest ¶ added in v0.52.0
type ApiSaveEnvironmentVariableRequest struct { ApiService *EnvVarAPIService // contains filtered or unexported fields }
func (ApiSaveEnvironmentVariableRequest) EnvironmentVariable ¶ added in v0.52.0
func (r ApiSaveEnvironmentVariableRequest) EnvironmentVariable(environmentVariable EnvironmentVariable) ApiSaveEnvironmentVariableRequest
Environment Variable
type ApiSaveGitProviderRequest ¶ added in v0.52.0
type ApiSaveGitProviderRequest struct { ApiService *GitProviderAPIService // contains filtered or unexported fields }
func (ApiSaveGitProviderRequest) Execute ¶ added in v0.52.0
func (r ApiSaveGitProviderRequest) Execute() (*http.Response, error)
func (ApiSaveGitProviderRequest) GitProviderConfig ¶ added in v0.52.0
func (r ApiSaveGitProviderRequest) GitProviderConfig(gitProviderConfig SetGitProviderConfig) ApiSaveGitProviderRequest
Git provider
type ApiSavePrebuildRequest ¶ added in v0.52.0
type ApiSavePrebuildRequest struct { ApiService *PrebuildAPIService // contains filtered or unexported fields }
func (ApiSavePrebuildRequest) Execute ¶ added in v0.52.0
func (r ApiSavePrebuildRequest) Execute() (string, *http.Response, error)
func (ApiSavePrebuildRequest) Prebuild ¶ added in v0.52.0
func (r ApiSavePrebuildRequest) Prebuild(prebuild CreatePrebuildDTO) ApiSavePrebuildRequest
Prebuild
type ApiSaveWorkspaceTemplateRequest ¶ added in v0.52.0
type ApiSaveWorkspaceTemplateRequest struct { ApiService *WorkspaceTemplateAPIService // contains filtered or unexported fields }
func (ApiSaveWorkspaceTemplateRequest) Execute ¶ added in v0.52.0
func (r ApiSaveWorkspaceTemplateRequest) Execute() (*http.Response, error)
func (ApiSaveWorkspaceTemplateRequest) WorkspaceTemplate ¶ added in v0.52.0
func (r ApiSaveWorkspaceTemplateRequest) WorkspaceTemplate(workspaceTemplate CreateWorkspaceTemplateDTO) ApiSaveWorkspaceTemplateRequest
Workspace template
type ApiSessionExecuteCommandRequest ¶ added in v0.52.0
type ApiSessionExecuteCommandRequest struct { ApiService *WorkspaceToolboxAPIService // contains filtered or unexported fields }
func (ApiSessionExecuteCommandRequest) Execute ¶ added in v0.52.0
func (r ApiSessionExecuteCommandRequest) Execute() (*SessionExecuteResponse, *http.Response, error)
func (ApiSessionExecuteCommandRequest) Params ¶ added in v0.52.0
func (r ApiSessionExecuteCommandRequest) Params(params SessionExecuteRequest) ApiSessionExecuteCommandRequest
Execute command request
type ApiSetDefaultTargetRequest ¶ added in v0.40.0
type ApiSetDefaultTargetRequest struct { ApiService *TargetAPIService // contains filtered or unexported fields }
type ApiSetDefaultWorkspaceTemplateRequest ¶ added in v0.52.0
type ApiSetDefaultWorkspaceTemplateRequest struct { ApiService *WorkspaceTemplateAPIService // contains filtered or unexported fields }
type ApiStartTargetRequest ¶ added in v0.52.0
type ApiStartTargetRequest struct { ApiService *TargetAPIService // contains filtered or unexported fields }
type ApiStartWorkspaceRequest ¶
type ApiStartWorkspaceRequest struct { ApiService *WorkspaceAPIService // contains filtered or unexported fields }
type ApiStopTargetRequest ¶ added in v0.52.0
type ApiStopTargetRequest struct { ApiService *TargetAPIService // 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 ApiUpdateJobStateRequest ¶ added in v0.52.0
type ApiUpdateJobStateRequest struct { ApiService *RunnerAPIService // contains filtered or unexported fields }
func (ApiUpdateJobStateRequest) Execute ¶ added in v0.52.0
func (r ApiUpdateJobStateRequest) Execute() (*http.Response, error)
func (ApiUpdateJobStateRequest) UpdateJobState ¶ added in v0.52.0
func (r ApiUpdateJobStateRequest) UpdateJobState(updateJobState UpdateJobState) ApiUpdateJobStateRequest
Update job state
type ApiUpdateProviderRequest ¶ added in v0.52.0
type ApiUpdateProviderRequest struct { ApiService *ProviderAPIService // contains filtered or unexported fields }
func (ApiUpdateProviderRequest) Execute ¶ added in v0.52.0
func (r ApiUpdateProviderRequest) Execute() (*http.Response, error)
func (ApiUpdateProviderRequest) ProviderVersion ¶ added in v0.52.0
func (r ApiUpdateProviderRequest) ProviderVersion(providerVersion string) ApiUpdateProviderRequest
Provider version - defaults to 'latest'
type ApiUpdateRunnerMetadataRequest ¶ added in v0.52.0
type ApiUpdateRunnerMetadataRequest struct { ApiService *RunnerAPIService // contains filtered or unexported fields }
func (ApiUpdateRunnerMetadataRequest) Execute ¶ added in v0.52.0
func (r ApiUpdateRunnerMetadataRequest) Execute() (*http.Response, error)
func (ApiUpdateRunnerMetadataRequest) RunnerMetadata ¶ added in v0.52.0
func (r ApiUpdateRunnerMetadataRequest) RunnerMetadata(runnerMetadata UpdateRunnerMetadataDTO) ApiUpdateRunnerMetadataRequest
Runner Metadata
type ApiUpdateTargetMetadataRequest ¶ added in v0.52.0
type ApiUpdateTargetMetadataRequest struct { ApiService *TargetAPIService // contains filtered or unexported fields }
func (ApiUpdateTargetMetadataRequest) Execute ¶ added in v0.52.0
func (r ApiUpdateTargetMetadataRequest) Execute() (*http.Response, error)
func (ApiUpdateTargetMetadataRequest) TargetMetadata ¶ added in v0.52.0
func (r ApiUpdateTargetMetadataRequest) TargetMetadata(targetMetadata UpdateTargetMetadataDTO) ApiUpdateTargetMetadataRequest
Target Metadata
type ApiUpdateTargetProviderMetadataRequest ¶ added in v0.52.0
type ApiUpdateTargetProviderMetadataRequest struct { ApiService *TargetAPIService // contains filtered or unexported fields }
func (ApiUpdateTargetProviderMetadataRequest) Execute ¶ added in v0.52.0
func (r ApiUpdateTargetProviderMetadataRequest) Execute() (*http.Response, error)
func (ApiUpdateTargetProviderMetadataRequest) Metadata ¶ added in v0.52.0
func (r ApiUpdateTargetProviderMetadataRequest) Metadata(metadata UpdateTargetProviderMetadataDTO) ApiUpdateTargetProviderMetadataRequest
Provider metadata
type ApiUpdateWorkspaceLabelsRequest ¶ added in v0.52.0
type ApiUpdateWorkspaceLabelsRequest struct { ApiService *WorkspaceAPIService // contains filtered or unexported fields }
func (ApiUpdateWorkspaceLabelsRequest) Execute ¶ added in v0.52.0
func (r ApiUpdateWorkspaceLabelsRequest) Execute() (*WorkspaceDTO, *http.Response, error)
func (ApiUpdateWorkspaceLabelsRequest) Labels ¶ added in v0.52.0
func (r ApiUpdateWorkspaceLabelsRequest) Labels(labels map[string]string) ApiUpdateWorkspaceLabelsRequest
Labels
type ApiUpdateWorkspaceMetadataRequest ¶ added in v0.52.0
type ApiUpdateWorkspaceMetadataRequest struct { ApiService *WorkspaceAPIService // contains filtered or unexported fields }
func (ApiUpdateWorkspaceMetadataRequest) Execute ¶ added in v0.52.0
func (r ApiUpdateWorkspaceMetadataRequest) Execute() (*http.Response, error)
func (ApiUpdateWorkspaceMetadataRequest) WorkspaceMetadata ¶ added in v0.52.0
func (r ApiUpdateWorkspaceMetadataRequest) WorkspaceMetadata(workspaceMetadata UpdateWorkspaceMetadataDTO) ApiUpdateWorkspaceMetadataRequest
Workspace Metadata
type ApiUpdateWorkspaceProviderMetadataRequest ¶ added in v0.52.0
type ApiUpdateWorkspaceProviderMetadataRequest struct { ApiService *WorkspaceAPIService // contains filtered or unexported fields }
func (ApiUpdateWorkspaceProviderMetadataRequest) Execute ¶ added in v0.52.0
func (r ApiUpdateWorkspaceProviderMetadataRequest) Execute() (*http.Response, error)
func (ApiUpdateWorkspaceProviderMetadataRequest) Metadata ¶ added in v0.52.0
func (r ApiUpdateWorkspaceProviderMetadataRequest) Metadata(metadata UpdateWorkspaceProviderMetadataDTO) ApiUpdateWorkspaceProviderMetadataRequest
Provider metadata
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 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) FindBuild ¶ added in v0.52.0
func (a *BuildAPIService) FindBuild(ctx context.Context, buildId string) ApiFindBuildRequest
FindBuild Find build
Find build
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param buildId Build ID @return ApiFindBuildRequest
func (*BuildAPIService) FindBuildExecute ¶ added in v0.52.0
func (a *BuildAPIService) FindBuildExecute(r ApiFindBuildRequest) (*BuildDTO, *http.Response, error)
Execute executes the request
@return BuildDTO
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) ([]BuildDTO, *http.Response, error)
Execute executes the request
@return []BuildDTO
func (*BuildAPIService) ListSuccessfulBuilds ¶ added in v0.52.0
func (a *BuildAPIService) ListSuccessfulBuilds(ctx context.Context, repoUrl string) ApiListSuccessfulBuildsRequest
ListSuccessfulBuilds List successful builds for Git repository
List successful builds for Git repository
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param repoUrl Repository URL @return ApiListSuccessfulBuildsRequest
func (*BuildAPIService) ListSuccessfulBuildsExecute ¶ added in v0.52.0
func (a *BuildAPIService) ListSuccessfulBuildsExecute(r ApiListSuccessfulBuildsRequest) ([]BuildDTO, *http.Response, error)
Execute executes the request
@return []BuildDTO
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 BuildDTO ¶ added in v0.52.0
type BuildDTO 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"` LastJob *Job `json:"lastJob,omitempty"` LastJobId *string `json:"lastJobId,omitempty"` PrebuildId *string `json:"prebuildId,omitempty"` Repository GitRepository `json:"repository"` State ResourceState `json:"state"` UpdatedAt string `json:"updatedAt"` User *string `json:"user,omitempty"` }
BuildDTO struct for BuildDTO
func NewBuildDTO ¶ added in v0.52.0
func NewBuildDTO(containerConfig ContainerConfig, createdAt string, envVars map[string]string, id string, repository GitRepository, state ResourceState, updatedAt string) *BuildDTO
NewBuildDTO instantiates a new BuildDTO 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 NewBuildDTOWithDefaults ¶ added in v0.52.0
func NewBuildDTOWithDefaults() *BuildDTO
NewBuildDTOWithDefaults instantiates a new BuildDTO 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 (*BuildDTO) GetBuildConfig ¶ added in v0.52.0
func (o *BuildDTO) GetBuildConfig() BuildConfig
GetBuildConfig returns the BuildConfig field value if set, zero value otherwise.
func (*BuildDTO) GetBuildConfigOk ¶ added in v0.52.0
func (o *BuildDTO) 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 (*BuildDTO) GetContainerConfig ¶ added in v0.52.0
func (o *BuildDTO) GetContainerConfig() ContainerConfig
GetContainerConfig returns the ContainerConfig field value
func (*BuildDTO) GetContainerConfigOk ¶ added in v0.52.0
func (o *BuildDTO) GetContainerConfigOk() (*ContainerConfig, bool)
GetContainerConfigOk returns a tuple with the ContainerConfig field value and a boolean to check if the value has been set.
func (*BuildDTO) GetCreatedAt ¶ added in v0.52.0
GetCreatedAt returns the CreatedAt field value
func (*BuildDTO) GetCreatedAtOk ¶ added in v0.52.0
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*BuildDTO) GetEnvVars ¶ added in v0.52.0
GetEnvVars returns the EnvVars field value
func (*BuildDTO) GetEnvVarsOk ¶ added in v0.52.0
GetEnvVarsOk returns a tuple with the EnvVars field value and a boolean to check if the value has been set.
func (*BuildDTO) GetIdOk ¶ added in v0.52.0
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*BuildDTO) GetImage ¶ added in v0.52.0
GetImage returns the Image field value if set, zero value otherwise.
func (*BuildDTO) GetImageOk ¶ added in v0.52.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 (*BuildDTO) GetLastJob ¶ added in v0.52.0
GetLastJob returns the LastJob field value if set, zero value otherwise.
func (*BuildDTO) GetLastJobId ¶ added in v0.52.0
GetLastJobId returns the LastJobId field value if set, zero value otherwise.
func (*BuildDTO) GetLastJobIdOk ¶ added in v0.52.0
GetLastJobIdOk returns a tuple with the LastJobId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BuildDTO) GetLastJobOk ¶ added in v0.52.0
GetLastJobOk returns a tuple with the LastJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BuildDTO) GetPrebuildId ¶ added in v0.52.0
GetPrebuildId returns the PrebuildId field value if set, zero value otherwise.
func (*BuildDTO) GetPrebuildIdOk ¶ added in v0.52.0
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 (*BuildDTO) GetRepository ¶ added in v0.52.0
func (o *BuildDTO) GetRepository() GitRepository
GetRepository returns the Repository field value
func (*BuildDTO) GetRepositoryOk ¶ added in v0.52.0
func (o *BuildDTO) GetRepositoryOk() (*GitRepository, bool)
GetRepositoryOk returns a tuple with the Repository field value and a boolean to check if the value has been set.
func (*BuildDTO) GetState ¶ added in v0.52.0
func (o *BuildDTO) GetState() ResourceState
GetState returns the State field value
func (*BuildDTO) GetStateOk ¶ added in v0.52.0
func (o *BuildDTO) GetStateOk() (*ResourceState, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (*BuildDTO) GetUpdatedAt ¶ added in v0.52.0
GetUpdatedAt returns the UpdatedAt field value
func (*BuildDTO) GetUpdatedAtOk ¶ added in v0.52.0
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*BuildDTO) GetUser ¶ added in v0.52.0
GetUser returns the User field value if set, zero value otherwise.
func (*BuildDTO) GetUserOk ¶ added in v0.52.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 (*BuildDTO) HasBuildConfig ¶ added in v0.52.0
HasBuildConfig returns a boolean if a field has been set.
func (*BuildDTO) HasLastJob ¶ added in v0.52.0
HasLastJob returns a boolean if a field has been set.
func (*BuildDTO) HasLastJobId ¶ added in v0.52.0
HasLastJobId returns a boolean if a field has been set.
func (*BuildDTO) HasPrebuildId ¶ added in v0.52.0
HasPrebuildId returns a boolean if a field has been set.
func (BuildDTO) MarshalJSON ¶ added in v0.52.0
func (*BuildDTO) SetBuildConfig ¶ added in v0.52.0
func (o *BuildDTO) SetBuildConfig(v BuildConfig)
SetBuildConfig gets a reference to the given BuildConfig and assigns it to the BuildConfig field.
func (*BuildDTO) SetContainerConfig ¶ added in v0.52.0
func (o *BuildDTO) SetContainerConfig(v ContainerConfig)
SetContainerConfig sets field value
func (*BuildDTO) SetCreatedAt ¶ added in v0.52.0
SetCreatedAt sets field value
func (*BuildDTO) SetEnvVars ¶ added in v0.52.0
SetEnvVars sets field value
func (*BuildDTO) SetImage ¶ added in v0.52.0
SetImage gets a reference to the given string and assigns it to the Image field.
func (*BuildDTO) SetLastJob ¶ added in v0.52.0
SetLastJob gets a reference to the given Job and assigns it to the LastJob field.
func (*BuildDTO) SetLastJobId ¶ added in v0.52.0
SetLastJobId gets a reference to the given string and assigns it to the LastJobId field.
func (*BuildDTO) SetPrebuildId ¶ added in v0.52.0
SetPrebuildId gets a reference to the given string and assigns it to the PrebuildId field.
func (*BuildDTO) SetRepository ¶ added in v0.52.0
func (o *BuildDTO) SetRepository(v GitRepository)
SetRepository sets field value
func (*BuildDTO) SetState ¶ added in v0.52.0
func (o *BuildDTO) SetState(v ResourceState)
SetState sets field value
func (*BuildDTO) SetUpdatedAt ¶ added in v0.52.0
SetUpdatedAt sets field value
func (*BuildDTO) SetUser ¶ added in v0.52.0
SetUser gets a reference to the given string and assigns it to the User field.
func (*BuildDTO) UnmarshalJSON ¶ added in v0.52.0
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 Command ¶ added in v0.52.0
type Command struct { Command string `json:"command"` ExitCode *int32 `json:"exitCode,omitempty"` Id string `json:"id"` }
Command struct for Command
func NewCommand ¶ added in v0.52.0
NewCommand instantiates a new Command 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 NewCommandWithDefaults ¶ added in v0.52.0
func NewCommandWithDefaults() *Command
NewCommandWithDefaults instantiates a new Command 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 (*Command) GetCommand ¶ added in v0.52.0
GetCommand returns the Command field value
func (*Command) GetCommandOk ¶ added in v0.52.0
GetCommandOk returns a tuple with the Command field value and a boolean to check if the value has been set.
func (*Command) GetExitCode ¶ added in v0.52.0
GetExitCode returns the ExitCode field value if set, zero value otherwise.
func (*Command) GetExitCodeOk ¶ added in v0.52.0
GetExitCodeOk returns a tuple with the ExitCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Command) GetIdOk ¶ added in v0.52.0
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Command) HasExitCode ¶ added in v0.52.0
HasExitCode returns a boolean if a field has been set.
func (Command) MarshalJSON ¶ added in v0.52.0
func (*Command) SetCommand ¶ added in v0.52.0
SetCommand sets field value
func (*Command) SetExitCode ¶ added in v0.52.0
SetExitCode gets a reference to the given int32 and assigns it to the ExitCode field.
func (*Command) UnmarshalJSON ¶ added in v0.52.0
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) FindContainerRegistry ¶ added in v0.52.0
func (a *ContainerRegistryAPIService) FindContainerRegistry(ctx context.Context, server string) ApiFindContainerRegistryRequest
FindContainerRegistry Find container registry
Find container registry
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param server Container registry server @return ApiFindContainerRegistryRequest
func (*ContainerRegistryAPIService) FindContainerRegistryExecute ¶ added in v0.52.0
func (a *ContainerRegistryAPIService) FindContainerRegistryExecute(r ApiFindContainerRegistryRequest) (*ContainerRegistry, *http.Response, error)
Execute executes the request
@return ContainerRegistry
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"` WorkspaceTemplateName string `json:"workspaceTemplateName"` }
CreateBuildDTO struct for CreateBuildDTO
func NewCreateBuildDTO ¶ added in v0.26.0
func NewCreateBuildDTO(branch string, envVars map[string]string, workspaceTemplateName 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) GetWorkspaceTemplateName ¶ added in v0.52.0
func (o *CreateBuildDTO) GetWorkspaceTemplateName() string
GetWorkspaceTemplateName returns the WorkspaceTemplateName field value
func (*CreateBuildDTO) GetWorkspaceTemplateNameOk ¶ added in v0.52.0
func (o *CreateBuildDTO) GetWorkspaceTemplateNameOk() (*string, bool)
GetWorkspaceTemplateNameOk returns a tuple with the WorkspaceTemplateName 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) SetWorkspaceTemplateName ¶ added in v0.52.0
func (o *CreateBuildDTO) SetWorkspaceTemplateName(v string)
SetWorkspaceTemplateName 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 CreateRunnerDTO ¶ added in v0.52.0
CreateRunnerDTO struct for CreateRunnerDTO
func NewCreateRunnerDTO ¶ added in v0.52.0
func NewCreateRunnerDTO(id string, name string) *CreateRunnerDTO
NewCreateRunnerDTO instantiates a new CreateRunnerDTO 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 NewCreateRunnerDTOWithDefaults ¶ added in v0.52.0
func NewCreateRunnerDTOWithDefaults() *CreateRunnerDTO
NewCreateRunnerDTOWithDefaults instantiates a new CreateRunnerDTO 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 (*CreateRunnerDTO) GetId ¶ added in v0.52.0
func (o *CreateRunnerDTO) GetId() string
GetId returns the Id field value
func (*CreateRunnerDTO) GetIdOk ¶ added in v0.52.0
func (o *CreateRunnerDTO) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*CreateRunnerDTO) GetName ¶ added in v0.52.0
func (o *CreateRunnerDTO) GetName() string
GetName returns the Name field value
func (*CreateRunnerDTO) GetNameOk ¶ added in v0.52.0
func (o *CreateRunnerDTO) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (CreateRunnerDTO) MarshalJSON ¶ added in v0.52.0
func (o CreateRunnerDTO) MarshalJSON() ([]byte, error)
func (*CreateRunnerDTO) SetId ¶ added in v0.52.0
func (o *CreateRunnerDTO) SetId(v string)
SetId sets field value
func (*CreateRunnerDTO) SetName ¶ added in v0.52.0
func (o *CreateRunnerDTO) SetName(v string)
SetName sets field value
func (CreateRunnerDTO) ToMap ¶ added in v0.52.0
func (o CreateRunnerDTO) ToMap() (map[string]interface{}, error)
func (*CreateRunnerDTO) UnmarshalJSON ¶ added in v0.52.0
func (o *CreateRunnerDTO) UnmarshalJSON(data []byte) (err error)
type CreateRunnerResultDTO ¶ added in v0.52.0
type CreateRunnerResultDTO struct { ApiKey string `json:"apiKey"` Id string `json:"id"` Metadata *RunnerMetadata `json:"metadata,omitempty"` Name string `json:"name"` }
CreateRunnerResultDTO struct for CreateRunnerResultDTO
func NewCreateRunnerResultDTO ¶ added in v0.52.0
func NewCreateRunnerResultDTO(apiKey string, id string, name string) *CreateRunnerResultDTO
NewCreateRunnerResultDTO instantiates a new CreateRunnerResultDTO 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 NewCreateRunnerResultDTOWithDefaults ¶ added in v0.52.0
func NewCreateRunnerResultDTOWithDefaults() *CreateRunnerResultDTO
NewCreateRunnerResultDTOWithDefaults instantiates a new CreateRunnerResultDTO 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 (*CreateRunnerResultDTO) GetApiKey ¶ added in v0.52.0
func (o *CreateRunnerResultDTO) GetApiKey() string
GetApiKey returns the ApiKey field value
func (*CreateRunnerResultDTO) GetApiKeyOk ¶ added in v0.52.0
func (o *CreateRunnerResultDTO) GetApiKeyOk() (*string, bool)
GetApiKeyOk returns a tuple with the ApiKey field value and a boolean to check if the value has been set.
func (*CreateRunnerResultDTO) GetId ¶ added in v0.52.0
func (o *CreateRunnerResultDTO) GetId() string
GetId returns the Id field value
func (*CreateRunnerResultDTO) GetIdOk ¶ added in v0.52.0
func (o *CreateRunnerResultDTO) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*CreateRunnerResultDTO) GetMetadata ¶ added in v0.52.0
func (o *CreateRunnerResultDTO) GetMetadata() RunnerMetadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*CreateRunnerResultDTO) GetMetadataOk ¶ added in v0.52.0
func (o *CreateRunnerResultDTO) GetMetadataOk() (*RunnerMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateRunnerResultDTO) GetName ¶ added in v0.52.0
func (o *CreateRunnerResultDTO) GetName() string
GetName returns the Name field value
func (*CreateRunnerResultDTO) GetNameOk ¶ added in v0.52.0
func (o *CreateRunnerResultDTO) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateRunnerResultDTO) HasMetadata ¶ added in v0.52.0
func (o *CreateRunnerResultDTO) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (CreateRunnerResultDTO) MarshalJSON ¶ added in v0.52.0
func (o CreateRunnerResultDTO) MarshalJSON() ([]byte, error)
func (*CreateRunnerResultDTO) SetApiKey ¶ added in v0.52.0
func (o *CreateRunnerResultDTO) SetApiKey(v string)
SetApiKey sets field value
func (*CreateRunnerResultDTO) SetId ¶ added in v0.52.0
func (o *CreateRunnerResultDTO) SetId(v string)
SetId sets field value
func (*CreateRunnerResultDTO) SetMetadata ¶ added in v0.52.0
func (o *CreateRunnerResultDTO) SetMetadata(v RunnerMetadata)
SetMetadata gets a reference to the given RunnerMetadata and assigns it to the Metadata field.
func (*CreateRunnerResultDTO) SetName ¶ added in v0.52.0
func (o *CreateRunnerResultDTO) SetName(v string)
SetName sets field value
func (CreateRunnerResultDTO) ToMap ¶ added in v0.52.0
func (o CreateRunnerResultDTO) ToMap() (map[string]interface{}, error)
func (*CreateRunnerResultDTO) UnmarshalJSON ¶ added in v0.52.0
func (o *CreateRunnerResultDTO) UnmarshalJSON(data []byte) (err error)
type CreateSessionRequest ¶ added in v0.52.0
type CreateSessionRequest struct {
SessionId string `json:"sessionId"`
}
CreateSessionRequest struct for CreateSessionRequest
func NewCreateSessionRequest ¶ added in v0.52.0
func NewCreateSessionRequest(sessionId string) *CreateSessionRequest
NewCreateSessionRequest instantiates a new CreateSessionRequest 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 NewCreateSessionRequestWithDefaults ¶ added in v0.52.0
func NewCreateSessionRequestWithDefaults() *CreateSessionRequest
NewCreateSessionRequestWithDefaults instantiates a new CreateSessionRequest 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 (*CreateSessionRequest) GetSessionId ¶ added in v0.52.0
func (o *CreateSessionRequest) GetSessionId() string
GetSessionId returns the SessionId field value
func (*CreateSessionRequest) GetSessionIdOk ¶ added in v0.52.0
func (o *CreateSessionRequest) GetSessionIdOk() (*string, bool)
GetSessionIdOk returns a tuple with the SessionId field value and a boolean to check if the value has been set.
func (CreateSessionRequest) MarshalJSON ¶ added in v0.52.0
func (o CreateSessionRequest) MarshalJSON() ([]byte, error)
func (*CreateSessionRequest) SetSessionId ¶ added in v0.52.0
func (o *CreateSessionRequest) SetSessionId(v string)
SetSessionId sets field value
func (CreateSessionRequest) ToMap ¶ added in v0.52.0
func (o CreateSessionRequest) ToMap() (map[string]interface{}, error)
func (*CreateSessionRequest) UnmarshalJSON ¶ added in v0.52.0
func (o *CreateSessionRequest) UnmarshalJSON(data []byte) (err error)
type CreateTargetConfigDTO ¶ added in v0.52.0
type CreateTargetConfigDTO struct { Name string `json:"name"` Options string `json:"options"` ProviderInfo ProviderInfo `json:"providerInfo"` }
CreateTargetConfigDTO struct for CreateTargetConfigDTO
func NewCreateTargetConfigDTO ¶ added in v0.52.0
func NewCreateTargetConfigDTO(name string, options string, providerInfo ProviderInfo) *CreateTargetConfigDTO
NewCreateTargetConfigDTO instantiates a new CreateTargetConfigDTO 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 NewCreateTargetConfigDTOWithDefaults ¶ added in v0.52.0
func NewCreateTargetConfigDTOWithDefaults() *CreateTargetConfigDTO
NewCreateTargetConfigDTOWithDefaults instantiates a new CreateTargetConfigDTO 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 (*CreateTargetConfigDTO) GetName ¶ added in v0.52.0
func (o *CreateTargetConfigDTO) GetName() string
GetName returns the Name field value
func (*CreateTargetConfigDTO) GetNameOk ¶ added in v0.52.0
func (o *CreateTargetConfigDTO) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateTargetConfigDTO) GetOptions ¶ added in v0.52.0
func (o *CreateTargetConfigDTO) GetOptions() string
GetOptions returns the Options field value
func (*CreateTargetConfigDTO) GetOptionsOk ¶ added in v0.52.0
func (o *CreateTargetConfigDTO) GetOptionsOk() (*string, bool)
GetOptionsOk returns a tuple with the Options field value and a boolean to check if the value has been set.
func (*CreateTargetConfigDTO) GetProviderInfo ¶ added in v0.52.0
func (o *CreateTargetConfigDTO) GetProviderInfo() ProviderInfo
GetProviderInfo returns the ProviderInfo field value
func (*CreateTargetConfigDTO) GetProviderInfoOk ¶ added in v0.52.0
func (o *CreateTargetConfigDTO) GetProviderInfoOk() (*ProviderInfo, bool)
GetProviderInfoOk returns a tuple with the ProviderInfo field value and a boolean to check if the value has been set.
func (CreateTargetConfigDTO) MarshalJSON ¶ added in v0.52.0
func (o CreateTargetConfigDTO) MarshalJSON() ([]byte, error)
func (*CreateTargetConfigDTO) SetName ¶ added in v0.52.0
func (o *CreateTargetConfigDTO) SetName(v string)
SetName sets field value
func (*CreateTargetConfigDTO) SetOptions ¶ added in v0.52.0
func (o *CreateTargetConfigDTO) SetOptions(v string)
SetOptions sets field value
func (*CreateTargetConfigDTO) SetProviderInfo ¶ added in v0.52.0
func (o *CreateTargetConfigDTO) SetProviderInfo(v ProviderInfo)
SetProviderInfo sets field value
func (CreateTargetConfigDTO) ToMap ¶ added in v0.52.0
func (o CreateTargetConfigDTO) ToMap() (map[string]interface{}, error)
func (*CreateTargetConfigDTO) UnmarshalJSON ¶ added in v0.52.0
func (o *CreateTargetConfigDTO) UnmarshalJSON(data []byte) (err error)
type CreateTargetDTO ¶ added in v0.52.0
type CreateTargetDTO struct { Id string `json:"id"` Name string `json:"name"` TargetConfigId string `json:"targetConfigId"` }
CreateTargetDTO struct for CreateTargetDTO
func NewCreateTargetDTO ¶ added in v0.52.0
func NewCreateTargetDTO(id string, name string, targetConfigId string) *CreateTargetDTO
NewCreateTargetDTO instantiates a new CreateTargetDTO 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 NewCreateTargetDTOWithDefaults ¶ added in v0.52.0
func NewCreateTargetDTOWithDefaults() *CreateTargetDTO
NewCreateTargetDTOWithDefaults instantiates a new CreateTargetDTO 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 (*CreateTargetDTO) GetId ¶ added in v0.52.0
func (o *CreateTargetDTO) GetId() string
GetId returns the Id field value
func (*CreateTargetDTO) GetIdOk ¶ added in v0.52.0
func (o *CreateTargetDTO) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*CreateTargetDTO) GetName ¶ added in v0.52.0
func (o *CreateTargetDTO) GetName() string
GetName returns the Name field value
func (*CreateTargetDTO) GetNameOk ¶ added in v0.52.0
func (o *CreateTargetDTO) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateTargetDTO) GetTargetConfigId ¶ added in v0.52.0
func (o *CreateTargetDTO) GetTargetConfigId() string
GetTargetConfigId returns the TargetConfigId field value
func (*CreateTargetDTO) GetTargetConfigIdOk ¶ added in v0.52.0
func (o *CreateTargetDTO) GetTargetConfigIdOk() (*string, bool)
GetTargetConfigIdOk returns a tuple with the TargetConfigId field value and a boolean to check if the value has been set.
func (CreateTargetDTO) MarshalJSON ¶ added in v0.52.0
func (o CreateTargetDTO) MarshalJSON() ([]byte, error)
func (*CreateTargetDTO) SetId ¶ added in v0.52.0
func (o *CreateTargetDTO) SetId(v string)
SetId sets field value
func (*CreateTargetDTO) SetName ¶ added in v0.52.0
func (o *CreateTargetDTO) SetName(v string)
SetName sets field value
func (*CreateTargetDTO) SetTargetConfigId ¶ added in v0.52.0
func (o *CreateTargetDTO) SetTargetConfigId(v string)
SetTargetConfigId sets field value
func (CreateTargetDTO) ToMap ¶ added in v0.52.0
func (o CreateTargetDTO) ToMap() (map[string]interface{}, error)
func (*CreateTargetDTO) UnmarshalJSON ¶ added in v0.52.0
func (o *CreateTargetDTO) UnmarshalJSON(data []byte) (err error)
type CreateWorkspaceDTO ¶ added in v0.24.0
type CreateWorkspaceDTO struct { BuildConfig *BuildConfig `json:"buildConfig,omitempty"` EnvVars map[string]string `json:"envVars"` GitProviderConfigId *string `json:"gitProviderConfigId,omitempty"` Id string `json:"id"` Image *string `json:"image,omitempty"` Labels map[string]string `json:"labels"` Name string `json:"name"` Source CreateWorkspaceSourceDTO `json:"source"` TargetId string `json:"targetId"` User *string `json:"user,omitempty"` }
CreateWorkspaceDTO struct for CreateWorkspaceDTO
func NewCreateWorkspaceDTO ¶ added in v0.24.0
func NewCreateWorkspaceDTO(envVars map[string]string, id string, labels map[string]string, name string, source CreateWorkspaceSourceDTO, targetId 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) GetBuildConfig ¶ added in v0.52.0
func (o *CreateWorkspaceDTO) GetBuildConfig() BuildConfig
GetBuildConfig returns the BuildConfig field value if set, zero value otherwise.
func (*CreateWorkspaceDTO) GetBuildConfigOk ¶ added in v0.52.0
func (o *CreateWorkspaceDTO) 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 (*CreateWorkspaceDTO) GetEnvVars ¶ added in v0.52.0
func (o *CreateWorkspaceDTO) GetEnvVars() map[string]string
GetEnvVars returns the EnvVars field value
func (*CreateWorkspaceDTO) GetEnvVarsOk ¶ added in v0.52.0
func (o *CreateWorkspaceDTO) 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 (*CreateWorkspaceDTO) GetGitProviderConfigId ¶ added in v0.52.0
func (o *CreateWorkspaceDTO) GetGitProviderConfigId() string
GetGitProviderConfigId returns the GitProviderConfigId field value if set, zero value otherwise.
func (*CreateWorkspaceDTO) GetGitProviderConfigIdOk ¶ added in v0.52.0
func (o *CreateWorkspaceDTO) 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 (*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) GetImage ¶ added in v0.52.0
func (o *CreateWorkspaceDTO) GetImage() string
GetImage returns the Image field value if set, zero value otherwise.
func (*CreateWorkspaceDTO) GetImageOk ¶ added in v0.52.0
func (o *CreateWorkspaceDTO) 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 (*CreateWorkspaceDTO) GetLabels ¶ added in v0.52.0
func (o *CreateWorkspaceDTO) GetLabels() map[string]string
GetLabels returns the Labels field value
func (*CreateWorkspaceDTO) GetLabelsOk ¶ added in v0.52.0
func (o *CreateWorkspaceDTO) GetLabelsOk() (*map[string]string, bool)
GetLabelsOk returns a tuple with the Labels 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) GetSource ¶ added in v0.52.0
func (o *CreateWorkspaceDTO) GetSource() CreateWorkspaceSourceDTO
GetSource returns the Source field value
func (*CreateWorkspaceDTO) GetSourceOk ¶ added in v0.52.0
func (o *CreateWorkspaceDTO) GetSourceOk() (*CreateWorkspaceSourceDTO, bool)
GetSourceOk returns a tuple with the Source field value and a boolean to check if the value has been set.
func (*CreateWorkspaceDTO) GetTargetId ¶ added in v0.52.0
func (o *CreateWorkspaceDTO) GetTargetId() string
GetTargetId returns the TargetId field value
func (*CreateWorkspaceDTO) GetTargetIdOk ¶ added in v0.52.0
func (o *CreateWorkspaceDTO) GetTargetIdOk() (*string, bool)
GetTargetIdOk returns a tuple with the TargetId field value and a boolean to check if the value has been set.
func (*CreateWorkspaceDTO) GetUser ¶ added in v0.52.0
func (o *CreateWorkspaceDTO) GetUser() string
GetUser returns the User field value if set, zero value otherwise.
func (*CreateWorkspaceDTO) GetUserOk ¶ added in v0.52.0
func (o *CreateWorkspaceDTO) 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 (*CreateWorkspaceDTO) HasBuildConfig ¶ added in v0.52.0
func (o *CreateWorkspaceDTO) HasBuildConfig() bool
HasBuildConfig returns a boolean if a field has been set.
func (*CreateWorkspaceDTO) HasGitProviderConfigId ¶ added in v0.52.0
func (o *CreateWorkspaceDTO) HasGitProviderConfigId() bool
HasGitProviderConfigId returns a boolean if a field has been set.
func (*CreateWorkspaceDTO) HasImage ¶ added in v0.52.0
func (o *CreateWorkspaceDTO) HasImage() bool
HasImage returns a boolean if a field has been set.
func (*CreateWorkspaceDTO) HasUser ¶ added in v0.52.0
func (o *CreateWorkspaceDTO) HasUser() bool
HasUser returns a boolean if a field has been set.
func (CreateWorkspaceDTO) MarshalJSON ¶ added in v0.24.0
func (o CreateWorkspaceDTO) MarshalJSON() ([]byte, error)
func (*CreateWorkspaceDTO) SetBuildConfig ¶ added in v0.52.0
func (o *CreateWorkspaceDTO) SetBuildConfig(v BuildConfig)
SetBuildConfig gets a reference to the given BuildConfig and assigns it to the BuildConfig field.
func (*CreateWorkspaceDTO) SetEnvVars ¶ added in v0.52.0
func (o *CreateWorkspaceDTO) SetEnvVars(v map[string]string)
SetEnvVars sets field value
func (*CreateWorkspaceDTO) SetGitProviderConfigId ¶ added in v0.52.0
func (o *CreateWorkspaceDTO) SetGitProviderConfigId(v string)
SetGitProviderConfigId gets a reference to the given string and assigns it to the GitProviderConfigId field.
func (*CreateWorkspaceDTO) SetId ¶ added in v0.24.0
func (o *CreateWorkspaceDTO) SetId(v string)
SetId sets field value
func (*CreateWorkspaceDTO) SetImage ¶ added in v0.52.0
func (o *CreateWorkspaceDTO) SetImage(v string)
SetImage gets a reference to the given string and assigns it to the Image field.
func (*CreateWorkspaceDTO) SetLabels ¶ added in v0.52.0
func (o *CreateWorkspaceDTO) SetLabels(v map[string]string)
SetLabels sets field value
func (*CreateWorkspaceDTO) SetName ¶ added in v0.24.0
func (o *CreateWorkspaceDTO) SetName(v string)
SetName sets field value
func (*CreateWorkspaceDTO) SetSource ¶ added in v0.52.0
func (o *CreateWorkspaceDTO) SetSource(v CreateWorkspaceSourceDTO)
SetSource sets field value
func (*CreateWorkspaceDTO) SetTargetId ¶ added in v0.52.0
func (o *CreateWorkspaceDTO) SetTargetId(v string)
SetTargetId sets field value
func (*CreateWorkspaceDTO) SetUser ¶ added in v0.52.0
func (o *CreateWorkspaceDTO) SetUser(v string)
SetUser gets a reference to the given string and assigns it to the User field.
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 CreateWorkspaceSourceDTO ¶ added in v0.52.0
type CreateWorkspaceSourceDTO struct {
Repository GitRepository `json:"repository"`
}
CreateWorkspaceSourceDTO struct for CreateWorkspaceSourceDTO
func NewCreateWorkspaceSourceDTO ¶ added in v0.52.0
func NewCreateWorkspaceSourceDTO(repository GitRepository) *CreateWorkspaceSourceDTO
NewCreateWorkspaceSourceDTO instantiates a new CreateWorkspaceSourceDTO 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 NewCreateWorkspaceSourceDTOWithDefaults ¶ added in v0.52.0
func NewCreateWorkspaceSourceDTOWithDefaults() *CreateWorkspaceSourceDTO
NewCreateWorkspaceSourceDTOWithDefaults instantiates a new CreateWorkspaceSourceDTO 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 (*CreateWorkspaceSourceDTO) GetRepository ¶ added in v0.52.0
func (o *CreateWorkspaceSourceDTO) GetRepository() GitRepository
GetRepository returns the Repository field value
func (*CreateWorkspaceSourceDTO) GetRepositoryOk ¶ added in v0.52.0
func (o *CreateWorkspaceSourceDTO) GetRepositoryOk() (*GitRepository, bool)
GetRepositoryOk returns a tuple with the Repository field value and a boolean to check if the value has been set.
func (CreateWorkspaceSourceDTO) MarshalJSON ¶ added in v0.52.0
func (o CreateWorkspaceSourceDTO) MarshalJSON() ([]byte, error)
func (*CreateWorkspaceSourceDTO) SetRepository ¶ added in v0.52.0
func (o *CreateWorkspaceSourceDTO) SetRepository(v GitRepository)
SetRepository sets field value
func (CreateWorkspaceSourceDTO) ToMap ¶ added in v0.52.0
func (o CreateWorkspaceSourceDTO) ToMap() (map[string]interface{}, error)
func (*CreateWorkspaceSourceDTO) UnmarshalJSON ¶ added in v0.52.0
func (o *CreateWorkspaceSourceDTO) UnmarshalJSON(data []byte) (err error)
type CreateWorkspaceTemplateDTO ¶ added in v0.52.0
type CreateWorkspaceTemplateDTO 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"` }
CreateWorkspaceTemplateDTO struct for CreateWorkspaceTemplateDTO
func NewCreateWorkspaceTemplateDTO ¶ added in v0.52.0
func NewCreateWorkspaceTemplateDTO(envVars map[string]string, name string, repositoryUrl string) *CreateWorkspaceTemplateDTO
NewCreateWorkspaceTemplateDTO instantiates a new CreateWorkspaceTemplateDTO 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 NewCreateWorkspaceTemplateDTOWithDefaults ¶ added in v0.52.0
func NewCreateWorkspaceTemplateDTOWithDefaults() *CreateWorkspaceTemplateDTO
NewCreateWorkspaceTemplateDTOWithDefaults instantiates a new CreateWorkspaceTemplateDTO 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 (*CreateWorkspaceTemplateDTO) GetBuildConfig ¶ added in v0.52.0
func (o *CreateWorkspaceTemplateDTO) GetBuildConfig() BuildConfig
GetBuildConfig returns the BuildConfig field value if set, zero value otherwise.
func (*CreateWorkspaceTemplateDTO) GetBuildConfigOk ¶ added in v0.52.0
func (o *CreateWorkspaceTemplateDTO) 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 (*CreateWorkspaceTemplateDTO) GetEnvVars ¶ added in v0.52.0
func (o *CreateWorkspaceTemplateDTO) GetEnvVars() map[string]string
GetEnvVars returns the EnvVars field value
func (*CreateWorkspaceTemplateDTO) GetEnvVarsOk ¶ added in v0.52.0
func (o *CreateWorkspaceTemplateDTO) 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 (*CreateWorkspaceTemplateDTO) GetGitProviderConfigId ¶ added in v0.52.0
func (o *CreateWorkspaceTemplateDTO) GetGitProviderConfigId() string
GetGitProviderConfigId returns the GitProviderConfigId field value if set, zero value otherwise.
func (*CreateWorkspaceTemplateDTO) GetGitProviderConfigIdOk ¶ added in v0.52.0
func (o *CreateWorkspaceTemplateDTO) 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 (*CreateWorkspaceTemplateDTO) GetImage ¶ added in v0.52.0
func (o *CreateWorkspaceTemplateDTO) GetImage() string
GetImage returns the Image field value if set, zero value otherwise.
func (*CreateWorkspaceTemplateDTO) GetImageOk ¶ added in v0.52.0
func (o *CreateWorkspaceTemplateDTO) 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 (*CreateWorkspaceTemplateDTO) GetName ¶ added in v0.52.0
func (o *CreateWorkspaceTemplateDTO) GetName() string
GetName returns the Name field value
func (*CreateWorkspaceTemplateDTO) GetNameOk ¶ added in v0.52.0
func (o *CreateWorkspaceTemplateDTO) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateWorkspaceTemplateDTO) GetRepositoryUrl ¶ added in v0.52.0
func (o *CreateWorkspaceTemplateDTO) GetRepositoryUrl() string
GetRepositoryUrl returns the RepositoryUrl field value
func (*CreateWorkspaceTemplateDTO) GetRepositoryUrlOk ¶ added in v0.52.0
func (o *CreateWorkspaceTemplateDTO) GetRepositoryUrlOk() (*string, bool)
GetRepositoryUrlOk returns a tuple with the RepositoryUrl field value and a boolean to check if the value has been set.
func (*CreateWorkspaceTemplateDTO) GetUser ¶ added in v0.52.0
func (o *CreateWorkspaceTemplateDTO) GetUser() string
GetUser returns the User field value if set, zero value otherwise.
func (*CreateWorkspaceTemplateDTO) GetUserOk ¶ added in v0.52.0
func (o *CreateWorkspaceTemplateDTO) 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 (*CreateWorkspaceTemplateDTO) HasBuildConfig ¶ added in v0.52.0
func (o *CreateWorkspaceTemplateDTO) HasBuildConfig() bool
HasBuildConfig returns a boolean if a field has been set.
func (*CreateWorkspaceTemplateDTO) HasGitProviderConfigId ¶ added in v0.52.0
func (o *CreateWorkspaceTemplateDTO) HasGitProviderConfigId() bool
HasGitProviderConfigId returns a boolean if a field has been set.
func (*CreateWorkspaceTemplateDTO) HasImage ¶ added in v0.52.0
func (o *CreateWorkspaceTemplateDTO) HasImage() bool
HasImage returns a boolean if a field has been set.
func (*CreateWorkspaceTemplateDTO) HasUser ¶ added in v0.52.0
func (o *CreateWorkspaceTemplateDTO) HasUser() bool
HasUser returns a boolean if a field has been set.
func (CreateWorkspaceTemplateDTO) MarshalJSON ¶ added in v0.52.0
func (o CreateWorkspaceTemplateDTO) MarshalJSON() ([]byte, error)
func (*CreateWorkspaceTemplateDTO) SetBuildConfig ¶ added in v0.52.0
func (o *CreateWorkspaceTemplateDTO) SetBuildConfig(v BuildConfig)
SetBuildConfig gets a reference to the given BuildConfig and assigns it to the BuildConfig field.
func (*CreateWorkspaceTemplateDTO) SetEnvVars ¶ added in v0.52.0
func (o *CreateWorkspaceTemplateDTO) SetEnvVars(v map[string]string)
SetEnvVars sets field value
func (*CreateWorkspaceTemplateDTO) SetGitProviderConfigId ¶ added in v0.52.0
func (o *CreateWorkspaceTemplateDTO) SetGitProviderConfigId(v string)
SetGitProviderConfigId gets a reference to the given string and assigns it to the GitProviderConfigId field.
func (*CreateWorkspaceTemplateDTO) SetImage ¶ added in v0.52.0
func (o *CreateWorkspaceTemplateDTO) SetImage(v string)
SetImage gets a reference to the given string and assigns it to the Image field.
func (*CreateWorkspaceTemplateDTO) SetName ¶ added in v0.52.0
func (o *CreateWorkspaceTemplateDTO) SetName(v string)
SetName sets field value
func (*CreateWorkspaceTemplateDTO) SetRepositoryUrl ¶ added in v0.52.0
func (o *CreateWorkspaceTemplateDTO) SetRepositoryUrl(v string)
SetRepositoryUrl sets field value
func (*CreateWorkspaceTemplateDTO) SetUser ¶ added in v0.52.0
func (o *CreateWorkspaceTemplateDTO) SetUser(v string)
SetUser gets a reference to the given string and assigns it to the User field.
func (CreateWorkspaceTemplateDTO) ToMap ¶ added in v0.52.0
func (o CreateWorkspaceTemplateDTO) ToMap() (map[string]interface{}, error)
func (*CreateWorkspaceTemplateDTO) UnmarshalJSON ¶ added in v0.52.0
func (o *CreateWorkspaceTemplateDTO) 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 EnvVarAPIService ¶ added in v0.52.0
type EnvVarAPIService service
EnvVarAPIService EnvVarAPI service
func (*EnvVarAPIService) DeleteEnvironmentVariable ¶ added in v0.52.0
func (a *EnvVarAPIService) DeleteEnvironmentVariable(ctx context.Context, key string) ApiDeleteEnvironmentVariableRequest
DeleteEnvironmentVariable Delete environment variable
Delete environment variable
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param key Environment Variable Key @return ApiDeleteEnvironmentVariableRequest
func (*EnvVarAPIService) DeleteEnvironmentVariableExecute ¶ added in v0.52.0
func (a *EnvVarAPIService) DeleteEnvironmentVariableExecute(r ApiDeleteEnvironmentVariableRequest) (*http.Response, error)
Execute executes the request
func (*EnvVarAPIService) ListEnvironmentVariables ¶ added in v0.52.0
func (a *EnvVarAPIService) ListEnvironmentVariables(ctx context.Context) ApiListEnvironmentVariablesRequest
ListEnvironmentVariables List environment variables
List environment variables
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListEnvironmentVariablesRequest
func (*EnvVarAPIService) ListEnvironmentVariablesExecute ¶ added in v0.52.0
func (a *EnvVarAPIService) ListEnvironmentVariablesExecute(r ApiListEnvironmentVariablesRequest) ([]EnvironmentVariable, *http.Response, error)
Execute executes the request
@return []EnvironmentVariable
func (*EnvVarAPIService) SaveEnvironmentVariable ¶ added in v0.52.0
func (a *EnvVarAPIService) SaveEnvironmentVariable(ctx context.Context) ApiSaveEnvironmentVariableRequest
SaveEnvironmentVariable Save environment variable
Save environment variable
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSaveEnvironmentVariableRequest
func (*EnvVarAPIService) SaveEnvironmentVariableExecute ¶ added in v0.52.0
func (a *EnvVarAPIService) SaveEnvironmentVariableExecute(r ApiSaveEnvironmentVariableRequest) (*http.Response, error)
Execute executes the request
type EnvironmentVariable ¶ added in v0.52.0
EnvironmentVariable struct for EnvironmentVariable
func NewEnvironmentVariable ¶ added in v0.52.0
func NewEnvironmentVariable(key string, value string) *EnvironmentVariable
NewEnvironmentVariable instantiates a new EnvironmentVariable 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 NewEnvironmentVariableWithDefaults ¶ added in v0.52.0
func NewEnvironmentVariableWithDefaults() *EnvironmentVariable
NewEnvironmentVariableWithDefaults instantiates a new EnvironmentVariable 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 (*EnvironmentVariable) GetKey ¶ added in v0.52.0
func (o *EnvironmentVariable) GetKey() string
GetKey returns the Key field value
func (*EnvironmentVariable) GetKeyOk ¶ added in v0.52.0
func (o *EnvironmentVariable) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*EnvironmentVariable) GetValue ¶ added in v0.52.0
func (o *EnvironmentVariable) GetValue() string
GetValue returns the Value field value
func (*EnvironmentVariable) GetValueOk ¶ added in v0.52.0
func (o *EnvironmentVariable) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (EnvironmentVariable) MarshalJSON ¶ added in v0.52.0
func (o EnvironmentVariable) MarshalJSON() ([]byte, error)
func (*EnvironmentVariable) SetKey ¶ added in v0.52.0
func (o *EnvironmentVariable) SetKey(v string)
SetKey sets field value
func (*EnvironmentVariable) SetValue ¶ added in v0.52.0
func (o *EnvironmentVariable) SetValue(v string)
SetValue sets field value
func (EnvironmentVariable) ToMap ¶ added in v0.52.0
func (o EnvironmentVariable) ToMap() (map[string]interface{}, error)
func (*EnvironmentVariable) UnmarshalJSON ¶ added in v0.52.0
func (o *EnvironmentVariable) 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) DeleteGitProvider ¶ added in v0.52.0
func (a *GitProviderAPIService) DeleteGitProvider(ctx context.Context, gitProviderId string) ApiDeleteGitProviderRequest
DeleteGitProvider Delete Git provider
Delete 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 ApiDeleteGitProviderRequest
func (*GitProviderAPIService) DeleteGitProviderExecute ¶ added in v0.52.0
func (a *GitProviderAPIService) DeleteGitProviderExecute(r ApiDeleteGitProviderRequest) (*http.Response, error)
Execute executes the request
func (*GitProviderAPIService) FindGitProvider ¶ added in v0.52.0
func (a *GitProviderAPIService) FindGitProvider(ctx context.Context, gitProviderId string) ApiFindGitProviderRequest
FindGitProvider Find Git provider
Find Git provider
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param gitProviderId ID @return ApiFindGitProviderRequest
func (*GitProviderAPIService) FindGitProviderExecute ¶ added in v0.52.0
func (a *GitProviderAPIService) FindGitProviderExecute(r ApiFindGitProviderRequest) (*GitProvider, *http.Response, error)
Execute executes the request
@return GitProvider
func (*GitProviderAPIService) FindGitProviderIdForUrl ¶ added in v0.52.0
func (a *GitProviderAPIService) FindGitProviderIdForUrl(ctx context.Context, url string) ApiFindGitProviderIdForUrlRequest
FindGitProviderIdForUrl Find Git provider ID
Find 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 ApiFindGitProviderIdForUrlRequest
func (*GitProviderAPIService) FindGitProviderIdForUrlExecute ¶ added in v0.52.0
func (a *GitProviderAPIService) FindGitProviderIdForUrlExecute(r ApiFindGitProviderIdForUrlRequest) (string, *http.Response, error)
Execute executes the request
@return string
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) 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) SaveGitProvider ¶ added in v0.52.0
func (a *GitProviderAPIService) SaveGitProvider(ctx context.Context) ApiSaveGitProviderRequest
SaveGitProvider Save Git provider
Save Git provider
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSaveGitProviderRequest
func (*GitProviderAPIService) SaveGitProviderExecute ¶ added in v0.52.0
func (a *GitProviderAPIService) SaveGitProviderExecute(r ApiSaveGitProviderRequest) (*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 Job ¶ added in v0.52.0
type Job struct { Action ModelsJobAction `json:"action"` CreatedAt string `json:"createdAt"` Error *string `json:"error,omitempty"` Id string `json:"id"` // JSON encoded metadata Metadata *string `json:"metadata,omitempty"` ResourceId string `json:"resourceId"` ResourceType ResourceType `json:"resourceType"` RunnerId *string `json:"runnerId,omitempty"` State JobState `json:"state"` UpdatedAt string `json:"updatedAt"` }
Job struct for Job
func NewJob ¶ added in v0.52.0
func NewJob(action ModelsJobAction, createdAt string, id string, resourceId string, resourceType ResourceType, state JobState, updatedAt string) *Job
NewJob instantiates a new Job 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 NewJobWithDefaults ¶ added in v0.52.0
func NewJobWithDefaults() *Job
NewJobWithDefaults instantiates a new Job 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 (*Job) GetAction ¶ added in v0.52.0
func (o *Job) GetAction() ModelsJobAction
GetAction returns the Action field value
func (*Job) GetActionOk ¶ added in v0.52.0
func (o *Job) GetActionOk() (*ModelsJobAction, bool)
GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.
func (*Job) GetCreatedAt ¶ added in v0.52.0
GetCreatedAt returns the CreatedAt field value
func (*Job) GetCreatedAtOk ¶ added in v0.52.0
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Job) GetError ¶ added in v0.52.0
GetError returns the Error field value if set, zero value otherwise.
func (*Job) GetErrorOk ¶ added in v0.52.0
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 (*Job) GetIdOk ¶ added in v0.52.0
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Job) GetMetadata ¶ added in v0.52.0
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*Job) GetMetadataOk ¶ added in v0.52.0
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Job) GetResourceId ¶ added in v0.52.0
GetResourceId returns the ResourceId field value
func (*Job) GetResourceIdOk ¶ added in v0.52.0
GetResourceIdOk returns a tuple with the ResourceId field value and a boolean to check if the value has been set.
func (*Job) GetResourceType ¶ added in v0.52.0
func (o *Job) GetResourceType() ResourceType
GetResourceType returns the ResourceType field value
func (*Job) GetResourceTypeOk ¶ added in v0.52.0
func (o *Job) GetResourceTypeOk() (*ResourceType, bool)
GetResourceTypeOk returns a tuple with the ResourceType field value and a boolean to check if the value has been set.
func (*Job) GetRunnerId ¶ added in v0.52.0
GetRunnerId returns the RunnerId field value if set, zero value otherwise.
func (*Job) GetRunnerIdOk ¶ added in v0.52.0
GetRunnerIdOk returns a tuple with the RunnerId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Job) GetStateOk ¶ added in v0.52.0
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (*Job) GetUpdatedAt ¶ added in v0.52.0
GetUpdatedAt returns the UpdatedAt field value
func (*Job) GetUpdatedAtOk ¶ added in v0.52.0
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*Job) HasMetadata ¶ added in v0.52.0
HasMetadata returns a boolean if a field has been set.
func (*Job) HasRunnerId ¶ added in v0.52.0
HasRunnerId returns a boolean if a field has been set.
func (Job) MarshalJSON ¶ added in v0.52.0
func (*Job) SetAction ¶ added in v0.52.0
func (o *Job) SetAction(v ModelsJobAction)
SetAction sets field value
func (*Job) SetCreatedAt ¶ added in v0.52.0
SetCreatedAt sets field value
func (*Job) SetError ¶ added in v0.52.0
SetError gets a reference to the given string and assigns it to the Error field.
func (*Job) SetMetadata ¶ added in v0.52.0
SetMetadata gets a reference to the given string and assigns it to the Metadata field.
func (*Job) SetResourceId ¶ added in v0.52.0
SetResourceId sets field value
func (*Job) SetResourceType ¶ added in v0.52.0
func (o *Job) SetResourceType(v ResourceType)
SetResourceType sets field value
func (*Job) SetRunnerId ¶ added in v0.52.0
SetRunnerId gets a reference to the given string and assigns it to the RunnerId field.
func (*Job) SetUpdatedAt ¶ added in v0.52.0
SetUpdatedAt sets field value
func (*Job) UnmarshalJSON ¶ added in v0.52.0
type JobAPIService ¶ added in v0.52.0
type JobAPIService service
JobAPIService JobAPI service
func (*JobAPIService) ListJobs ¶ added in v0.52.0
func (a *JobAPIService) ListJobs(ctx context.Context) ApiListJobsRequest
ListJobs List jobs
List jobs
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListJobsRequest
func (*JobAPIService) ListJobsExecute ¶ added in v0.52.0
func (a *JobAPIService) ListJobsExecute(r ApiListJobsRequest) ([]Job, *http.Response, error)
Execute executes the request
@return []Job
type JobState ¶ added in v0.52.0
type JobState string
JobState the model 'JobState'
const ( JobStatePending JobState = "pending" JobStateRunning JobState = "running" JobStateError JobState = "error" JobStateSuccess JobState = "success" )
List of JobState
func NewJobStateFromValue ¶ added in v0.52.0
NewJobStateFromValue returns a pointer to a valid JobState for the value passed as argument, or an error if the value passed is not allowed by the enum
func (JobState) IsValid ¶ added in v0.52.0
IsValid return true if the value is valid for the enum, false otherwise
func (*JobState) UnmarshalJSON ¶ added in v0.52.0
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 ModelsApiKeyType ¶ added in v0.52.0
type ModelsApiKeyType string
ModelsApiKeyType the model 'ModelsApiKeyType'
const ( ApiKeyTypeClient ModelsApiKeyType = "client" ApiKeyTypeWorkspace ModelsApiKeyType = "workspace" ApiKeyTypeTarget ModelsApiKeyType = "target" ApiKeyTypeRunner ModelsApiKeyType = "runner" )
List of models.ApiKeyType
func NewModelsApiKeyTypeFromValue ¶ added in v0.52.0
func NewModelsApiKeyTypeFromValue(v string) (*ModelsApiKeyType, error)
NewModelsApiKeyTypeFromValue returns a pointer to a valid ModelsApiKeyType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ModelsApiKeyType) IsValid ¶ added in v0.52.0
func (v ModelsApiKeyType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ModelsApiKeyType) Ptr ¶ added in v0.52.0
func (v ModelsApiKeyType) Ptr() *ModelsApiKeyType
Ptr returns reference to models.ApiKeyType value
func (*ModelsApiKeyType) UnmarshalJSON ¶ added in v0.52.0
func (v *ModelsApiKeyType) UnmarshalJSON(src []byte) error
type ModelsJobAction ¶ added in v0.52.0
type ModelsJobAction string
ModelsJobAction the model 'ModelsJobAction'
const ( JobActionCreate ModelsJobAction = "create" JobActionStart ModelsJobAction = "start" JobActionStop ModelsJobAction = "stop" JobActionRestart ModelsJobAction = "restart" JobActionDelete ModelsJobAction = "delete" JobActionForceDelete ModelsJobAction = "force-delete" JobActionRun ModelsJobAction = "run" JobActionInstallProvider ModelsJobAction = "install-provider" JobActionUninstallProvider ModelsJobAction = "uninstall-provider" JobActionUpdateProvider ModelsJobAction = "update-provider" )
List of models.JobAction
func NewModelsJobActionFromValue ¶ added in v0.52.0
func NewModelsJobActionFromValue(v string) (*ModelsJobAction, error)
NewModelsJobActionFromValue returns a pointer to a valid ModelsJobAction for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ModelsJobAction) IsValid ¶ added in v0.52.0
func (v ModelsJobAction) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ModelsJobAction) Ptr ¶ added in v0.52.0
func (v ModelsJobAction) Ptr() *ModelsJobAction
Ptr returns reference to models.JobAction value
func (*ModelsJobAction) UnmarshalJSON ¶ added in v0.52.0
func (v *ModelsJobAction) UnmarshalJSON(src []byte) error
type ModelsResourceStateName ¶ added in v0.52.0
type ModelsResourceStateName string
ModelsResourceStateName the model 'ModelsResourceStateName'
const ( ResourceStateNameUndefined ModelsResourceStateName = "undefined" ResourceStateNamePendingRun ModelsResourceStateName = "pending-run" ResourceStateNameRunning ModelsResourceStateName = "running" ResourceStateNameRunSuccessful ModelsResourceStateName = "run-successful" ResourceStateNamePendingCreate ModelsResourceStateName = "pending-create" ResourceStateNameCreating ModelsResourceStateName = "creating" ResourceStateNamePendingStart ModelsResourceStateName = "pending-start" ResourceStateNameStarting ModelsResourceStateName = "starting" ResourceStateNameStarted ModelsResourceStateName = "started" ResourceStateNamePendingStop ModelsResourceStateName = "pending-stop" ResourceStateNameStopping ModelsResourceStateName = "stopping" ResourceStateNameStopped ModelsResourceStateName = "stopped" ResourceStateNamePendingRestart ModelsResourceStateName = "pending-restart" ResourceStateNameError ModelsResourceStateName = "error" ResourceStateNameUnresponsive ModelsResourceStateName = "unresponsive" ResourceStateNamePendingDelete ModelsResourceStateName = "pending-delete" ResourceStateNamePendingForcedDelete ModelsResourceStateName = "pending-forced-delete" ResourceStateNameDeleting ModelsResourceStateName = "deleting" ResourceStateNameDeleted ModelsResourceStateName = "deleted" )
List of models.ResourceStateName
func NewModelsResourceStateNameFromValue ¶ added in v0.52.0
func NewModelsResourceStateNameFromValue(v string) (*ModelsResourceStateName, error)
NewModelsResourceStateNameFromValue returns a pointer to a valid ModelsResourceStateName for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ModelsResourceStateName) IsValid ¶ added in v0.52.0
func (v ModelsResourceStateName) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ModelsResourceStateName) Ptr ¶ added in v0.52.0
func (v ModelsResourceStateName) Ptr() *ModelsResourceStateName
Ptr returns reference to models.ResourceStateName value
func (*ModelsResourceStateName) UnmarshalJSON ¶ added in v0.52.0
func (v *ModelsResourceStateName) UnmarshalJSON(src []byte) error
type ModelsTargetConfigPropertyType ¶ added in v0.52.0
type ModelsTargetConfigPropertyType string
ModelsTargetConfigPropertyType the model 'ModelsTargetConfigPropertyType'
const ( TargetConfigPropertyTypeString ModelsTargetConfigPropertyType = "string" TargetConfigPropertyTypeOption ModelsTargetConfigPropertyType = "option" TargetConfigPropertyTypeBoolean ModelsTargetConfigPropertyType = "boolean" TargetConfigPropertyTypeInt ModelsTargetConfigPropertyType = "int" TargetConfigPropertyTypeFloat ModelsTargetConfigPropertyType = "float" TargetConfigPropertyTypeFilePath ModelsTargetConfigPropertyType = "file-path" )
List of models.TargetConfigPropertyType
func NewModelsTargetConfigPropertyTypeFromValue ¶ added in v0.52.0
func NewModelsTargetConfigPropertyTypeFromValue(v string) (*ModelsTargetConfigPropertyType, error)
NewModelsTargetConfigPropertyTypeFromValue returns a pointer to a valid ModelsTargetConfigPropertyType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ModelsTargetConfigPropertyType) IsValid ¶ added in v0.52.0
func (v ModelsTargetConfigPropertyType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ModelsTargetConfigPropertyType) Ptr ¶ added in v0.52.0
func (v ModelsTargetConfigPropertyType) Ptr() *ModelsTargetConfigPropertyType
Ptr returns reference to models.TargetConfigPropertyType value
func (*ModelsTargetConfigPropertyType) UnmarshalJSON ¶ added in v0.52.0
func (v *ModelsTargetConfigPropertyType) UnmarshalJSON(src []byte) error
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 NullableApiKeyViewDTO ¶ added in v0.52.0
type NullableApiKeyViewDTO struct {
// contains filtered or unexported fields
}
func NewNullableApiKeyViewDTO ¶ added in v0.52.0
func NewNullableApiKeyViewDTO(val *ApiKeyViewDTO) *NullableApiKeyViewDTO
func (NullableApiKeyViewDTO) Get ¶ added in v0.52.0
func (v NullableApiKeyViewDTO) Get() *ApiKeyViewDTO
func (NullableApiKeyViewDTO) IsSet ¶ added in v0.52.0
func (v NullableApiKeyViewDTO) IsSet() bool
func (NullableApiKeyViewDTO) MarshalJSON ¶ added in v0.52.0
func (v NullableApiKeyViewDTO) MarshalJSON() ([]byte, error)
func (*NullableApiKeyViewDTO) Set ¶ added in v0.52.0
func (v *NullableApiKeyViewDTO) Set(val *ApiKeyViewDTO)
func (*NullableApiKeyViewDTO) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableApiKeyViewDTO) UnmarshalJSON(src []byte) error
func (*NullableApiKeyViewDTO) Unset ¶ added in v0.52.0
func (v *NullableApiKeyViewDTO) 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 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 NullableBuildDTO ¶ added in v0.52.0
type NullableBuildDTO struct {
// contains filtered or unexported fields
}
func NewNullableBuildDTO ¶ added in v0.52.0
func NewNullableBuildDTO(val *BuildDTO) *NullableBuildDTO
func (NullableBuildDTO) Get ¶ added in v0.52.0
func (v NullableBuildDTO) Get() *BuildDTO
func (NullableBuildDTO) IsSet ¶ added in v0.52.0
func (v NullableBuildDTO) IsSet() bool
func (NullableBuildDTO) MarshalJSON ¶ added in v0.52.0
func (v NullableBuildDTO) MarshalJSON() ([]byte, error)
func (*NullableBuildDTO) Set ¶ added in v0.52.0
func (v *NullableBuildDTO) Set(val *BuildDTO)
func (*NullableBuildDTO) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableBuildDTO) UnmarshalJSON(src []byte) error
func (*NullableBuildDTO) Unset ¶ added in v0.52.0
func (v *NullableBuildDTO) 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 NullableCommand ¶ added in v0.52.0
type NullableCommand struct {
// contains filtered or unexported fields
}
func NewNullableCommand ¶ added in v0.52.0
func NewNullableCommand(val *Command) *NullableCommand
func (NullableCommand) Get ¶ added in v0.52.0
func (v NullableCommand) Get() *Command
func (NullableCommand) IsSet ¶ added in v0.52.0
func (v NullableCommand) IsSet() bool
func (NullableCommand) MarshalJSON ¶ added in v0.52.0
func (v NullableCommand) MarshalJSON() ([]byte, error)
func (*NullableCommand) Set ¶ added in v0.52.0
func (v *NullableCommand) Set(val *Command)
func (*NullableCommand) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableCommand) UnmarshalJSON(src []byte) error
func (*NullableCommand) Unset ¶ added in v0.52.0
func (v *NullableCommand) 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 NullableCreateRunnerDTO ¶ added in v0.52.0
type NullableCreateRunnerDTO struct {
// contains filtered or unexported fields
}
func NewNullableCreateRunnerDTO ¶ added in v0.52.0
func NewNullableCreateRunnerDTO(val *CreateRunnerDTO) *NullableCreateRunnerDTO
func (NullableCreateRunnerDTO) Get ¶ added in v0.52.0
func (v NullableCreateRunnerDTO) Get() *CreateRunnerDTO
func (NullableCreateRunnerDTO) IsSet ¶ added in v0.52.0
func (v NullableCreateRunnerDTO) IsSet() bool
func (NullableCreateRunnerDTO) MarshalJSON ¶ added in v0.52.0
func (v NullableCreateRunnerDTO) MarshalJSON() ([]byte, error)
func (*NullableCreateRunnerDTO) Set ¶ added in v0.52.0
func (v *NullableCreateRunnerDTO) Set(val *CreateRunnerDTO)
func (*NullableCreateRunnerDTO) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableCreateRunnerDTO) UnmarshalJSON(src []byte) error
func (*NullableCreateRunnerDTO) Unset ¶ added in v0.52.0
func (v *NullableCreateRunnerDTO) Unset()
type NullableCreateRunnerResultDTO ¶ added in v0.52.0
type NullableCreateRunnerResultDTO struct {
// contains filtered or unexported fields
}
func NewNullableCreateRunnerResultDTO ¶ added in v0.52.0
func NewNullableCreateRunnerResultDTO(val *CreateRunnerResultDTO) *NullableCreateRunnerResultDTO
func (NullableCreateRunnerResultDTO) Get ¶ added in v0.52.0
func (v NullableCreateRunnerResultDTO) Get() *CreateRunnerResultDTO
func (NullableCreateRunnerResultDTO) IsSet ¶ added in v0.52.0
func (v NullableCreateRunnerResultDTO) IsSet() bool
func (NullableCreateRunnerResultDTO) MarshalJSON ¶ added in v0.52.0
func (v NullableCreateRunnerResultDTO) MarshalJSON() ([]byte, error)
func (*NullableCreateRunnerResultDTO) Set ¶ added in v0.52.0
func (v *NullableCreateRunnerResultDTO) Set(val *CreateRunnerResultDTO)
func (*NullableCreateRunnerResultDTO) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableCreateRunnerResultDTO) UnmarshalJSON(src []byte) error
func (*NullableCreateRunnerResultDTO) Unset ¶ added in v0.52.0
func (v *NullableCreateRunnerResultDTO) Unset()
type NullableCreateSessionRequest ¶ added in v0.52.0
type NullableCreateSessionRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateSessionRequest ¶ added in v0.52.0
func NewNullableCreateSessionRequest(val *CreateSessionRequest) *NullableCreateSessionRequest
func (NullableCreateSessionRequest) Get ¶ added in v0.52.0
func (v NullableCreateSessionRequest) Get() *CreateSessionRequest
func (NullableCreateSessionRequest) IsSet ¶ added in v0.52.0
func (v NullableCreateSessionRequest) IsSet() bool
func (NullableCreateSessionRequest) MarshalJSON ¶ added in v0.52.0
func (v NullableCreateSessionRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateSessionRequest) Set ¶ added in v0.52.0
func (v *NullableCreateSessionRequest) Set(val *CreateSessionRequest)
func (*NullableCreateSessionRequest) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableCreateSessionRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateSessionRequest) Unset ¶ added in v0.52.0
func (v *NullableCreateSessionRequest) Unset()
type NullableCreateTargetConfigDTO ¶ added in v0.52.0
type NullableCreateTargetConfigDTO struct {
// contains filtered or unexported fields
}
func NewNullableCreateTargetConfigDTO ¶ added in v0.52.0
func NewNullableCreateTargetConfigDTO(val *CreateTargetConfigDTO) *NullableCreateTargetConfigDTO
func (NullableCreateTargetConfigDTO) Get ¶ added in v0.52.0
func (v NullableCreateTargetConfigDTO) Get() *CreateTargetConfigDTO
func (NullableCreateTargetConfigDTO) IsSet ¶ added in v0.52.0
func (v NullableCreateTargetConfigDTO) IsSet() bool
func (NullableCreateTargetConfigDTO) MarshalJSON ¶ added in v0.52.0
func (v NullableCreateTargetConfigDTO) MarshalJSON() ([]byte, error)
func (*NullableCreateTargetConfigDTO) Set ¶ added in v0.52.0
func (v *NullableCreateTargetConfigDTO) Set(val *CreateTargetConfigDTO)
func (*NullableCreateTargetConfigDTO) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableCreateTargetConfigDTO) UnmarshalJSON(src []byte) error
func (*NullableCreateTargetConfigDTO) Unset ¶ added in v0.52.0
func (v *NullableCreateTargetConfigDTO) Unset()
type NullableCreateTargetDTO ¶ added in v0.52.0
type NullableCreateTargetDTO struct {
// contains filtered or unexported fields
}
func NewNullableCreateTargetDTO ¶ added in v0.52.0
func NewNullableCreateTargetDTO(val *CreateTargetDTO) *NullableCreateTargetDTO
func (NullableCreateTargetDTO) Get ¶ added in v0.52.0
func (v NullableCreateTargetDTO) Get() *CreateTargetDTO
func (NullableCreateTargetDTO) IsSet ¶ added in v0.52.0
func (v NullableCreateTargetDTO) IsSet() bool
func (NullableCreateTargetDTO) MarshalJSON ¶ added in v0.52.0
func (v NullableCreateTargetDTO) MarshalJSON() ([]byte, error)
func (*NullableCreateTargetDTO) Set ¶ added in v0.52.0
func (v *NullableCreateTargetDTO) Set(val *CreateTargetDTO)
func (*NullableCreateTargetDTO) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableCreateTargetDTO) UnmarshalJSON(src []byte) error
func (*NullableCreateTargetDTO) Unset ¶ added in v0.52.0
func (v *NullableCreateTargetDTO) 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 NullableCreateWorkspaceSourceDTO ¶ added in v0.52.0
type NullableCreateWorkspaceSourceDTO struct {
// contains filtered or unexported fields
}
func NewNullableCreateWorkspaceSourceDTO ¶ added in v0.52.0
func NewNullableCreateWorkspaceSourceDTO(val *CreateWorkspaceSourceDTO) *NullableCreateWorkspaceSourceDTO
func (NullableCreateWorkspaceSourceDTO) Get ¶ added in v0.52.0
func (v NullableCreateWorkspaceSourceDTO) Get() *CreateWorkspaceSourceDTO
func (NullableCreateWorkspaceSourceDTO) IsSet ¶ added in v0.52.0
func (v NullableCreateWorkspaceSourceDTO) IsSet() bool
func (NullableCreateWorkspaceSourceDTO) MarshalJSON ¶ added in v0.52.0
func (v NullableCreateWorkspaceSourceDTO) MarshalJSON() ([]byte, error)
func (*NullableCreateWorkspaceSourceDTO) Set ¶ added in v0.52.0
func (v *NullableCreateWorkspaceSourceDTO) Set(val *CreateWorkspaceSourceDTO)
func (*NullableCreateWorkspaceSourceDTO) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableCreateWorkspaceSourceDTO) UnmarshalJSON(src []byte) error
func (*NullableCreateWorkspaceSourceDTO) Unset ¶ added in v0.52.0
func (v *NullableCreateWorkspaceSourceDTO) Unset()
type NullableCreateWorkspaceTemplateDTO ¶ added in v0.52.0
type NullableCreateWorkspaceTemplateDTO struct {
// contains filtered or unexported fields
}
func NewNullableCreateWorkspaceTemplateDTO ¶ added in v0.52.0
func NewNullableCreateWorkspaceTemplateDTO(val *CreateWorkspaceTemplateDTO) *NullableCreateWorkspaceTemplateDTO
func (NullableCreateWorkspaceTemplateDTO) Get ¶ added in v0.52.0
func (v NullableCreateWorkspaceTemplateDTO) Get() *CreateWorkspaceTemplateDTO
func (NullableCreateWorkspaceTemplateDTO) IsSet ¶ added in v0.52.0
func (v NullableCreateWorkspaceTemplateDTO) IsSet() bool
func (NullableCreateWorkspaceTemplateDTO) MarshalJSON ¶ added in v0.52.0
func (v NullableCreateWorkspaceTemplateDTO) MarshalJSON() ([]byte, error)
func (*NullableCreateWorkspaceTemplateDTO) Set ¶ added in v0.52.0
func (v *NullableCreateWorkspaceTemplateDTO) Set(val *CreateWorkspaceTemplateDTO)
func (*NullableCreateWorkspaceTemplateDTO) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableCreateWorkspaceTemplateDTO) UnmarshalJSON(src []byte) error
func (*NullableCreateWorkspaceTemplateDTO) Unset ¶ added in v0.52.0
func (v *NullableCreateWorkspaceTemplateDTO) 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 NullableEnvironmentVariable ¶ added in v0.52.0
type NullableEnvironmentVariable struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentVariable ¶ added in v0.52.0
func NewNullableEnvironmentVariable(val *EnvironmentVariable) *NullableEnvironmentVariable
func (NullableEnvironmentVariable) Get ¶ added in v0.52.0
func (v NullableEnvironmentVariable) Get() *EnvironmentVariable
func (NullableEnvironmentVariable) IsSet ¶ added in v0.52.0
func (v NullableEnvironmentVariable) IsSet() bool
func (NullableEnvironmentVariable) MarshalJSON ¶ added in v0.52.0
func (v NullableEnvironmentVariable) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentVariable) Set ¶ added in v0.52.0
func (v *NullableEnvironmentVariable) Set(val *EnvironmentVariable)
func (*NullableEnvironmentVariable) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableEnvironmentVariable) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentVariable) Unset ¶ added in v0.52.0
func (v *NullableEnvironmentVariable) 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 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 NullableJob ¶ added in v0.52.0
type NullableJob struct {
// contains filtered or unexported fields
}
func NewNullableJob ¶ added in v0.52.0
func NewNullableJob(val *Job) *NullableJob
func (NullableJob) Get ¶ added in v0.52.0
func (v NullableJob) Get() *Job
func (NullableJob) IsSet ¶ added in v0.52.0
func (v NullableJob) IsSet() bool
func (NullableJob) MarshalJSON ¶ added in v0.52.0
func (v NullableJob) MarshalJSON() ([]byte, error)
func (*NullableJob) Set ¶ added in v0.52.0
func (v *NullableJob) Set(val *Job)
func (*NullableJob) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableJob) UnmarshalJSON(src []byte) error
func (*NullableJob) Unset ¶ added in v0.52.0
func (v *NullableJob) Unset()
type NullableJobState ¶ added in v0.52.0
type NullableJobState struct {
// contains filtered or unexported fields
}
func NewNullableJobState ¶ added in v0.52.0
func NewNullableJobState(val *JobState) *NullableJobState
func (NullableJobState) Get ¶ added in v0.52.0
func (v NullableJobState) Get() *JobState
func (NullableJobState) IsSet ¶ added in v0.52.0
func (v NullableJobState) IsSet() bool
func (NullableJobState) MarshalJSON ¶ added in v0.52.0
func (v NullableJobState) MarshalJSON() ([]byte, error)
func (*NullableJobState) Set ¶ added in v0.52.0
func (v *NullableJobState) Set(val *JobState)
func (*NullableJobState) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableJobState) UnmarshalJSON(src []byte) error
func (*NullableJobState) Unset ¶ added in v0.52.0
func (v *NullableJobState) 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 NullableModelsApiKeyType ¶ added in v0.52.0
type NullableModelsApiKeyType struct {
// contains filtered or unexported fields
}
func NewNullableModelsApiKeyType ¶ added in v0.52.0
func NewNullableModelsApiKeyType(val *ModelsApiKeyType) *NullableModelsApiKeyType
func (NullableModelsApiKeyType) Get ¶ added in v0.52.0
func (v NullableModelsApiKeyType) Get() *ModelsApiKeyType
func (NullableModelsApiKeyType) IsSet ¶ added in v0.52.0
func (v NullableModelsApiKeyType) IsSet() bool
func (NullableModelsApiKeyType) MarshalJSON ¶ added in v0.52.0
func (v NullableModelsApiKeyType) MarshalJSON() ([]byte, error)
func (*NullableModelsApiKeyType) Set ¶ added in v0.52.0
func (v *NullableModelsApiKeyType) Set(val *ModelsApiKeyType)
func (*NullableModelsApiKeyType) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableModelsApiKeyType) UnmarshalJSON(src []byte) error
func (*NullableModelsApiKeyType) Unset ¶ added in v0.52.0
func (v *NullableModelsApiKeyType) Unset()
type NullableModelsJobAction ¶ added in v0.52.0
type NullableModelsJobAction struct {
// contains filtered or unexported fields
}
func NewNullableModelsJobAction ¶ added in v0.52.0
func NewNullableModelsJobAction(val *ModelsJobAction) *NullableModelsJobAction
func (NullableModelsJobAction) Get ¶ added in v0.52.0
func (v NullableModelsJobAction) Get() *ModelsJobAction
func (NullableModelsJobAction) IsSet ¶ added in v0.52.0
func (v NullableModelsJobAction) IsSet() bool
func (NullableModelsJobAction) MarshalJSON ¶ added in v0.52.0
func (v NullableModelsJobAction) MarshalJSON() ([]byte, error)
func (*NullableModelsJobAction) Set ¶ added in v0.52.0
func (v *NullableModelsJobAction) Set(val *ModelsJobAction)
func (*NullableModelsJobAction) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableModelsJobAction) UnmarshalJSON(src []byte) error
func (*NullableModelsJobAction) Unset ¶ added in v0.52.0
func (v *NullableModelsJobAction) Unset()
type NullableModelsResourceStateName ¶ added in v0.52.0
type NullableModelsResourceStateName struct {
// contains filtered or unexported fields
}
func NewNullableModelsResourceStateName ¶ added in v0.52.0
func NewNullableModelsResourceStateName(val *ModelsResourceStateName) *NullableModelsResourceStateName
func (NullableModelsResourceStateName) Get ¶ added in v0.52.0
func (v NullableModelsResourceStateName) Get() *ModelsResourceStateName
func (NullableModelsResourceStateName) IsSet ¶ added in v0.52.0
func (v NullableModelsResourceStateName) IsSet() bool
func (NullableModelsResourceStateName) MarshalJSON ¶ added in v0.52.0
func (v NullableModelsResourceStateName) MarshalJSON() ([]byte, error)
func (*NullableModelsResourceStateName) Set ¶ added in v0.52.0
func (v *NullableModelsResourceStateName) Set(val *ModelsResourceStateName)
func (*NullableModelsResourceStateName) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableModelsResourceStateName) UnmarshalJSON(src []byte) error
func (*NullableModelsResourceStateName) Unset ¶ added in v0.52.0
func (v *NullableModelsResourceStateName) Unset()
type NullableModelsTargetConfigPropertyType ¶ added in v0.52.0
type NullableModelsTargetConfigPropertyType struct {
// contains filtered or unexported fields
}
func NewNullableModelsTargetConfigPropertyType ¶ added in v0.52.0
func NewNullableModelsTargetConfigPropertyType(val *ModelsTargetConfigPropertyType) *NullableModelsTargetConfigPropertyType
func (NullableModelsTargetConfigPropertyType) Get ¶ added in v0.52.0
func (v NullableModelsTargetConfigPropertyType) Get() *ModelsTargetConfigPropertyType
func (NullableModelsTargetConfigPropertyType) IsSet ¶ added in v0.52.0
func (v NullableModelsTargetConfigPropertyType) IsSet() bool
func (NullableModelsTargetConfigPropertyType) MarshalJSON ¶ added in v0.52.0
func (v NullableModelsTargetConfigPropertyType) MarshalJSON() ([]byte, error)
func (*NullableModelsTargetConfigPropertyType) Set ¶ added in v0.52.0
func (v *NullableModelsTargetConfigPropertyType) Set(val *ModelsTargetConfigPropertyType)
func (*NullableModelsTargetConfigPropertyType) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableModelsTargetConfigPropertyType) UnmarshalJSON(src []byte) error
func (*NullableModelsTargetConfigPropertyType) Unset ¶ added in v0.52.0
func (v *NullableModelsTargetConfigPropertyType) 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 NullableProviderDTO ¶ added in v0.52.0
type NullableProviderDTO struct {
// contains filtered or unexported fields
}
func NewNullableProviderDTO ¶ added in v0.52.0
func NewNullableProviderDTO(val *ProviderDTO) *NullableProviderDTO
func (NullableProviderDTO) Get ¶ added in v0.52.0
func (v NullableProviderDTO) Get() *ProviderDTO
func (NullableProviderDTO) IsSet ¶ added in v0.52.0
func (v NullableProviderDTO) IsSet() bool
func (NullableProviderDTO) MarshalJSON ¶ added in v0.52.0
func (v NullableProviderDTO) MarshalJSON() ([]byte, error)
func (*NullableProviderDTO) Set ¶ added in v0.52.0
func (v *NullableProviderDTO) Set(val *ProviderDTO)
func (*NullableProviderDTO) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableProviderDTO) UnmarshalJSON(src []byte) error
func (*NullableProviderDTO) Unset ¶ added in v0.52.0
func (v *NullableProviderDTO) Unset()
type NullableProviderInfo ¶ added in v0.52.0
type NullableProviderInfo struct {
// contains filtered or unexported fields
}
func NewNullableProviderInfo ¶ added in v0.52.0
func NewNullableProviderInfo(val *ProviderInfo) *NullableProviderInfo
func (NullableProviderInfo) Get ¶ added in v0.52.0
func (v NullableProviderInfo) Get() *ProviderInfo
func (NullableProviderInfo) IsSet ¶ added in v0.52.0
func (v NullableProviderInfo) IsSet() bool
func (NullableProviderInfo) MarshalJSON ¶ added in v0.52.0
func (v NullableProviderInfo) MarshalJSON() ([]byte, error)
func (*NullableProviderInfo) Set ¶ added in v0.52.0
func (v *NullableProviderInfo) Set(val *ProviderInfo)
func (*NullableProviderInfo) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableProviderInfo) UnmarshalJSON(src []byte) error
func (*NullableProviderInfo) Unset ¶ added in v0.52.0
func (v *NullableProviderInfo) 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 NullableResourceState ¶ added in v0.52.0
type NullableResourceState struct {
// contains filtered or unexported fields
}
func NewNullableResourceState ¶ added in v0.52.0
func NewNullableResourceState(val *ResourceState) *NullableResourceState
func (NullableResourceState) Get ¶ added in v0.52.0
func (v NullableResourceState) Get() *ResourceState
func (NullableResourceState) IsSet ¶ added in v0.52.0
func (v NullableResourceState) IsSet() bool
func (NullableResourceState) MarshalJSON ¶ added in v0.52.0
func (v NullableResourceState) MarshalJSON() ([]byte, error)
func (*NullableResourceState) Set ¶ added in v0.52.0
func (v *NullableResourceState) Set(val *ResourceState)
func (*NullableResourceState) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableResourceState) UnmarshalJSON(src []byte) error
func (*NullableResourceState) Unset ¶ added in v0.52.0
func (v *NullableResourceState) Unset()
type NullableResourceType ¶ added in v0.52.0
type NullableResourceType struct {
// contains filtered or unexported fields
}
func NewNullableResourceType ¶ added in v0.52.0
func NewNullableResourceType(val *ResourceType) *NullableResourceType
func (NullableResourceType) Get ¶ added in v0.52.0
func (v NullableResourceType) Get() *ResourceType
func (NullableResourceType) IsSet ¶ added in v0.52.0
func (v NullableResourceType) IsSet() bool
func (NullableResourceType) MarshalJSON ¶ added in v0.52.0
func (v NullableResourceType) MarshalJSON() ([]byte, error)
func (*NullableResourceType) Set ¶ added in v0.52.0
func (v *NullableResourceType) Set(val *ResourceType)
func (*NullableResourceType) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableResourceType) UnmarshalJSON(src []byte) error
func (*NullableResourceType) Unset ¶ added in v0.52.0
func (v *NullableResourceType) Unset()
type NullableRunnerDTO ¶ added in v0.52.0
type NullableRunnerDTO struct {
// contains filtered or unexported fields
}
func NewNullableRunnerDTO ¶ added in v0.52.0
func NewNullableRunnerDTO(val *RunnerDTO) *NullableRunnerDTO
func (NullableRunnerDTO) Get ¶ added in v0.52.0
func (v NullableRunnerDTO) Get() *RunnerDTO
func (NullableRunnerDTO) IsSet ¶ added in v0.52.0
func (v NullableRunnerDTO) IsSet() bool
func (NullableRunnerDTO) MarshalJSON ¶ added in v0.52.0
func (v NullableRunnerDTO) MarshalJSON() ([]byte, error)
func (*NullableRunnerDTO) Set ¶ added in v0.52.0
func (v *NullableRunnerDTO) Set(val *RunnerDTO)
func (*NullableRunnerDTO) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableRunnerDTO) UnmarshalJSON(src []byte) error
func (*NullableRunnerDTO) Unset ¶ added in v0.52.0
func (v *NullableRunnerDTO) Unset()
type NullableRunnerMetadata ¶ added in v0.52.0
type NullableRunnerMetadata struct {
// contains filtered or unexported fields
}
func NewNullableRunnerMetadata ¶ added in v0.52.0
func NewNullableRunnerMetadata(val *RunnerMetadata) *NullableRunnerMetadata
func (NullableRunnerMetadata) Get ¶ added in v0.52.0
func (v NullableRunnerMetadata) Get() *RunnerMetadata
func (NullableRunnerMetadata) IsSet ¶ added in v0.52.0
func (v NullableRunnerMetadata) IsSet() bool
func (NullableRunnerMetadata) MarshalJSON ¶ added in v0.52.0
func (v NullableRunnerMetadata) MarshalJSON() ([]byte, error)
func (*NullableRunnerMetadata) Set ¶ added in v0.52.0
func (v *NullableRunnerMetadata) Set(val *RunnerMetadata)
func (*NullableRunnerMetadata) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableRunnerMetadata) UnmarshalJSON(src []byte) error
func (*NullableRunnerMetadata) Unset ¶ added in v0.52.0
func (v *NullableRunnerMetadata) 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 NullableSession ¶ added in v0.52.0
type NullableSession struct {
// contains filtered or unexported fields
}
func NewNullableSession ¶ added in v0.52.0
func NewNullableSession(val *Session) *NullableSession
func (NullableSession) Get ¶ added in v0.52.0
func (v NullableSession) Get() *Session
func (NullableSession) IsSet ¶ added in v0.52.0
func (v NullableSession) IsSet() bool
func (NullableSession) MarshalJSON ¶ added in v0.52.0
func (v NullableSession) MarshalJSON() ([]byte, error)
func (*NullableSession) Set ¶ added in v0.52.0
func (v *NullableSession) Set(val *Session)
func (*NullableSession) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableSession) UnmarshalJSON(src []byte) error
func (*NullableSession) Unset ¶ added in v0.52.0
func (v *NullableSession) Unset()
type NullableSessionExecuteRequest ¶ added in v0.52.0
type NullableSessionExecuteRequest struct {
// contains filtered or unexported fields
}
func NewNullableSessionExecuteRequest ¶ added in v0.52.0
func NewNullableSessionExecuteRequest(val *SessionExecuteRequest) *NullableSessionExecuteRequest
func (NullableSessionExecuteRequest) Get ¶ added in v0.52.0
func (v NullableSessionExecuteRequest) Get() *SessionExecuteRequest
func (NullableSessionExecuteRequest) IsSet ¶ added in v0.52.0
func (v NullableSessionExecuteRequest) IsSet() bool
func (NullableSessionExecuteRequest) MarshalJSON ¶ added in v0.52.0
func (v NullableSessionExecuteRequest) MarshalJSON() ([]byte, error)
func (*NullableSessionExecuteRequest) Set ¶ added in v0.52.0
func (v *NullableSessionExecuteRequest) Set(val *SessionExecuteRequest)
func (*NullableSessionExecuteRequest) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableSessionExecuteRequest) UnmarshalJSON(src []byte) error
func (*NullableSessionExecuteRequest) Unset ¶ added in v0.52.0
func (v *NullableSessionExecuteRequest) Unset()
type NullableSessionExecuteResponse ¶ added in v0.52.0
type NullableSessionExecuteResponse struct {
// contains filtered or unexported fields
}
func NewNullableSessionExecuteResponse ¶ added in v0.52.0
func NewNullableSessionExecuteResponse(val *SessionExecuteResponse) *NullableSessionExecuteResponse
func (NullableSessionExecuteResponse) Get ¶ added in v0.52.0
func (v NullableSessionExecuteResponse) Get() *SessionExecuteResponse
func (NullableSessionExecuteResponse) IsSet ¶ added in v0.52.0
func (v NullableSessionExecuteResponse) IsSet() bool
func (NullableSessionExecuteResponse) MarshalJSON ¶ added in v0.52.0
func (v NullableSessionExecuteResponse) MarshalJSON() ([]byte, error)
func (*NullableSessionExecuteResponse) Set ¶ added in v0.52.0
func (v *NullableSessionExecuteResponse) Set(val *SessionExecuteResponse)
func (*NullableSessionExecuteResponse) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableSessionExecuteResponse) UnmarshalJSON(src []byte) error
func (*NullableSessionExecuteResponse) Unset ¶ added in v0.52.0
func (v *NullableSessionExecuteResponse) 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 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 NullableTarget ¶ added in v0.52.0
type NullableTarget struct {
// contains filtered or unexported fields
}
func NewNullableTarget ¶ added in v0.52.0
func NewNullableTarget(val *Target) *NullableTarget
func (NullableTarget) Get ¶ added in v0.52.0
func (v NullableTarget) Get() *Target
func (NullableTarget) IsSet ¶ added in v0.52.0
func (v NullableTarget) IsSet() bool
func (NullableTarget) MarshalJSON ¶ added in v0.52.0
func (v NullableTarget) MarshalJSON() ([]byte, error)
func (*NullableTarget) Set ¶ added in v0.52.0
func (v *NullableTarget) Set(val *Target)
func (*NullableTarget) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableTarget) UnmarshalJSON(src []byte) error
func (*NullableTarget) Unset ¶ added in v0.52.0
func (v *NullableTarget) Unset()
type NullableTargetConfig ¶ added in v0.52.0
type NullableTargetConfig struct {
// contains filtered or unexported fields
}
func NewNullableTargetConfig ¶ added in v0.52.0
func NewNullableTargetConfig(val *TargetConfig) *NullableTargetConfig
func (NullableTargetConfig) Get ¶ added in v0.52.0
func (v NullableTargetConfig) Get() *TargetConfig
func (NullableTargetConfig) IsSet ¶ added in v0.52.0
func (v NullableTargetConfig) IsSet() bool
func (NullableTargetConfig) MarshalJSON ¶ added in v0.52.0
func (v NullableTargetConfig) MarshalJSON() ([]byte, error)
func (*NullableTargetConfig) Set ¶ added in v0.52.0
func (v *NullableTargetConfig) Set(val *TargetConfig)
func (*NullableTargetConfig) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableTargetConfig) UnmarshalJSON(src []byte) error
func (*NullableTargetConfig) Unset ¶ added in v0.52.0
func (v *NullableTargetConfig) Unset()
type NullableTargetConfigProperty ¶ added in v0.52.0
type NullableTargetConfigProperty struct {
// contains filtered or unexported fields
}
func NewNullableTargetConfigProperty ¶ added in v0.52.0
func NewNullableTargetConfigProperty(val *TargetConfigProperty) *NullableTargetConfigProperty
func (NullableTargetConfigProperty) Get ¶ added in v0.52.0
func (v NullableTargetConfigProperty) Get() *TargetConfigProperty
func (NullableTargetConfigProperty) IsSet ¶ added in v0.52.0
func (v NullableTargetConfigProperty) IsSet() bool
func (NullableTargetConfigProperty) MarshalJSON ¶ added in v0.52.0
func (v NullableTargetConfigProperty) MarshalJSON() ([]byte, error)
func (*NullableTargetConfigProperty) Set ¶ added in v0.52.0
func (v *NullableTargetConfigProperty) Set(val *TargetConfigProperty)
func (*NullableTargetConfigProperty) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableTargetConfigProperty) UnmarshalJSON(src []byte) error
func (*NullableTargetConfigProperty) Unset ¶ added in v0.52.0
func (v *NullableTargetConfigProperty) Unset()
type NullableTargetDTO ¶ added in v0.52.0
type NullableTargetDTO struct {
// contains filtered or unexported fields
}
func NewNullableTargetDTO ¶ added in v0.52.0
func NewNullableTargetDTO(val *TargetDTO) *NullableTargetDTO
func (NullableTargetDTO) Get ¶ added in v0.52.0
func (v NullableTargetDTO) Get() *TargetDTO
func (NullableTargetDTO) IsSet ¶ added in v0.52.0
func (v NullableTargetDTO) IsSet() bool
func (NullableTargetDTO) MarshalJSON ¶ added in v0.52.0
func (v NullableTargetDTO) MarshalJSON() ([]byte, error)
func (*NullableTargetDTO) Set ¶ added in v0.52.0
func (v *NullableTargetDTO) Set(val *TargetDTO)
func (*NullableTargetDTO) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableTargetDTO) UnmarshalJSON(src []byte) error
func (*NullableTargetDTO) Unset ¶ added in v0.52.0
func (v *NullableTargetDTO) Unset()
type NullableTargetMetadata ¶ added in v0.52.0
type NullableTargetMetadata struct {
// contains filtered or unexported fields
}
func NewNullableTargetMetadata ¶ added in v0.52.0
func NewNullableTargetMetadata(val *TargetMetadata) *NullableTargetMetadata
func (NullableTargetMetadata) Get ¶ added in v0.52.0
func (v NullableTargetMetadata) Get() *TargetMetadata
func (NullableTargetMetadata) IsSet ¶ added in v0.52.0
func (v NullableTargetMetadata) IsSet() bool
func (NullableTargetMetadata) MarshalJSON ¶ added in v0.52.0
func (v NullableTargetMetadata) MarshalJSON() ([]byte, error)
func (*NullableTargetMetadata) Set ¶ added in v0.52.0
func (v *NullableTargetMetadata) Set(val *TargetMetadata)
func (*NullableTargetMetadata) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableTargetMetadata) UnmarshalJSON(src []byte) error
func (*NullableTargetMetadata) Unset ¶ added in v0.52.0
func (v *NullableTargetMetadata) 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 NullableUpdateJobState ¶ added in v0.52.0
type NullableUpdateJobState struct {
// contains filtered or unexported fields
}
func NewNullableUpdateJobState ¶ added in v0.52.0
func NewNullableUpdateJobState(val *UpdateJobState) *NullableUpdateJobState
func (NullableUpdateJobState) Get ¶ added in v0.52.0
func (v NullableUpdateJobState) Get() *UpdateJobState
func (NullableUpdateJobState) IsSet ¶ added in v0.52.0
func (v NullableUpdateJobState) IsSet() bool
func (NullableUpdateJobState) MarshalJSON ¶ added in v0.52.0
func (v NullableUpdateJobState) MarshalJSON() ([]byte, error)
func (*NullableUpdateJobState) Set ¶ added in v0.52.0
func (v *NullableUpdateJobState) Set(val *UpdateJobState)
func (*NullableUpdateJobState) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableUpdateJobState) UnmarshalJSON(src []byte) error
func (*NullableUpdateJobState) Unset ¶ added in v0.52.0
func (v *NullableUpdateJobState) Unset()
type NullableUpdateRunnerMetadataDTO ¶ added in v0.52.0
type NullableUpdateRunnerMetadataDTO struct {
// contains filtered or unexported fields
}
func NewNullableUpdateRunnerMetadataDTO ¶ added in v0.52.0
func NewNullableUpdateRunnerMetadataDTO(val *UpdateRunnerMetadataDTO) *NullableUpdateRunnerMetadataDTO
func (NullableUpdateRunnerMetadataDTO) Get ¶ added in v0.52.0
func (v NullableUpdateRunnerMetadataDTO) Get() *UpdateRunnerMetadataDTO
func (NullableUpdateRunnerMetadataDTO) IsSet ¶ added in v0.52.0
func (v NullableUpdateRunnerMetadataDTO) IsSet() bool
func (NullableUpdateRunnerMetadataDTO) MarshalJSON ¶ added in v0.52.0
func (v NullableUpdateRunnerMetadataDTO) MarshalJSON() ([]byte, error)
func (*NullableUpdateRunnerMetadataDTO) Set ¶ added in v0.52.0
func (v *NullableUpdateRunnerMetadataDTO) Set(val *UpdateRunnerMetadataDTO)
func (*NullableUpdateRunnerMetadataDTO) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableUpdateRunnerMetadataDTO) UnmarshalJSON(src []byte) error
func (*NullableUpdateRunnerMetadataDTO) Unset ¶ added in v0.52.0
func (v *NullableUpdateRunnerMetadataDTO) Unset()
type NullableUpdateTargetMetadataDTO ¶ added in v0.52.0
type NullableUpdateTargetMetadataDTO struct {
// contains filtered or unexported fields
}
func NewNullableUpdateTargetMetadataDTO ¶ added in v0.52.0
func NewNullableUpdateTargetMetadataDTO(val *UpdateTargetMetadataDTO) *NullableUpdateTargetMetadataDTO
func (NullableUpdateTargetMetadataDTO) Get ¶ added in v0.52.0
func (v NullableUpdateTargetMetadataDTO) Get() *UpdateTargetMetadataDTO
func (NullableUpdateTargetMetadataDTO) IsSet ¶ added in v0.52.0
func (v NullableUpdateTargetMetadataDTO) IsSet() bool
func (NullableUpdateTargetMetadataDTO) MarshalJSON ¶ added in v0.52.0
func (v NullableUpdateTargetMetadataDTO) MarshalJSON() ([]byte, error)
func (*NullableUpdateTargetMetadataDTO) Set ¶ added in v0.52.0
func (v *NullableUpdateTargetMetadataDTO) Set(val *UpdateTargetMetadataDTO)
func (*NullableUpdateTargetMetadataDTO) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableUpdateTargetMetadataDTO) UnmarshalJSON(src []byte) error
func (*NullableUpdateTargetMetadataDTO) Unset ¶ added in v0.52.0
func (v *NullableUpdateTargetMetadataDTO) Unset()
type NullableUpdateTargetProviderMetadataDTO ¶ added in v0.52.0
type NullableUpdateTargetProviderMetadataDTO struct {
// contains filtered or unexported fields
}
func NewNullableUpdateTargetProviderMetadataDTO ¶ added in v0.52.0
func NewNullableUpdateTargetProviderMetadataDTO(val *UpdateTargetProviderMetadataDTO) *NullableUpdateTargetProviderMetadataDTO
func (NullableUpdateTargetProviderMetadataDTO) IsSet ¶ added in v0.52.0
func (v NullableUpdateTargetProviderMetadataDTO) IsSet() bool
func (NullableUpdateTargetProviderMetadataDTO) MarshalJSON ¶ added in v0.52.0
func (v NullableUpdateTargetProviderMetadataDTO) MarshalJSON() ([]byte, error)
func (*NullableUpdateTargetProviderMetadataDTO) Set ¶ added in v0.52.0
func (v *NullableUpdateTargetProviderMetadataDTO) Set(val *UpdateTargetProviderMetadataDTO)
func (*NullableUpdateTargetProviderMetadataDTO) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableUpdateTargetProviderMetadataDTO) UnmarshalJSON(src []byte) error
func (*NullableUpdateTargetProviderMetadataDTO) Unset ¶ added in v0.52.0
func (v *NullableUpdateTargetProviderMetadataDTO) Unset()
type NullableUpdateWorkspaceMetadataDTO ¶ added in v0.52.0
type NullableUpdateWorkspaceMetadataDTO struct {
// contains filtered or unexported fields
}
func NewNullableUpdateWorkspaceMetadataDTO ¶ added in v0.52.0
func NewNullableUpdateWorkspaceMetadataDTO(val *UpdateWorkspaceMetadataDTO) *NullableUpdateWorkspaceMetadataDTO
func (NullableUpdateWorkspaceMetadataDTO) Get ¶ added in v0.52.0
func (v NullableUpdateWorkspaceMetadataDTO) Get() *UpdateWorkspaceMetadataDTO
func (NullableUpdateWorkspaceMetadataDTO) IsSet ¶ added in v0.52.0
func (v NullableUpdateWorkspaceMetadataDTO) IsSet() bool
func (NullableUpdateWorkspaceMetadataDTO) MarshalJSON ¶ added in v0.52.0
func (v NullableUpdateWorkspaceMetadataDTO) MarshalJSON() ([]byte, error)
func (*NullableUpdateWorkspaceMetadataDTO) Set ¶ added in v0.52.0
func (v *NullableUpdateWorkspaceMetadataDTO) Set(val *UpdateWorkspaceMetadataDTO)
func (*NullableUpdateWorkspaceMetadataDTO) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableUpdateWorkspaceMetadataDTO) UnmarshalJSON(src []byte) error
func (*NullableUpdateWorkspaceMetadataDTO) Unset ¶ added in v0.52.0
func (v *NullableUpdateWorkspaceMetadataDTO) Unset()
type NullableUpdateWorkspaceProviderMetadataDTO ¶ added in v0.52.0
type NullableUpdateWorkspaceProviderMetadataDTO struct {
// contains filtered or unexported fields
}
func NewNullableUpdateWorkspaceProviderMetadataDTO ¶ added in v0.52.0
func NewNullableUpdateWorkspaceProviderMetadataDTO(val *UpdateWorkspaceProviderMetadataDTO) *NullableUpdateWorkspaceProviderMetadataDTO
func (NullableUpdateWorkspaceProviderMetadataDTO) IsSet ¶ added in v0.52.0
func (v NullableUpdateWorkspaceProviderMetadataDTO) IsSet() bool
func (NullableUpdateWorkspaceProviderMetadataDTO) MarshalJSON ¶ added in v0.52.0
func (v NullableUpdateWorkspaceProviderMetadataDTO) MarshalJSON() ([]byte, error)
func (*NullableUpdateWorkspaceProviderMetadataDTO) Set ¶ added in v0.52.0
func (v *NullableUpdateWorkspaceProviderMetadataDTO) Set(val *UpdateWorkspaceProviderMetadataDTO)
func (*NullableUpdateWorkspaceProviderMetadataDTO) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableUpdateWorkspaceProviderMetadataDTO) UnmarshalJSON(src []byte) error
func (*NullableUpdateWorkspaceProviderMetadataDTO) Unset ¶ added in v0.52.0
func (v *NullableUpdateWorkspaceProviderMetadataDTO) 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 NullableWorkspaceDirResponse ¶ added in v0.52.0
type NullableWorkspaceDirResponse struct {
// contains filtered or unexported fields
}
func NewNullableWorkspaceDirResponse ¶ added in v0.52.0
func NewNullableWorkspaceDirResponse(val *WorkspaceDirResponse) *NullableWorkspaceDirResponse
func (NullableWorkspaceDirResponse) Get ¶ added in v0.52.0
func (v NullableWorkspaceDirResponse) Get() *WorkspaceDirResponse
func (NullableWorkspaceDirResponse) IsSet ¶ added in v0.52.0
func (v NullableWorkspaceDirResponse) IsSet() bool
func (NullableWorkspaceDirResponse) MarshalJSON ¶ added in v0.52.0
func (v NullableWorkspaceDirResponse) MarshalJSON() ([]byte, error)
func (*NullableWorkspaceDirResponse) Set ¶ added in v0.52.0
func (v *NullableWorkspaceDirResponse) Set(val *WorkspaceDirResponse)
func (*NullableWorkspaceDirResponse) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableWorkspaceDirResponse) UnmarshalJSON(src []byte) error
func (*NullableWorkspaceDirResponse) Unset ¶ added in v0.52.0
func (v *NullableWorkspaceDirResponse) Unset()
type NullableWorkspaceMetadata ¶ added in v0.52.0
type NullableWorkspaceMetadata struct {
// contains filtered or unexported fields
}
func NewNullableWorkspaceMetadata ¶ added in v0.52.0
func NewNullableWorkspaceMetadata(val *WorkspaceMetadata) *NullableWorkspaceMetadata
func (NullableWorkspaceMetadata) Get ¶ added in v0.52.0
func (v NullableWorkspaceMetadata) Get() *WorkspaceMetadata
func (NullableWorkspaceMetadata) IsSet ¶ added in v0.52.0
func (v NullableWorkspaceMetadata) IsSet() bool
func (NullableWorkspaceMetadata) MarshalJSON ¶ added in v0.52.0
func (v NullableWorkspaceMetadata) MarshalJSON() ([]byte, error)
func (*NullableWorkspaceMetadata) Set ¶ added in v0.52.0
func (v *NullableWorkspaceMetadata) Set(val *WorkspaceMetadata)
func (*NullableWorkspaceMetadata) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableWorkspaceMetadata) UnmarshalJSON(src []byte) error
func (*NullableWorkspaceMetadata) Unset ¶ added in v0.52.0
func (v *NullableWorkspaceMetadata) Unset()
type NullableWorkspaceTemplate ¶ added in v0.52.0
type NullableWorkspaceTemplate struct {
// contains filtered or unexported fields
}
func NewNullableWorkspaceTemplate ¶ added in v0.52.0
func NewNullableWorkspaceTemplate(val *WorkspaceTemplate) *NullableWorkspaceTemplate
func (NullableWorkspaceTemplate) Get ¶ added in v0.52.0
func (v NullableWorkspaceTemplate) Get() *WorkspaceTemplate
func (NullableWorkspaceTemplate) IsSet ¶ added in v0.52.0
func (v NullableWorkspaceTemplate) IsSet() bool
func (NullableWorkspaceTemplate) MarshalJSON ¶ added in v0.52.0
func (v NullableWorkspaceTemplate) MarshalJSON() ([]byte, error)
func (*NullableWorkspaceTemplate) Set ¶ added in v0.52.0
func (v *NullableWorkspaceTemplate) Set(val *WorkspaceTemplate)
func (*NullableWorkspaceTemplate) UnmarshalJSON ¶ added in v0.52.0
func (v *NullableWorkspaceTemplate) UnmarshalJSON(src []byte) error
func (*NullableWorkspaceTemplate) Unset ¶ added in v0.52.0
func (v *NullableWorkspaceTemplate) 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, templateName 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 templateName Workspace template 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) FindPrebuild ¶ added in v0.52.0
func (a *PrebuildAPIService) FindPrebuild(ctx context.Context, templateName string, prebuildId string) ApiFindPrebuildRequest
FindPrebuild Find prebuild
Find prebuild
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param templateName Workspace template name @param prebuildId Prebuild ID @return ApiFindPrebuildRequest
func (*PrebuildAPIService) FindPrebuildExecute ¶ added in v0.52.0
func (a *PrebuildAPIService) FindPrebuildExecute(r ApiFindPrebuildRequest) (*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) ListPrebuildsForWorkspaceTemplate ¶ added in v0.52.0
func (a *PrebuildAPIService) ListPrebuildsForWorkspaceTemplate(ctx context.Context, templateName string) ApiListPrebuildsForWorkspaceTemplateRequest
ListPrebuildsForWorkspaceTemplate List prebuilds for workspace template
List prebuilds for workspace template
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param templateName Template name @return ApiListPrebuildsForWorkspaceTemplateRequest
func (*PrebuildAPIService) ListPrebuildsForWorkspaceTemplateExecute ¶ added in v0.52.0
func (a *PrebuildAPIService) ListPrebuildsForWorkspaceTemplateExecute(r ApiListPrebuildsForWorkspaceTemplateRequest) ([]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) SavePrebuild ¶ added in v0.52.0
func (a *PrebuildAPIService) SavePrebuild(ctx context.Context, templateName string) ApiSavePrebuildRequest
SavePrebuild Save prebuild
Save prebuild
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param templateName Template name @return ApiSavePrebuildRequest
func (*PrebuildAPIService) SavePrebuildExecute ¶ added in v0.52.0
func (a *PrebuildAPIService) SavePrebuildExecute(r ApiSavePrebuildRequest) (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,omitempty"` 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, 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 if set, zero value otherwise.
func (*PrebuildConfig) GetCommitIntervalOk ¶ added in v0.26.0
func (o *PrebuildConfig) 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 (*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) HasCommitInterval ¶ added in v0.52.0
func (o *PrebuildConfig) HasCommitInterval() bool
HasCommitInterval returns a boolean if a field 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 gets a reference to the given int32 and assigns it to the CommitInterval field.
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"` Retention int32 `json:"retention"` TriggerFiles []string `json:"triggerFiles,omitempty"` WorkspaceTemplateName string `json:"workspaceTemplateName"` }
PrebuildDTO struct for PrebuildDTO
func NewPrebuildDTO ¶ added in v0.26.0
func NewPrebuildDTO(branch string, id string, retention int32, workspaceTemplateName string) *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) 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) GetWorkspaceTemplateName ¶ added in v0.52.0
func (o *PrebuildDTO) GetWorkspaceTemplateName() string
GetWorkspaceTemplateName returns the WorkspaceTemplateName field value
func (*PrebuildDTO) GetWorkspaceTemplateNameOk ¶ added in v0.52.0
func (o *PrebuildDTO) GetWorkspaceTemplateNameOk() (*string, bool)
GetWorkspaceTemplateNameOk returns a tuple with the WorkspaceTemplateName field value 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) 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) SetWorkspaceTemplateName ¶ added in v0.52.0
func (o *PrebuildDTO) SetWorkspaceTemplateName(v string)
SetWorkspaceTemplateName sets field value
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 ProviderAPIService ¶
type ProviderAPIService service
ProviderAPIService ProviderAPI service
func (*ProviderAPIService) GetRunnerProviders ¶ added in v0.52.0
func (a *ProviderAPIService) GetRunnerProviders(ctx context.Context, runnerId string) ApiGetRunnerProvidersRequest
GetRunnerProviders Get runner providers
Get runner providers
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param runnerId Runner ID @return ApiGetRunnerProvidersRequest
func (*ProviderAPIService) GetRunnerProvidersExecute ¶ added in v0.52.0
func (a *ProviderAPIService) GetRunnerProvidersExecute(r ApiGetRunnerProvidersRequest) ([]ProviderInfo, *http.Response, error)
Execute executes the request
@return []ProviderInfo
func (*ProviderAPIService) InstallProvider ¶
func (a *ProviderAPIService) InstallProvider(ctx context.Context, runnerId string, providerName string) ApiInstallProviderRequest
InstallProvider Install provider
Install provider
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param runnerId Runner ID @param providerName Provider name @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) ([]ProviderInfo, *http.Response, error)
Execute executes the request
@return []ProviderInfo
func (*ProviderAPIService) ListProvidersForInstall ¶ added in v0.52.0
func (a *ProviderAPIService) ListProvidersForInstall(ctx context.Context) ApiListProvidersForInstallRequest
ListProvidersForInstall List providers available for installation
List providers available for installation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListProvidersForInstallRequest
func (*ProviderAPIService) ListProvidersForInstallExecute ¶ added in v0.52.0
func (a *ProviderAPIService) ListProvidersForInstallExecute(r ApiListProvidersForInstallRequest) ([]ProviderDTO, *http.Response, error)
Execute executes the request
@return []ProviderDTO
func (*ProviderAPIService) UninstallProvider ¶
func (a *ProviderAPIService) UninstallProvider(ctx context.Context, runnerId string, providerName string) ApiUninstallProviderRequest
UninstallProvider Uninstall provider
Uninstall provider
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param runnerId Runner ID @param providerName Provider name @return ApiUninstallProviderRequest
func (*ProviderAPIService) UninstallProviderExecute ¶
func (a *ProviderAPIService) UninstallProviderExecute(r ApiUninstallProviderRequest) (*http.Response, error)
Execute executes the request
func (*ProviderAPIService) UpdateProvider ¶ added in v0.52.0
func (a *ProviderAPIService) UpdateProvider(ctx context.Context, runnerId string, providerName string) ApiUpdateProviderRequest
UpdateProvider Update provider
Update provider
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param runnerId Runner ID @param providerName Provider name @return ApiUpdateProviderRequest
func (*ProviderAPIService) UpdateProviderExecute ¶ added in v0.52.0
func (a *ProviderAPIService) UpdateProviderExecute(r ApiUpdateProviderRequest) (*http.Response, error)
Execute executes the request
type ProviderDTO ¶ added in v0.52.0
type ProviderDTO struct { Label *string `json:"label,omitempty"` Latest bool `json:"latest"` Name string `json:"name"` Version string `json:"version"` }
ProviderDTO struct for ProviderDTO
func NewProviderDTO ¶ added in v0.52.0
func NewProviderDTO(latest bool, name string, version string) *ProviderDTO
NewProviderDTO instantiates a new ProviderDTO 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 NewProviderDTOWithDefaults ¶ added in v0.52.0
func NewProviderDTOWithDefaults() *ProviderDTO
NewProviderDTOWithDefaults instantiates a new ProviderDTO 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 (*ProviderDTO) GetLabel ¶ added in v0.52.0
func (o *ProviderDTO) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*ProviderDTO) GetLabelOk ¶ added in v0.52.0
func (o *ProviderDTO) 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 (*ProviderDTO) GetLatest ¶ added in v0.52.0
func (o *ProviderDTO) GetLatest() bool
GetLatest returns the Latest field value
func (*ProviderDTO) GetLatestOk ¶ added in v0.52.0
func (o *ProviderDTO) GetLatestOk() (*bool, bool)
GetLatestOk returns a tuple with the Latest field value and a boolean to check if the value has been set.
func (*ProviderDTO) GetName ¶ added in v0.52.0
func (o *ProviderDTO) GetName() string
GetName returns the Name field value
func (*ProviderDTO) GetNameOk ¶ added in v0.52.0
func (o *ProviderDTO) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ProviderDTO) GetVersion ¶ added in v0.52.0
func (o *ProviderDTO) GetVersion() string
GetVersion returns the Version field value
func (*ProviderDTO) GetVersionOk ¶ added in v0.52.0
func (o *ProviderDTO) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (*ProviderDTO) HasLabel ¶ added in v0.52.0
func (o *ProviderDTO) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (ProviderDTO) MarshalJSON ¶ added in v0.52.0
func (o ProviderDTO) MarshalJSON() ([]byte, error)
func (*ProviderDTO) SetLabel ¶ added in v0.52.0
func (o *ProviderDTO) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*ProviderDTO) SetLatest ¶ added in v0.52.0
func (o *ProviderDTO) SetLatest(v bool)
SetLatest sets field value
func (*ProviderDTO) SetName ¶ added in v0.52.0
func (o *ProviderDTO) SetName(v string)
SetName sets field value
func (*ProviderDTO) SetVersion ¶ added in v0.52.0
func (o *ProviderDTO) SetVersion(v string)
SetVersion sets field value
func (ProviderDTO) ToMap ¶ added in v0.52.0
func (o ProviderDTO) ToMap() (map[string]interface{}, error)
func (*ProviderDTO) UnmarshalJSON ¶ added in v0.52.0
func (o *ProviderDTO) UnmarshalJSON(data []byte) (err error)
type ProviderInfo ¶ added in v0.52.0
type ProviderInfo struct { AgentlessTarget *bool `json:"agentlessTarget,omitempty"` Label *string `json:"label,omitempty"` Name string `json:"name"` RunnerId string `json:"runnerId"` RunnerName string `json:"runnerName"` TargetConfigManifest map[string]TargetConfigProperty `json:"targetConfigManifest"` Version string `json:"version"` }
ProviderInfo struct for ProviderInfo
func NewProviderInfo ¶ added in v0.52.0
func NewProviderInfo(name string, runnerId string, runnerName string, targetConfigManifest map[string]TargetConfigProperty, version string) *ProviderInfo
NewProviderInfo instantiates a new ProviderInfo 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 NewProviderInfoWithDefaults ¶ added in v0.52.0
func NewProviderInfoWithDefaults() *ProviderInfo
NewProviderInfoWithDefaults instantiates a new ProviderInfo 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 (*ProviderInfo) GetAgentlessTarget ¶ added in v0.52.0
func (o *ProviderInfo) GetAgentlessTarget() bool
GetAgentlessTarget returns the AgentlessTarget field value if set, zero value otherwise.
func (*ProviderInfo) GetAgentlessTargetOk ¶ added in v0.52.0
func (o *ProviderInfo) GetAgentlessTargetOk() (*bool, bool)
GetAgentlessTargetOk returns a tuple with the AgentlessTarget field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProviderInfo) GetLabel ¶ added in v0.52.0
func (o *ProviderInfo) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*ProviderInfo) GetLabelOk ¶ added in v0.52.0
func (o *ProviderInfo) 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 (*ProviderInfo) GetName ¶ added in v0.52.0
func (o *ProviderInfo) GetName() string
GetName returns the Name field value
func (*ProviderInfo) GetNameOk ¶ added in v0.52.0
func (o *ProviderInfo) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ProviderInfo) GetRunnerId ¶ added in v0.52.0
func (o *ProviderInfo) GetRunnerId() string
GetRunnerId returns the RunnerId field value
func (*ProviderInfo) GetRunnerIdOk ¶ added in v0.52.0
func (o *ProviderInfo) GetRunnerIdOk() (*string, bool)
GetRunnerIdOk returns a tuple with the RunnerId field value and a boolean to check if the value has been set.
func (*ProviderInfo) GetRunnerName ¶ added in v0.52.0
func (o *ProviderInfo) GetRunnerName() string
GetRunnerName returns the RunnerName field value
func (*ProviderInfo) GetRunnerNameOk ¶ added in v0.52.0
func (o *ProviderInfo) GetRunnerNameOk() (*string, bool)
GetRunnerNameOk returns a tuple with the RunnerName field value and a boolean to check if the value has been set.
func (*ProviderInfo) GetTargetConfigManifest ¶ added in v0.52.0
func (o *ProviderInfo) GetTargetConfigManifest() map[string]TargetConfigProperty
GetTargetConfigManifest returns the TargetConfigManifest field value
func (*ProviderInfo) GetTargetConfigManifestOk ¶ added in v0.52.0
func (o *ProviderInfo) GetTargetConfigManifestOk() (*map[string]TargetConfigProperty, bool)
GetTargetConfigManifestOk returns a tuple with the TargetConfigManifest field value and a boolean to check if the value has been set.
func (*ProviderInfo) GetVersion ¶ added in v0.52.0
func (o *ProviderInfo) GetVersion() string
GetVersion returns the Version field value
func (*ProviderInfo) GetVersionOk ¶ added in v0.52.0
func (o *ProviderInfo) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (*ProviderInfo) HasAgentlessTarget ¶ added in v0.52.0
func (o *ProviderInfo) HasAgentlessTarget() bool
HasAgentlessTarget returns a boolean if a field has been set.
func (*ProviderInfo) HasLabel ¶ added in v0.52.0
func (o *ProviderInfo) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (ProviderInfo) MarshalJSON ¶ added in v0.52.0
func (o ProviderInfo) MarshalJSON() ([]byte, error)
func (*ProviderInfo) SetAgentlessTarget ¶ added in v0.52.0
func (o *ProviderInfo) SetAgentlessTarget(v bool)
SetAgentlessTarget gets a reference to the given bool and assigns it to the AgentlessTarget field.
func (*ProviderInfo) SetLabel ¶ added in v0.52.0
func (o *ProviderInfo) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*ProviderInfo) SetName ¶ added in v0.52.0
func (o *ProviderInfo) SetName(v string)
SetName sets field value
func (*ProviderInfo) SetRunnerId ¶ added in v0.52.0
func (o *ProviderInfo) SetRunnerId(v string)
SetRunnerId sets field value
func (*ProviderInfo) SetRunnerName ¶ added in v0.52.0
func (o *ProviderInfo) SetRunnerName(v string)
SetRunnerName sets field value
func (*ProviderInfo) SetTargetConfigManifest ¶ added in v0.52.0
func (o *ProviderInfo) SetTargetConfigManifest(v map[string]TargetConfigProperty)
SetTargetConfigManifest sets field value
func (*ProviderInfo) SetVersion ¶ added in v0.52.0
func (o *ProviderInfo) SetVersion(v string)
SetVersion sets field value
func (ProviderInfo) ToMap ¶ added in v0.52.0
func (o ProviderInfo) ToMap() (map[string]interface{}, error)
func (*ProviderInfo) UnmarshalJSON ¶ added in v0.52.0
func (o *ProviderInfo) 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 ResourceState ¶ added in v0.52.0
type ResourceState struct { Error *string `json:"error,omitempty"` Name ModelsResourceStateName `json:"name"` UpdatedAt string `json:"updatedAt"` }
ResourceState struct for ResourceState
func NewResourceState ¶ added in v0.52.0
func NewResourceState(name ModelsResourceStateName, updatedAt string) *ResourceState
NewResourceState instantiates a new ResourceState 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 NewResourceStateWithDefaults ¶ added in v0.52.0
func NewResourceStateWithDefaults() *ResourceState
NewResourceStateWithDefaults instantiates a new ResourceState 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 (*ResourceState) GetError ¶ added in v0.52.0
func (o *ResourceState) GetError() string
GetError returns the Error field value if set, zero value otherwise.
func (*ResourceState) GetErrorOk ¶ added in v0.52.0
func (o *ResourceState) 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 (*ResourceState) GetName ¶ added in v0.52.0
func (o *ResourceState) GetName() ModelsResourceStateName
GetName returns the Name field value
func (*ResourceState) GetNameOk ¶ added in v0.52.0
func (o *ResourceState) GetNameOk() (*ModelsResourceStateName, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ResourceState) GetUpdatedAt ¶ added in v0.52.0
func (o *ResourceState) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*ResourceState) GetUpdatedAtOk ¶ added in v0.52.0
func (o *ResourceState) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*ResourceState) HasError ¶ added in v0.52.0
func (o *ResourceState) HasError() bool
HasError returns a boolean if a field has been set.
func (ResourceState) MarshalJSON ¶ added in v0.52.0
func (o ResourceState) MarshalJSON() ([]byte, error)
func (*ResourceState) SetError ¶ added in v0.52.0
func (o *ResourceState) SetError(v string)
SetError gets a reference to the given string and assigns it to the Error field.
func (*ResourceState) SetName ¶ added in v0.52.0
func (o *ResourceState) SetName(v ModelsResourceStateName)
SetName sets field value
func (*ResourceState) SetUpdatedAt ¶ added in v0.52.0
func (o *ResourceState) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (ResourceState) ToMap ¶ added in v0.52.0
func (o ResourceState) ToMap() (map[string]interface{}, error)
func (*ResourceState) UnmarshalJSON ¶ added in v0.52.0
func (o *ResourceState) UnmarshalJSON(data []byte) (err error)
type ResourceType ¶ added in v0.52.0
type ResourceType string
ResourceType the model 'ResourceType'
const ( ResourceTypeWorkspace ResourceType = "workspace" ResourceTypeTarget ResourceType = "target" ResourceTypeBuild ResourceType = "build" ResourceTypeRunner ResourceType = "runner" )
List of ResourceType
func NewResourceTypeFromValue ¶ added in v0.52.0
func NewResourceTypeFromValue(v string) (*ResourceType, error)
NewResourceTypeFromValue returns a pointer to a valid ResourceType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ResourceType) IsValid ¶ added in v0.52.0
func (v ResourceType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ResourceType) Ptr ¶ added in v0.52.0
func (v ResourceType) Ptr() *ResourceType
Ptr returns reference to ResourceType value
func (*ResourceType) UnmarshalJSON ¶ added in v0.52.0
func (v *ResourceType) UnmarshalJSON(src []byte) error
type RunnerAPIService ¶ added in v0.52.0
type RunnerAPIService service
RunnerAPIService RunnerAPI service
func (*RunnerAPIService) CreateRunner ¶ added in v0.52.0
func (a *RunnerAPIService) CreateRunner(ctx context.Context) ApiCreateRunnerRequest
CreateRunner Create a runner
Create a runner
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateRunnerRequest
func (*RunnerAPIService) CreateRunnerExecute ¶ added in v0.52.0
func (a *RunnerAPIService) CreateRunnerExecute(r ApiCreateRunnerRequest) (*CreateRunnerResultDTO, *http.Response, error)
Execute executes the request
@return CreateRunnerResultDTO
func (*RunnerAPIService) DeleteRunner ¶ added in v0.52.0
func (a *RunnerAPIService) DeleteRunner(ctx context.Context, runnerId string) ApiDeleteRunnerRequest
DeleteRunner Delete runner
Delete runner
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param runnerId Runner ID @return ApiDeleteRunnerRequest
func (*RunnerAPIService) DeleteRunnerExecute ¶ added in v0.52.0
func (a *RunnerAPIService) DeleteRunnerExecute(r ApiDeleteRunnerRequest) (*http.Response, error)
Execute executes the request
func (*RunnerAPIService) FindRunner ¶ added in v0.52.0
func (a *RunnerAPIService) FindRunner(ctx context.Context, runnerId string) ApiFindRunnerRequest
FindRunner Find a runner
Find a runner
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param runnerId Runner ID @return ApiFindRunnerRequest
func (*RunnerAPIService) FindRunnerExecute ¶ added in v0.52.0
func (a *RunnerAPIService) FindRunnerExecute(r ApiFindRunnerRequest) (*RunnerDTO, *http.Response, error)
Execute executes the request
@return RunnerDTO
func (*RunnerAPIService) ListRunnerJobs ¶ added in v0.52.0
func (a *RunnerAPIService) ListRunnerJobs(ctx context.Context, runnerId string) ApiListRunnerJobsRequest
ListRunnerJobs List runner jobs
List runner jobs
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param runnerId Runner ID @return ApiListRunnerJobsRequest
func (*RunnerAPIService) ListRunnerJobsExecute ¶ added in v0.52.0
func (a *RunnerAPIService) ListRunnerJobsExecute(r ApiListRunnerJobsRequest) ([]Job, *http.Response, error)
Execute executes the request
@return []Job
func (*RunnerAPIService) ListRunners ¶ added in v0.52.0
func (a *RunnerAPIService) ListRunners(ctx context.Context) ApiListRunnersRequest
ListRunners List runners
List runners
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListRunnersRequest
func (*RunnerAPIService) ListRunnersExecute ¶ added in v0.52.0
func (a *RunnerAPIService) ListRunnersExecute(r ApiListRunnersRequest) ([]RunnerDTO, *http.Response, error)
Execute executes the request
@return []RunnerDTO
func (*RunnerAPIService) UpdateJobState ¶ added in v0.52.0
func (a *RunnerAPIService) UpdateJobState(ctx context.Context, runnerId string, jobId string) ApiUpdateJobStateRequest
UpdateJobState Update job state
Update job state
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param runnerId Runner ID @param jobId Job ID @return ApiUpdateJobStateRequest
func (*RunnerAPIService) UpdateJobStateExecute ¶ added in v0.52.0
func (a *RunnerAPIService) UpdateJobStateExecute(r ApiUpdateJobStateRequest) (*http.Response, error)
Execute executes the request
func (*RunnerAPIService) UpdateRunnerMetadata ¶ added in v0.52.0
func (a *RunnerAPIService) UpdateRunnerMetadata(ctx context.Context, runnerId string) ApiUpdateRunnerMetadataRequest
UpdateRunnerMetadata Update runner metadata
Update runner metadata
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param runnerId Runner ID @return ApiUpdateRunnerMetadataRequest
func (*RunnerAPIService) UpdateRunnerMetadataExecute ¶ added in v0.52.0
func (a *RunnerAPIService) UpdateRunnerMetadataExecute(r ApiUpdateRunnerMetadataRequest) (*http.Response, error)
Execute executes the request
type RunnerDTO ¶ added in v0.52.0
type RunnerDTO struct { Id string `json:"id"` Metadata *RunnerMetadata `json:"metadata,omitempty"` Name string `json:"name"` State ResourceState `json:"state"` }
RunnerDTO struct for RunnerDTO
func NewRunnerDTO ¶ added in v0.52.0
func NewRunnerDTO(id string, name string, state ResourceState) *RunnerDTO
NewRunnerDTO instantiates a new RunnerDTO 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 NewRunnerDTOWithDefaults ¶ added in v0.52.0
func NewRunnerDTOWithDefaults() *RunnerDTO
NewRunnerDTOWithDefaults instantiates a new RunnerDTO 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 (*RunnerDTO) GetIdOk ¶ added in v0.52.0
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*RunnerDTO) GetMetadata ¶ added in v0.52.0
func (o *RunnerDTO) GetMetadata() RunnerMetadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*RunnerDTO) GetMetadataOk ¶ added in v0.52.0
func (o *RunnerDTO) GetMetadataOk() (*RunnerMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RunnerDTO) GetNameOk ¶ added in v0.52.0
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*RunnerDTO) GetState ¶ added in v0.52.0
func (o *RunnerDTO) GetState() ResourceState
GetState returns the State field value
func (*RunnerDTO) GetStateOk ¶ added in v0.52.0
func (o *RunnerDTO) GetStateOk() (*ResourceState, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (*RunnerDTO) HasMetadata ¶ added in v0.52.0
HasMetadata returns a boolean if a field has been set.
func (RunnerDTO) MarshalJSON ¶ added in v0.52.0
func (*RunnerDTO) SetMetadata ¶ added in v0.52.0
func (o *RunnerDTO) SetMetadata(v RunnerMetadata)
SetMetadata gets a reference to the given RunnerMetadata and assigns it to the Metadata field.
func (*RunnerDTO) SetState ¶ added in v0.52.0
func (o *RunnerDTO) SetState(v ResourceState)
SetState sets field value
func (*RunnerDTO) UnmarshalJSON ¶ added in v0.52.0
type RunnerMetadata ¶ added in v0.52.0
type RunnerMetadata struct { Providers []ProviderInfo `json:"providers"` RunnerId string `json:"runnerId"` RunningJobs *int32 `json:"runningJobs,omitempty"` UpdatedAt string `json:"updatedAt"` Uptime int32 `json:"uptime"` }
RunnerMetadata struct for RunnerMetadata
func NewRunnerMetadata ¶ added in v0.52.0
func NewRunnerMetadata(providers []ProviderInfo, runnerId string, updatedAt string, uptime int32) *RunnerMetadata
NewRunnerMetadata instantiates a new RunnerMetadata 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 NewRunnerMetadataWithDefaults ¶ added in v0.52.0
func NewRunnerMetadataWithDefaults() *RunnerMetadata
NewRunnerMetadataWithDefaults instantiates a new RunnerMetadata 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 (*RunnerMetadata) GetProviders ¶ added in v0.52.0
func (o *RunnerMetadata) GetProviders() []ProviderInfo
GetProviders returns the Providers field value
func (*RunnerMetadata) GetProvidersOk ¶ added in v0.52.0
func (o *RunnerMetadata) GetProvidersOk() ([]ProviderInfo, bool)
GetProvidersOk returns a tuple with the Providers field value and a boolean to check if the value has been set.
func (*RunnerMetadata) GetRunnerId ¶ added in v0.52.0
func (o *RunnerMetadata) GetRunnerId() string
GetRunnerId returns the RunnerId field value
func (*RunnerMetadata) GetRunnerIdOk ¶ added in v0.52.0
func (o *RunnerMetadata) GetRunnerIdOk() (*string, bool)
GetRunnerIdOk returns a tuple with the RunnerId field value and a boolean to check if the value has been set.
func (*RunnerMetadata) GetRunningJobs ¶ added in v0.52.0
func (o *RunnerMetadata) GetRunningJobs() int32
GetRunningJobs returns the RunningJobs field value if set, zero value otherwise.
func (*RunnerMetadata) GetRunningJobsOk ¶ added in v0.52.0
func (o *RunnerMetadata) GetRunningJobsOk() (*int32, bool)
GetRunningJobsOk returns a tuple with the RunningJobs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RunnerMetadata) GetUpdatedAt ¶ added in v0.52.0
func (o *RunnerMetadata) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*RunnerMetadata) GetUpdatedAtOk ¶ added in v0.52.0
func (o *RunnerMetadata) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*RunnerMetadata) GetUptime ¶ added in v0.52.0
func (o *RunnerMetadata) GetUptime() int32
GetUptime returns the Uptime field value
func (*RunnerMetadata) GetUptimeOk ¶ added in v0.52.0
func (o *RunnerMetadata) GetUptimeOk() (*int32, bool)
GetUptimeOk returns a tuple with the Uptime field value and a boolean to check if the value has been set.
func (*RunnerMetadata) HasRunningJobs ¶ added in v0.52.0
func (o *RunnerMetadata) HasRunningJobs() bool
HasRunningJobs returns a boolean if a field has been set.
func (RunnerMetadata) MarshalJSON ¶ added in v0.52.0
func (o RunnerMetadata) MarshalJSON() ([]byte, error)
func (*RunnerMetadata) SetProviders ¶ added in v0.52.0
func (o *RunnerMetadata) SetProviders(v []ProviderInfo)
SetProviders sets field value
func (*RunnerMetadata) SetRunnerId ¶ added in v0.52.0
func (o *RunnerMetadata) SetRunnerId(v string)
SetRunnerId sets field value
func (*RunnerMetadata) SetRunningJobs ¶ added in v0.52.0
func (o *RunnerMetadata) SetRunningJobs(v int32)
SetRunningJobs gets a reference to the given int32 and assigns it to the RunningJobs field.
func (*RunnerMetadata) SetUpdatedAt ¶ added in v0.52.0
func (o *RunnerMetadata) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (*RunnerMetadata) SetUptime ¶ added in v0.52.0
func (o *RunnerMetadata) SetUptime(v int32)
SetUptime sets field value
func (RunnerMetadata) ToMap ¶ added in v0.52.0
func (o RunnerMetadata) ToMap() (map[string]interface{}, error)
func (*RunnerMetadata) UnmarshalJSON ¶ added in v0.52.0
func (o *RunnerMetadata) 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) CreateNetworkKey ¶ added in v0.52.0
func (a *ServerAPIService) CreateNetworkKey(ctx context.Context) ApiCreateNetworkKeyRequest
CreateNetworkKey Create a new authentication key
Create a new authentication key
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateNetworkKeyRequest
func (*ServerAPIService) CreateNetworkKeyExecute ¶ added in v0.52.0
func (a *ServerAPIService) CreateNetworkKeyExecute(r ApiCreateNetworkKeyRequest) (*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 Get server log files
Get 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) SaveConfig ¶ added in v0.52.0
func (a *ServerAPIService) SaveConfig(ctx context.Context) ApiSaveConfigRequest
SaveConfig Save the server configuration
Save the server configuration
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSaveConfigRequest
func (*ServerAPIService) SaveConfigExecute ¶ added in v0.52.0
func (a *ServerAPIService) SaveConfigExecute(r ApiSaveConfigRequest) (*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"` DefaultWorkspaceImage string `json:"defaultWorkspaceImage"` DefaultWorkspaceUser string `json:"defaultWorkspaceUser"` Frps *FRPSConfig `json:"frps,omitempty"` HeadscalePort int32 `json:"headscalePort"` Id string `json:"id"` LocalBuilderRegistryImage string `json:"localBuilderRegistryImage"` LocalBuilderRegistryPort int32 `json:"localBuilderRegistryPort"` LocalRunnerDisabled *bool `json:"localRunnerDisabled,omitempty"` LogFile LogFileConfig `json:"logFile"` 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, defaultWorkspaceImage string, defaultWorkspaceUser string, headscalePort int32, id string, localBuilderRegistryImage string, localBuilderRegistryPort int32, logFile LogFileConfig, 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) GetDefaultWorkspaceImage ¶ added in v0.52.0
func (o *ServerConfig) GetDefaultWorkspaceImage() string
GetDefaultWorkspaceImage returns the DefaultWorkspaceImage field value
func (*ServerConfig) GetDefaultWorkspaceImageOk ¶ added in v0.52.0
func (o *ServerConfig) GetDefaultWorkspaceImageOk() (*string, bool)
GetDefaultWorkspaceImageOk returns a tuple with the DefaultWorkspaceImage field value and a boolean to check if the value has been set.
func (*ServerConfig) GetDefaultWorkspaceUser ¶ added in v0.52.0
func (o *ServerConfig) GetDefaultWorkspaceUser() string
GetDefaultWorkspaceUser returns the DefaultWorkspaceUser field value
func (*ServerConfig) GetDefaultWorkspaceUserOk ¶ added in v0.52.0
func (o *ServerConfig) GetDefaultWorkspaceUserOk() (*string, bool)
GetDefaultWorkspaceUserOk returns a tuple with the DefaultWorkspaceUser 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) GetLocalRunnerDisabled ¶ added in v0.52.0
func (o *ServerConfig) GetLocalRunnerDisabled() bool
GetLocalRunnerDisabled returns the LocalRunnerDisabled field value if set, zero value otherwise.
func (*ServerConfig) GetLocalRunnerDisabledOk ¶ added in v0.52.0
func (o *ServerConfig) GetLocalRunnerDisabledOk() (*bool, bool)
GetLocalRunnerDisabledOk returns a tuple with the LocalRunnerDisabled field value if set, nil otherwise 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) 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) HasLocalRunnerDisabled ¶ added in v0.52.0
func (o *ServerConfig) HasLocalRunnerDisabled() bool
HasLocalRunnerDisabled 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) SetDefaultWorkspaceImage ¶ added in v0.52.0
func (o *ServerConfig) SetDefaultWorkspaceImage(v string)
SetDefaultWorkspaceImage sets field value
func (*ServerConfig) SetDefaultWorkspaceUser ¶ added in v0.52.0
func (o *ServerConfig) SetDefaultWorkspaceUser(v string)
SetDefaultWorkspaceUser 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) SetLocalRunnerDisabled ¶ added in v0.52.0
func (o *ServerConfig) SetLocalRunnerDisabled(v bool)
SetLocalRunnerDisabled gets a reference to the given bool and assigns it to the LocalRunnerDisabled field.
func (*ServerConfig) SetLogFile ¶ added in v0.45.0
func (o *ServerConfig) SetLogFile(v LogFileConfig)
SetLogFile 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 Session ¶ added in v0.52.0
Session struct for Session
func NewSession ¶ added in v0.52.0
NewSession instantiates a new Session 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 NewSessionWithDefaults ¶ added in v0.52.0
func NewSessionWithDefaults() *Session
NewSessionWithDefaults instantiates a new Session 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 (*Session) GetCommands ¶ added in v0.52.0
GetCommands returns the Commands field value
func (*Session) GetCommandsOk ¶ added in v0.52.0
GetCommandsOk returns a tuple with the Commands field value and a boolean to check if the value has been set.
func (*Session) GetSessionId ¶ added in v0.52.0
GetSessionId returns the SessionId field value
func (*Session) GetSessionIdOk ¶ added in v0.52.0
GetSessionIdOk returns a tuple with the SessionId field value and a boolean to check if the value has been set.
func (Session) MarshalJSON ¶ added in v0.52.0
func (*Session) SetCommands ¶ added in v0.52.0
SetCommands sets field value
func (*Session) SetSessionId ¶ added in v0.52.0
SetSessionId sets field value
func (*Session) UnmarshalJSON ¶ added in v0.52.0
type SessionExecuteRequest ¶ added in v0.52.0
type SessionExecuteRequest struct { Async *bool `json:"async,omitempty"` Command string `json:"command"` }
SessionExecuteRequest struct for SessionExecuteRequest
func NewSessionExecuteRequest ¶ added in v0.52.0
func NewSessionExecuteRequest(command string) *SessionExecuteRequest
NewSessionExecuteRequest instantiates a new SessionExecuteRequest 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 NewSessionExecuteRequestWithDefaults ¶ added in v0.52.0
func NewSessionExecuteRequestWithDefaults() *SessionExecuteRequest
NewSessionExecuteRequestWithDefaults instantiates a new SessionExecuteRequest 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 (*SessionExecuteRequest) GetAsync ¶ added in v0.52.0
func (o *SessionExecuteRequest) GetAsync() bool
GetAsync returns the Async field value if set, zero value otherwise.
func (*SessionExecuteRequest) GetAsyncOk ¶ added in v0.52.0
func (o *SessionExecuteRequest) GetAsyncOk() (*bool, bool)
GetAsyncOk returns a tuple with the Async field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionExecuteRequest) GetCommand ¶ added in v0.52.0
func (o *SessionExecuteRequest) GetCommand() string
GetCommand returns the Command field value
func (*SessionExecuteRequest) GetCommandOk ¶ added in v0.52.0
func (o *SessionExecuteRequest) GetCommandOk() (*string, bool)
GetCommandOk returns a tuple with the Command field value and a boolean to check if the value has been set.
func (*SessionExecuteRequest) HasAsync ¶ added in v0.52.0
func (o *SessionExecuteRequest) HasAsync() bool
HasAsync returns a boolean if a field has been set.
func (SessionExecuteRequest) MarshalJSON ¶ added in v0.52.0
func (o SessionExecuteRequest) MarshalJSON() ([]byte, error)
func (*SessionExecuteRequest) SetAsync ¶ added in v0.52.0
func (o *SessionExecuteRequest) SetAsync(v bool)
SetAsync gets a reference to the given bool and assigns it to the Async field.
func (*SessionExecuteRequest) SetCommand ¶ added in v0.52.0
func (o *SessionExecuteRequest) SetCommand(v string)
SetCommand sets field value
func (SessionExecuteRequest) ToMap ¶ added in v0.52.0
func (o SessionExecuteRequest) ToMap() (map[string]interface{}, error)
func (*SessionExecuteRequest) UnmarshalJSON ¶ added in v0.52.0
func (o *SessionExecuteRequest) UnmarshalJSON(data []byte) (err error)
type SessionExecuteResponse ¶ added in v0.52.0
type SessionExecuteResponse struct { CmdId *string `json:"cmdId,omitempty"` ExitCode *int32 `json:"exitCode,omitempty"` Output *string `json:"output,omitempty"` }
SessionExecuteResponse struct for SessionExecuteResponse
func NewSessionExecuteResponse ¶ added in v0.52.0
func NewSessionExecuteResponse() *SessionExecuteResponse
NewSessionExecuteResponse instantiates a new SessionExecuteResponse 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 NewSessionExecuteResponseWithDefaults ¶ added in v0.52.0
func NewSessionExecuteResponseWithDefaults() *SessionExecuteResponse
NewSessionExecuteResponseWithDefaults instantiates a new SessionExecuteResponse 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 (*SessionExecuteResponse) GetCmdId ¶ added in v0.52.0
func (o *SessionExecuteResponse) GetCmdId() string
GetCmdId returns the CmdId field value if set, zero value otherwise.
func (*SessionExecuteResponse) GetCmdIdOk ¶ added in v0.52.0
func (o *SessionExecuteResponse) GetCmdIdOk() (*string, bool)
GetCmdIdOk returns a tuple with the CmdId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionExecuteResponse) GetExitCode ¶ added in v0.52.0
func (o *SessionExecuteResponse) GetExitCode() int32
GetExitCode returns the ExitCode field value if set, zero value otherwise.
func (*SessionExecuteResponse) GetExitCodeOk ¶ added in v0.52.0
func (o *SessionExecuteResponse) GetExitCodeOk() (*int32, bool)
GetExitCodeOk returns a tuple with the ExitCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionExecuteResponse) GetOutput ¶ added in v0.52.0
func (o *SessionExecuteResponse) GetOutput() string
GetOutput returns the Output field value if set, zero value otherwise.
func (*SessionExecuteResponse) GetOutputOk ¶ added in v0.52.0
func (o *SessionExecuteResponse) GetOutputOk() (*string, bool)
GetOutputOk returns a tuple with the Output field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionExecuteResponse) HasCmdId ¶ added in v0.52.0
func (o *SessionExecuteResponse) HasCmdId() bool
HasCmdId returns a boolean if a field has been set.
func (*SessionExecuteResponse) HasExitCode ¶ added in v0.52.0
func (o *SessionExecuteResponse) HasExitCode() bool
HasExitCode returns a boolean if a field has been set.
func (*SessionExecuteResponse) HasOutput ¶ added in v0.52.0
func (o *SessionExecuteResponse) HasOutput() bool
HasOutput returns a boolean if a field has been set.
func (SessionExecuteResponse) MarshalJSON ¶ added in v0.52.0
func (o SessionExecuteResponse) MarshalJSON() ([]byte, error)
func (*SessionExecuteResponse) SetCmdId ¶ added in v0.52.0
func (o *SessionExecuteResponse) SetCmdId(v string)
SetCmdId gets a reference to the given string and assigns it to the CmdId field.
func (*SessionExecuteResponse) SetExitCode ¶ added in v0.52.0
func (o *SessionExecuteResponse) SetExitCode(v int32)
SetExitCode gets a reference to the given int32 and assigns it to the ExitCode field.
func (*SessionExecuteResponse) SetOutput ¶ added in v0.52.0
func (o *SessionExecuteResponse) SetOutput(v string)
SetOutput gets a reference to the given string and assigns it to the Output field.
func (SessionExecuteResponse) ToMap ¶ added in v0.52.0
func (o SessionExecuteResponse) ToMap() (map[string]interface{}, error)
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 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 Target ¶ added in v0.52.0
type Target struct { Default bool `json:"default"` EnvVars map[string]string `json:"envVars"` Id string `json:"id"` LastJob *Job `json:"lastJob,omitempty"` LastJobId *string `json:"lastJobId,omitempty"` Metadata *TargetMetadata `json:"metadata,omitempty"` Name string `json:"name"` ProviderMetadata *string `json:"providerMetadata,omitempty"` TargetConfig TargetConfig `json:"targetConfig"` TargetConfigId string `json:"targetConfigId"` Workspaces []Workspace `json:"workspaces"` }
Target struct for Target
func NewTarget ¶ added in v0.52.0
func NewTarget(default_ bool, envVars map[string]string, id string, name string, targetConfig TargetConfig, targetConfigId string, workspaces []Workspace) *Target
NewTarget instantiates a new Target 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 NewTargetWithDefaults ¶ added in v0.52.0
func NewTargetWithDefaults() *Target
NewTargetWithDefaults instantiates a new Target 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 (*Target) GetDefault ¶ added in v0.52.0
GetDefault returns the Default field value
func (*Target) GetDefaultOk ¶ added in v0.52.0
GetDefaultOk returns a tuple with the Default field value and a boolean to check if the value has been set.
func (*Target) GetEnvVars ¶ added in v0.52.0
GetEnvVars returns the EnvVars field value
func (*Target) GetEnvVarsOk ¶ added in v0.52.0
GetEnvVarsOk returns a tuple with the EnvVars field value and a boolean to check if the value has been set.
func (*Target) GetIdOk ¶ added in v0.52.0
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Target) GetLastJob ¶ added in v0.52.0
GetLastJob returns the LastJob field value if set, zero value otherwise.
func (*Target) GetLastJobId ¶ added in v0.52.0
GetLastJobId returns the LastJobId field value if set, zero value otherwise.
func (*Target) GetLastJobIdOk ¶ added in v0.52.0
GetLastJobIdOk returns a tuple with the LastJobId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Target) GetLastJobOk ¶ added in v0.52.0
GetLastJobOk returns a tuple with the LastJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Target) GetMetadata ¶ added in v0.52.0
func (o *Target) GetMetadata() TargetMetadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*Target) GetMetadataOk ¶ added in v0.52.0
func (o *Target) GetMetadataOk() (*TargetMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Target) GetNameOk ¶ added in v0.52.0
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Target) GetProviderMetadata ¶ added in v0.52.0
GetProviderMetadata returns the ProviderMetadata field value if set, zero value otherwise.
func (*Target) GetProviderMetadataOk ¶ added in v0.52.0
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 (*Target) GetTargetConfig ¶ added in v0.52.0
func (o *Target) GetTargetConfig() TargetConfig
GetTargetConfig returns the TargetConfig field value
func (*Target) GetTargetConfigId ¶ added in v0.52.0
GetTargetConfigId returns the TargetConfigId field value
func (*Target) GetTargetConfigIdOk ¶ added in v0.52.0
GetTargetConfigIdOk returns a tuple with the TargetConfigId field value and a boolean to check if the value has been set.
func (*Target) GetTargetConfigOk ¶ added in v0.52.0
func (o *Target) GetTargetConfigOk() (*TargetConfig, bool)
GetTargetConfigOk returns a tuple with the TargetConfig field value and a boolean to check if the value has been set.
func (*Target) GetWorkspaces ¶ added in v0.52.0
GetWorkspaces returns the Workspaces field value
func (*Target) GetWorkspacesOk ¶ added in v0.52.0
GetWorkspacesOk returns a tuple with the Workspaces field value and a boolean to check if the value has been set.
func (*Target) HasLastJob ¶ added in v0.52.0
HasLastJob returns a boolean if a field has been set.
func (*Target) HasLastJobId ¶ added in v0.52.0
HasLastJobId returns a boolean if a field has been set.
func (*Target) HasMetadata ¶ added in v0.52.0
HasMetadata returns a boolean if a field has been set.
func (*Target) HasProviderMetadata ¶ added in v0.52.0
HasProviderMetadata returns a boolean if a field has been set.
func (Target) MarshalJSON ¶ added in v0.52.0
func (*Target) SetDefault ¶ added in v0.52.0
SetDefault sets field value
func (*Target) SetEnvVars ¶ added in v0.52.0
SetEnvVars sets field value
func (*Target) SetLastJob ¶ added in v0.52.0
SetLastJob gets a reference to the given Job and assigns it to the LastJob field.
func (*Target) SetLastJobId ¶ added in v0.52.0
SetLastJobId gets a reference to the given string and assigns it to the LastJobId field.
func (*Target) SetMetadata ¶ added in v0.52.0
func (o *Target) SetMetadata(v TargetMetadata)
SetMetadata gets a reference to the given TargetMetadata and assigns it to the Metadata field.
func (*Target) SetProviderMetadata ¶ added in v0.52.0
SetProviderMetadata gets a reference to the given string and assigns it to the ProviderMetadata field.
func (*Target) SetTargetConfig ¶ added in v0.52.0
func (o *Target) SetTargetConfig(v TargetConfig)
SetTargetConfig sets field value
func (*Target) SetTargetConfigId ¶ added in v0.52.0
SetTargetConfigId sets field value
func (*Target) SetWorkspaces ¶ added in v0.52.0
SetWorkspaces sets field value
func (*Target) UnmarshalJSON ¶ added in v0.52.0
type TargetAPIService ¶
type TargetAPIService service
TargetAPIService TargetAPI service
func (*TargetAPIService) CreateTarget ¶ added in v0.52.0
func (a *TargetAPIService) CreateTarget(ctx context.Context) ApiCreateTargetRequest
CreateTarget Create a target
Create a target
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateTargetRequest
func (*TargetAPIService) CreateTargetExecute ¶ added in v0.52.0
func (a *TargetAPIService) CreateTargetExecute(r ApiCreateTargetRequest) (*Target, *http.Response, error)
Execute executes the request
@return Target
func (*TargetAPIService) DeleteTarget ¶ added in v0.52.0
func (a *TargetAPIService) DeleteTarget(ctx context.Context, targetId string) ApiDeleteTargetRequest
DeleteTarget Delete target
Delete target
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param targetId Target ID @return ApiDeleteTargetRequest
func (*TargetAPIService) DeleteTargetExecute ¶ added in v0.52.0
func (a *TargetAPIService) DeleteTargetExecute(r ApiDeleteTargetRequest) (*http.Response, error)
Execute executes the request
func (*TargetAPIService) FindTarget ¶ added in v0.52.0
func (a *TargetAPIService) FindTarget(ctx context.Context, targetId string) ApiFindTargetRequest
FindTarget Find target
Find target
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param targetId Target ID or Name @return ApiFindTargetRequest
func (*TargetAPIService) FindTargetExecute ¶ added in v0.52.0
func (a *TargetAPIService) FindTargetExecute(r ApiFindTargetRequest) (*TargetDTO, *http.Response, error)
Execute executes the request
@return TargetDTO
func (*TargetAPIService) GetTargetState ¶ added in v0.52.0
func (a *TargetAPIService) GetTargetState(ctx context.Context, targetId string) ApiGetTargetStateRequest
GetTargetState Get target state
Get target state
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param targetId Target ID or Name @return ApiGetTargetStateRequest
func (*TargetAPIService) GetTargetStateExecute ¶ added in v0.52.0
func (a *TargetAPIService) GetTargetStateExecute(r ApiGetTargetStateRequest) (*ResourceState, *http.Response, error)
Execute executes the request
@return ResourceState
func (*TargetAPIService) HandleSuccessfulCreation ¶ added in v0.52.0
func (a *TargetAPIService) HandleSuccessfulCreation(ctx context.Context, targetId string) ApiHandleSuccessfulCreationRequest
HandleSuccessfulCreation Handles successful creation of the target
Handles successful creation of the target
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param targetId Target ID or name @return ApiHandleSuccessfulCreationRequest
func (*TargetAPIService) HandleSuccessfulCreationExecute ¶ added in v0.52.0
func (a *TargetAPIService) HandleSuccessfulCreationExecute(r ApiHandleSuccessfulCreationRequest) (*http.Response, error)
Execute executes the request
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) ([]TargetDTO, *http.Response, error)
Execute executes the request
@return []TargetDTO
func (*TargetAPIService) RestartTarget ¶ added in v0.52.0
func (a *TargetAPIService) RestartTarget(ctx context.Context, targetId string) ApiRestartTargetRequest
RestartTarget Restart target
Restart target
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param targetId Target ID or Name @return ApiRestartTargetRequest
func (*TargetAPIService) RestartTargetExecute ¶ added in v0.52.0
func (a *TargetAPIService) RestartTargetExecute(r ApiRestartTargetRequest) (*http.Response, error)
Execute executes the request
func (*TargetAPIService) SetDefaultTarget ¶ added in v0.40.0
func (a *TargetAPIService) SetDefaultTarget(ctx context.Context, targetId string) ApiSetDefaultTargetRequest
SetDefaultTarget Set target to be used by default
Set target to be used by default
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param targetId Target ID or 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) StartTarget ¶ added in v0.52.0
func (a *TargetAPIService) StartTarget(ctx context.Context, targetId string) ApiStartTargetRequest
StartTarget Start target
Start target
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param targetId Target ID or Name @return ApiStartTargetRequest
func (*TargetAPIService) StartTargetExecute ¶ added in v0.52.0
func (a *TargetAPIService) StartTargetExecute(r ApiStartTargetRequest) (*http.Response, error)
Execute executes the request
func (*TargetAPIService) StopTarget ¶ added in v0.52.0
func (a *TargetAPIService) StopTarget(ctx context.Context, targetId string) ApiStopTargetRequest
StopTarget Stop target
Stop target
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param targetId Target ID or Name @return ApiStopTargetRequest
func (*TargetAPIService) StopTargetExecute ¶ added in v0.52.0
func (a *TargetAPIService) StopTargetExecute(r ApiStopTargetRequest) (*http.Response, error)
Execute executes the request
func (*TargetAPIService) UpdateTargetMetadata ¶ added in v0.52.0
func (a *TargetAPIService) UpdateTargetMetadata(ctx context.Context, targetId string) ApiUpdateTargetMetadataRequest
UpdateTargetMetadata Update target metadata
Update target metadata
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param targetId Target ID @return ApiUpdateTargetMetadataRequest
func (*TargetAPIService) UpdateTargetMetadataExecute ¶ added in v0.52.0
func (a *TargetAPIService) UpdateTargetMetadataExecute(r ApiUpdateTargetMetadataRequest) (*http.Response, error)
Execute executes the request
func (*TargetAPIService) UpdateTargetProviderMetadata ¶ added in v0.52.0
func (a *TargetAPIService) UpdateTargetProviderMetadata(ctx context.Context, targetId string) ApiUpdateTargetProviderMetadataRequest
UpdateTargetProviderMetadata Update target provider metadata
Update target provider metadata
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param targetId Target ID @return ApiUpdateTargetProviderMetadataRequest
func (*TargetAPIService) UpdateTargetProviderMetadataExecute ¶ added in v0.52.0
func (a *TargetAPIService) UpdateTargetProviderMetadataExecute(r ApiUpdateTargetProviderMetadataRequest) (*http.Response, error)
Execute executes the request
type TargetConfig ¶ added in v0.52.0
type TargetConfig struct { Deleted bool `json:"deleted"` Id string `json:"id"` Name string `json:"name"` // JSON encoded map of options Options string `json:"options"` ProviderInfo ProviderInfo `json:"providerInfo"` }
TargetConfig struct for TargetConfig
func NewTargetConfig ¶ added in v0.52.0
func NewTargetConfig(deleted bool, id string, name string, options string, providerInfo ProviderInfo) *TargetConfig
NewTargetConfig instantiates a new TargetConfig 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 NewTargetConfigWithDefaults ¶ added in v0.52.0
func NewTargetConfigWithDefaults() *TargetConfig
NewTargetConfigWithDefaults instantiates a new TargetConfig 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 (*TargetConfig) GetDeleted ¶ added in v0.52.0
func (o *TargetConfig) GetDeleted() bool
GetDeleted returns the Deleted field value
func (*TargetConfig) GetDeletedOk ¶ added in v0.52.0
func (o *TargetConfig) GetDeletedOk() (*bool, bool)
GetDeletedOk returns a tuple with the Deleted field value and a boolean to check if the value has been set.
func (*TargetConfig) GetId ¶ added in v0.52.0
func (o *TargetConfig) GetId() string
GetId returns the Id field value
func (*TargetConfig) GetIdOk ¶ added in v0.52.0
func (o *TargetConfig) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*TargetConfig) GetName ¶ added in v0.52.0
func (o *TargetConfig) GetName() string
GetName returns the Name field value
func (*TargetConfig) GetNameOk ¶ added in v0.52.0
func (o *TargetConfig) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*TargetConfig) GetOptions ¶ added in v0.52.0
func (o *TargetConfig) GetOptions() string
GetOptions returns the Options field value
func (*TargetConfig) GetOptionsOk ¶ added in v0.52.0
func (o *TargetConfig) GetOptionsOk() (*string, bool)
GetOptionsOk returns a tuple with the Options field value and a boolean to check if the value has been set.
func (*TargetConfig) GetProviderInfo ¶ added in v0.52.0
func (o *TargetConfig) GetProviderInfo() ProviderInfo
GetProviderInfo returns the ProviderInfo field value
func (*TargetConfig) GetProviderInfoOk ¶ added in v0.52.0
func (o *TargetConfig) GetProviderInfoOk() (*ProviderInfo, bool)
GetProviderInfoOk returns a tuple with the ProviderInfo field value and a boolean to check if the value has been set.
func (TargetConfig) MarshalJSON ¶ added in v0.52.0
func (o TargetConfig) MarshalJSON() ([]byte, error)
func (*TargetConfig) SetDeleted ¶ added in v0.52.0
func (o *TargetConfig) SetDeleted(v bool)
SetDeleted sets field value
func (*TargetConfig) SetId ¶ added in v0.52.0
func (o *TargetConfig) SetId(v string)
SetId sets field value
func (*TargetConfig) SetName ¶ added in v0.52.0
func (o *TargetConfig) SetName(v string)
SetName sets field value
func (*TargetConfig) SetOptions ¶ added in v0.52.0
func (o *TargetConfig) SetOptions(v string)
SetOptions sets field value
func (*TargetConfig) SetProviderInfo ¶ added in v0.52.0
func (o *TargetConfig) SetProviderInfo(v ProviderInfo)
SetProviderInfo sets field value
func (TargetConfig) ToMap ¶ added in v0.52.0
func (o TargetConfig) ToMap() (map[string]interface{}, error)
func (*TargetConfig) UnmarshalJSON ¶ added in v0.52.0
func (o *TargetConfig) UnmarshalJSON(data []byte) (err error)
type TargetConfigAPIService ¶ added in v0.52.0
type TargetConfigAPIService service
TargetConfigAPIService TargetConfigAPI service
func (*TargetConfigAPIService) CreateTargetConfig ¶ added in v0.52.0
func (a *TargetConfigAPIService) CreateTargetConfig(ctx context.Context) ApiCreateTargetConfigRequest
CreateTargetConfig Create a target config
Create a target config
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateTargetConfigRequest
func (*TargetConfigAPIService) CreateTargetConfigExecute ¶ added in v0.52.0
func (a *TargetConfigAPIService) CreateTargetConfigExecute(r ApiCreateTargetConfigRequest) (*TargetConfig, *http.Response, error)
Execute executes the request
@return TargetConfig
func (*TargetConfigAPIService) DeleteTargetConfig ¶ added in v0.52.0
func (a *TargetConfigAPIService) DeleteTargetConfig(ctx context.Context, configId string) ApiDeleteTargetConfigRequest
DeleteTargetConfig Delete a target config
Delete a target config
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param configId Target Config Id @return ApiDeleteTargetConfigRequest
func (*TargetConfigAPIService) DeleteTargetConfigExecute ¶ added in v0.52.0
func (a *TargetConfigAPIService) DeleteTargetConfigExecute(r ApiDeleteTargetConfigRequest) (*http.Response, error)
Execute executes the request
func (*TargetConfigAPIService) ListTargetConfigs ¶ added in v0.52.0
func (a *TargetConfigAPIService) ListTargetConfigs(ctx context.Context) ApiListTargetConfigsRequest
ListTargetConfigs List target configs
List target configs
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListTargetConfigsRequest
func (*TargetConfigAPIService) ListTargetConfigsExecute ¶ added in v0.52.0
func (a *TargetConfigAPIService) ListTargetConfigsExecute(r ApiListTargetConfigsRequest) ([]TargetConfig, *http.Response, error)
Execute executes the request
@return []TargetConfig
type TargetConfigProperty ¶ added in v0.52.0
type TargetConfigProperty 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 config to determine if the property should be disabled If the regex matches the target config 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 TargetConfigPropertyTypeOption 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 *ModelsTargetConfigPropertyType `json:"type,omitempty"` }
TargetConfigProperty struct for TargetConfigProperty
func NewTargetConfigProperty ¶ added in v0.52.0
func NewTargetConfigProperty() *TargetConfigProperty
NewTargetConfigProperty instantiates a new TargetConfigProperty 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 NewTargetConfigPropertyWithDefaults ¶ added in v0.52.0
func NewTargetConfigPropertyWithDefaults() *TargetConfigProperty
NewTargetConfigPropertyWithDefaults instantiates a new TargetConfigProperty 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 (*TargetConfigProperty) GetDefaultValue ¶ added in v0.52.0
func (o *TargetConfigProperty) GetDefaultValue() string
GetDefaultValue returns the DefaultValue field value if set, zero value otherwise.
func (*TargetConfigProperty) GetDefaultValueOk ¶ added in v0.52.0
func (o *TargetConfigProperty) 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 (*TargetConfigProperty) GetDescription ¶ added in v0.52.0
func (o *TargetConfigProperty) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*TargetConfigProperty) GetDescriptionOk ¶ added in v0.52.0
func (o *TargetConfigProperty) 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 (*TargetConfigProperty) GetDisabledPredicate ¶ added in v0.52.0
func (o *TargetConfigProperty) GetDisabledPredicate() string
GetDisabledPredicate returns the DisabledPredicate field value if set, zero value otherwise.
func (*TargetConfigProperty) GetDisabledPredicateOk ¶ added in v0.52.0
func (o *TargetConfigProperty) 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 (*TargetConfigProperty) GetInputMasked ¶ added in v0.52.0
func (o *TargetConfigProperty) GetInputMasked() bool
GetInputMasked returns the InputMasked field value if set, zero value otherwise.
func (*TargetConfigProperty) GetInputMaskedOk ¶ added in v0.52.0
func (o *TargetConfigProperty) 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 (*TargetConfigProperty) GetOptions ¶ added in v0.52.0
func (o *TargetConfigProperty) GetOptions() []string
GetOptions returns the Options field value if set, zero value otherwise.
func (*TargetConfigProperty) GetOptionsOk ¶ added in v0.52.0
func (o *TargetConfigProperty) 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 (*TargetConfigProperty) GetSuggestions ¶ added in v0.52.0
func (o *TargetConfigProperty) GetSuggestions() []string
GetSuggestions returns the Suggestions field value if set, zero value otherwise.
func (*TargetConfigProperty) GetSuggestionsOk ¶ added in v0.52.0
func (o *TargetConfigProperty) 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 (*TargetConfigProperty) GetType ¶ added in v0.52.0
func (o *TargetConfigProperty) GetType() ModelsTargetConfigPropertyType
GetType returns the Type field value if set, zero value otherwise.
func (*TargetConfigProperty) GetTypeOk ¶ added in v0.52.0
func (o *TargetConfigProperty) GetTypeOk() (*ModelsTargetConfigPropertyType, 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 (*TargetConfigProperty) HasDefaultValue ¶ added in v0.52.0
func (o *TargetConfigProperty) HasDefaultValue() bool
HasDefaultValue returns a boolean if a field has been set.
func (*TargetConfigProperty) HasDescription ¶ added in v0.52.0
func (o *TargetConfigProperty) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*TargetConfigProperty) HasDisabledPredicate ¶ added in v0.52.0
func (o *TargetConfigProperty) HasDisabledPredicate() bool
HasDisabledPredicate returns a boolean if a field has been set.
func (*TargetConfigProperty) HasInputMasked ¶ added in v0.52.0
func (o *TargetConfigProperty) HasInputMasked() bool
HasInputMasked returns a boolean if a field has been set.
func (*TargetConfigProperty) HasOptions ¶ added in v0.52.0
func (o *TargetConfigProperty) HasOptions() bool
HasOptions returns a boolean if a field has been set.
func (*TargetConfigProperty) HasSuggestions ¶ added in v0.52.0
func (o *TargetConfigProperty) HasSuggestions() bool
HasSuggestions returns a boolean if a field has been set.
func (*TargetConfigProperty) HasType ¶ added in v0.52.0
func (o *TargetConfigProperty) HasType() bool
HasType returns a boolean if a field has been set.
func (TargetConfigProperty) MarshalJSON ¶ added in v0.52.0
func (o TargetConfigProperty) MarshalJSON() ([]byte, error)
func (*TargetConfigProperty) SetDefaultValue ¶ added in v0.52.0
func (o *TargetConfigProperty) SetDefaultValue(v string)
SetDefaultValue gets a reference to the given string and assigns it to the DefaultValue field.
func (*TargetConfigProperty) SetDescription ¶ added in v0.52.0
func (o *TargetConfigProperty) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*TargetConfigProperty) SetDisabledPredicate ¶ added in v0.52.0
func (o *TargetConfigProperty) SetDisabledPredicate(v string)
SetDisabledPredicate gets a reference to the given string and assigns it to the DisabledPredicate field.
func (*TargetConfigProperty) SetInputMasked ¶ added in v0.52.0
func (o *TargetConfigProperty) SetInputMasked(v bool)
SetInputMasked gets a reference to the given bool and assigns it to the InputMasked field.
func (*TargetConfigProperty) SetOptions ¶ added in v0.52.0
func (o *TargetConfigProperty) SetOptions(v []string)
SetOptions gets a reference to the given []string and assigns it to the Options field.
func (*TargetConfigProperty) SetSuggestions ¶ added in v0.52.0
func (o *TargetConfigProperty) SetSuggestions(v []string)
SetSuggestions gets a reference to the given []string and assigns it to the Suggestions field.
func (*TargetConfigProperty) SetType ¶ added in v0.52.0
func (o *TargetConfigProperty) SetType(v ModelsTargetConfigPropertyType)
SetType gets a reference to the given ModelsTargetConfigPropertyType and assigns it to the Type field.
func (TargetConfigProperty) ToMap ¶ added in v0.52.0
func (o TargetConfigProperty) ToMap() (map[string]interface{}, error)
type TargetDTO ¶ added in v0.52.0
type TargetDTO struct { Default bool `json:"default"` EnvVars map[string]string `json:"envVars"` Id string `json:"id"` LastJob *Job `json:"lastJob,omitempty"` LastJobId *string `json:"lastJobId,omitempty"` Metadata *TargetMetadata `json:"metadata,omitempty"` Name string `json:"name"` ProviderMetadata *string `json:"providerMetadata,omitempty"` State ResourceState `json:"state"` TargetConfig TargetConfig `json:"targetConfig"` TargetConfigId string `json:"targetConfigId"` Workspaces []Workspace `json:"workspaces"` }
TargetDTO struct for TargetDTO
func NewTargetDTO ¶ added in v0.52.0
func NewTargetDTO(default_ bool, envVars map[string]string, id string, name string, state ResourceState, targetConfig TargetConfig, targetConfigId string, workspaces []Workspace) *TargetDTO
NewTargetDTO instantiates a new TargetDTO 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 NewTargetDTOWithDefaults ¶ added in v0.52.0
func NewTargetDTOWithDefaults() *TargetDTO
NewTargetDTOWithDefaults instantiates a new TargetDTO 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 (*TargetDTO) GetDefault ¶ added in v0.52.0
GetDefault returns the Default field value
func (*TargetDTO) GetDefaultOk ¶ added in v0.52.0
GetDefaultOk returns a tuple with the Default field value and a boolean to check if the value has been set.
func (*TargetDTO) GetEnvVars ¶ added in v0.52.0
GetEnvVars returns the EnvVars field value
func (*TargetDTO) GetEnvVarsOk ¶ added in v0.52.0
GetEnvVarsOk returns a tuple with the EnvVars field value and a boolean to check if the value has been set.
func (*TargetDTO) GetIdOk ¶ added in v0.52.0
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*TargetDTO) GetLastJob ¶ added in v0.52.0
GetLastJob returns the LastJob field value if set, zero value otherwise.
func (*TargetDTO) GetLastJobId ¶ added in v0.52.0
GetLastJobId returns the LastJobId field value if set, zero value otherwise.
func (*TargetDTO) GetLastJobIdOk ¶ added in v0.52.0
GetLastJobIdOk returns a tuple with the LastJobId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TargetDTO) GetLastJobOk ¶ added in v0.52.0
GetLastJobOk returns a tuple with the LastJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TargetDTO) GetMetadata ¶ added in v0.52.0
func (o *TargetDTO) GetMetadata() TargetMetadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*TargetDTO) GetMetadataOk ¶ added in v0.52.0
func (o *TargetDTO) GetMetadataOk() (*TargetMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TargetDTO) GetNameOk ¶ added in v0.52.0
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*TargetDTO) GetProviderMetadata ¶ added in v0.52.0
GetProviderMetadata returns the ProviderMetadata field value if set, zero value otherwise.
func (*TargetDTO) GetProviderMetadataOk ¶ added in v0.52.0
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 (*TargetDTO) GetState ¶ added in v0.52.0
func (o *TargetDTO) GetState() ResourceState
GetState returns the State field value
func (*TargetDTO) GetStateOk ¶ added in v0.52.0
func (o *TargetDTO) GetStateOk() (*ResourceState, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (*TargetDTO) GetTargetConfig ¶ added in v0.52.0
func (o *TargetDTO) GetTargetConfig() TargetConfig
GetTargetConfig returns the TargetConfig field value
func (*TargetDTO) GetTargetConfigId ¶ added in v0.52.0
GetTargetConfigId returns the TargetConfigId field value
func (*TargetDTO) GetTargetConfigIdOk ¶ added in v0.52.0
GetTargetConfigIdOk returns a tuple with the TargetConfigId field value and a boolean to check if the value has been set.
func (*TargetDTO) GetTargetConfigOk ¶ added in v0.52.0
func (o *TargetDTO) GetTargetConfigOk() (*TargetConfig, bool)
GetTargetConfigOk returns a tuple with the TargetConfig field value and a boolean to check if the value has been set.
func (*TargetDTO) GetWorkspaces ¶ added in v0.52.0
GetWorkspaces returns the Workspaces field value
func (*TargetDTO) GetWorkspacesOk ¶ added in v0.52.0
GetWorkspacesOk returns a tuple with the Workspaces field value and a boolean to check if the value has been set.
func (*TargetDTO) HasLastJob ¶ added in v0.52.0
HasLastJob returns a boolean if a field has been set.
func (*TargetDTO) HasLastJobId ¶ added in v0.52.0
HasLastJobId returns a boolean if a field has been set.
func (*TargetDTO) HasMetadata ¶ added in v0.52.0
HasMetadata returns a boolean if a field has been set.
func (*TargetDTO) HasProviderMetadata ¶ added in v0.52.0
HasProviderMetadata returns a boolean if a field has been set.
func (TargetDTO) MarshalJSON ¶ added in v0.52.0
func (*TargetDTO) SetDefault ¶ added in v0.52.0
SetDefault sets field value
func (*TargetDTO) SetEnvVars ¶ added in v0.52.0
SetEnvVars sets field value
func (*TargetDTO) SetLastJob ¶ added in v0.52.0
SetLastJob gets a reference to the given Job and assigns it to the LastJob field.
func (*TargetDTO) SetLastJobId ¶ added in v0.52.0
SetLastJobId gets a reference to the given string and assigns it to the LastJobId field.
func (*TargetDTO) SetMetadata ¶ added in v0.52.0
func (o *TargetDTO) SetMetadata(v TargetMetadata)
SetMetadata gets a reference to the given TargetMetadata and assigns it to the Metadata field.
func (*TargetDTO) SetProviderMetadata ¶ added in v0.52.0
SetProviderMetadata gets a reference to the given string and assigns it to the ProviderMetadata field.
func (*TargetDTO) SetState ¶ added in v0.52.0
func (o *TargetDTO) SetState(v ResourceState)
SetState sets field value
func (*TargetDTO) SetTargetConfig ¶ added in v0.52.0
func (o *TargetDTO) SetTargetConfig(v TargetConfig)
SetTargetConfig sets field value
func (*TargetDTO) SetTargetConfigId ¶ added in v0.52.0
SetTargetConfigId sets field value
func (*TargetDTO) SetWorkspaces ¶ added in v0.52.0
SetWorkspaces sets field value
func (*TargetDTO) UnmarshalJSON ¶ added in v0.52.0
type TargetMetadata ¶ added in v0.52.0
type TargetMetadata struct { TargetId string `json:"targetId"` UpdatedAt string `json:"updatedAt"` Uptime int32 `json:"uptime"` }
TargetMetadata struct for TargetMetadata
func NewTargetMetadata ¶ added in v0.52.0
func NewTargetMetadata(targetId string, updatedAt string, uptime int32) *TargetMetadata
NewTargetMetadata instantiates a new TargetMetadata 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 NewTargetMetadataWithDefaults ¶ added in v0.52.0
func NewTargetMetadataWithDefaults() *TargetMetadata
NewTargetMetadataWithDefaults instantiates a new TargetMetadata 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 (*TargetMetadata) GetTargetId ¶ added in v0.52.0
func (o *TargetMetadata) GetTargetId() string
GetTargetId returns the TargetId field value
func (*TargetMetadata) GetTargetIdOk ¶ added in v0.52.0
func (o *TargetMetadata) GetTargetIdOk() (*string, bool)
GetTargetIdOk returns a tuple with the TargetId field value and a boolean to check if the value has been set.
func (*TargetMetadata) GetUpdatedAt ¶ added in v0.52.0
func (o *TargetMetadata) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*TargetMetadata) GetUpdatedAtOk ¶ added in v0.52.0
func (o *TargetMetadata) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*TargetMetadata) GetUptime ¶ added in v0.52.0
func (o *TargetMetadata) GetUptime() int32
GetUptime returns the Uptime field value
func (*TargetMetadata) GetUptimeOk ¶ added in v0.52.0
func (o *TargetMetadata) GetUptimeOk() (*int32, bool)
GetUptimeOk returns a tuple with the Uptime field value and a boolean to check if the value has been set.
func (TargetMetadata) MarshalJSON ¶ added in v0.52.0
func (o TargetMetadata) MarshalJSON() ([]byte, error)
func (*TargetMetadata) SetTargetId ¶ added in v0.52.0
func (o *TargetMetadata) SetTargetId(v string)
SetTargetId sets field value
func (*TargetMetadata) SetUpdatedAt ¶ added in v0.52.0
func (o *TargetMetadata) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (*TargetMetadata) SetUptime ¶ added in v0.52.0
func (o *TargetMetadata) SetUptime(v int32)
SetUptime sets field value
func (TargetMetadata) ToMap ¶ added in v0.52.0
func (o TargetMetadata) ToMap() (map[string]interface{}, error)
func (*TargetMetadata) UnmarshalJSON ¶ added in v0.52.0
func (o *TargetMetadata) UnmarshalJSON(data []byte) (err error)
type UpdateJobState ¶ added in v0.52.0
type UpdateJobState struct { ErrorMessage *string `json:"errorMessage,omitempty"` State JobState `json:"state"` }
UpdateJobState struct for UpdateJobState
func NewUpdateJobState ¶ added in v0.52.0
func NewUpdateJobState(state JobState) *UpdateJobState
NewUpdateJobState instantiates a new UpdateJobState 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 NewUpdateJobStateWithDefaults ¶ added in v0.52.0
func NewUpdateJobStateWithDefaults() *UpdateJobState
NewUpdateJobStateWithDefaults instantiates a new UpdateJobState 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 (*UpdateJobState) GetErrorMessage ¶ added in v0.52.0
func (o *UpdateJobState) GetErrorMessage() string
GetErrorMessage returns the ErrorMessage field value if set, zero value otherwise.
func (*UpdateJobState) GetErrorMessageOk ¶ added in v0.52.0
func (o *UpdateJobState) GetErrorMessageOk() (*string, bool)
GetErrorMessageOk returns a tuple with the ErrorMessage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateJobState) GetState ¶ added in v0.52.0
func (o *UpdateJobState) GetState() JobState
GetState returns the State field value
func (*UpdateJobState) GetStateOk ¶ added in v0.52.0
func (o *UpdateJobState) GetStateOk() (*JobState, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (*UpdateJobState) HasErrorMessage ¶ added in v0.52.0
func (o *UpdateJobState) HasErrorMessage() bool
HasErrorMessage returns a boolean if a field has been set.
func (UpdateJobState) MarshalJSON ¶ added in v0.52.0
func (o UpdateJobState) MarshalJSON() ([]byte, error)
func (*UpdateJobState) SetErrorMessage ¶ added in v0.52.0
func (o *UpdateJobState) SetErrorMessage(v string)
SetErrorMessage gets a reference to the given string and assigns it to the ErrorMessage field.
func (*UpdateJobState) SetState ¶ added in v0.52.0
func (o *UpdateJobState) SetState(v JobState)
SetState sets field value
func (UpdateJobState) ToMap ¶ added in v0.52.0
func (o UpdateJobState) ToMap() (map[string]interface{}, error)
func (*UpdateJobState) UnmarshalJSON ¶ added in v0.52.0
func (o *UpdateJobState) UnmarshalJSON(data []byte) (err error)
type UpdateRunnerMetadataDTO ¶ added in v0.52.0
type UpdateRunnerMetadataDTO struct { Providers []ProviderInfo `json:"providers"` RunningJobs *int32 `json:"runningJobs,omitempty"` Uptime int32 `json:"uptime"` }
UpdateRunnerMetadataDTO struct for UpdateRunnerMetadataDTO
func NewUpdateRunnerMetadataDTO ¶ added in v0.52.0
func NewUpdateRunnerMetadataDTO(providers []ProviderInfo, uptime int32) *UpdateRunnerMetadataDTO
NewUpdateRunnerMetadataDTO instantiates a new UpdateRunnerMetadataDTO 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 NewUpdateRunnerMetadataDTOWithDefaults ¶ added in v0.52.0
func NewUpdateRunnerMetadataDTOWithDefaults() *UpdateRunnerMetadataDTO
NewUpdateRunnerMetadataDTOWithDefaults instantiates a new UpdateRunnerMetadataDTO 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 (*UpdateRunnerMetadataDTO) GetProviders ¶ added in v0.52.0
func (o *UpdateRunnerMetadataDTO) GetProviders() []ProviderInfo
GetProviders returns the Providers field value
func (*UpdateRunnerMetadataDTO) GetProvidersOk ¶ added in v0.52.0
func (o *UpdateRunnerMetadataDTO) GetProvidersOk() ([]ProviderInfo, bool)
GetProvidersOk returns a tuple with the Providers field value and a boolean to check if the value has been set.
func (*UpdateRunnerMetadataDTO) GetRunningJobs ¶ added in v0.52.0
func (o *UpdateRunnerMetadataDTO) GetRunningJobs() int32
GetRunningJobs returns the RunningJobs field value if set, zero value otherwise.
func (*UpdateRunnerMetadataDTO) GetRunningJobsOk ¶ added in v0.52.0
func (o *UpdateRunnerMetadataDTO) GetRunningJobsOk() (*int32, bool)
GetRunningJobsOk returns a tuple with the RunningJobs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateRunnerMetadataDTO) GetUptime ¶ added in v0.52.0
func (o *UpdateRunnerMetadataDTO) GetUptime() int32
GetUptime returns the Uptime field value
func (*UpdateRunnerMetadataDTO) GetUptimeOk ¶ added in v0.52.0
func (o *UpdateRunnerMetadataDTO) GetUptimeOk() (*int32, bool)
GetUptimeOk returns a tuple with the Uptime field value and a boolean to check if the value has been set.
func (*UpdateRunnerMetadataDTO) HasRunningJobs ¶ added in v0.52.0
func (o *UpdateRunnerMetadataDTO) HasRunningJobs() bool
HasRunningJobs returns a boolean if a field has been set.
func (UpdateRunnerMetadataDTO) MarshalJSON ¶ added in v0.52.0
func (o UpdateRunnerMetadataDTO) MarshalJSON() ([]byte, error)
func (*UpdateRunnerMetadataDTO) SetProviders ¶ added in v0.52.0
func (o *UpdateRunnerMetadataDTO) SetProviders(v []ProviderInfo)
SetProviders sets field value
func (*UpdateRunnerMetadataDTO) SetRunningJobs ¶ added in v0.52.0
func (o *UpdateRunnerMetadataDTO) SetRunningJobs(v int32)
SetRunningJobs gets a reference to the given int32 and assigns it to the RunningJobs field.
func (*UpdateRunnerMetadataDTO) SetUptime ¶ added in v0.52.0
func (o *UpdateRunnerMetadataDTO) SetUptime(v int32)
SetUptime sets field value
func (UpdateRunnerMetadataDTO) ToMap ¶ added in v0.52.0
func (o UpdateRunnerMetadataDTO) ToMap() (map[string]interface{}, error)
func (*UpdateRunnerMetadataDTO) UnmarshalJSON ¶ added in v0.52.0
func (o *UpdateRunnerMetadataDTO) UnmarshalJSON(data []byte) (err error)
type UpdateTargetMetadataDTO ¶ added in v0.52.0
type UpdateTargetMetadataDTO struct {
Uptime int32 `json:"uptime"`
}
UpdateTargetMetadataDTO struct for UpdateTargetMetadataDTO
func NewUpdateTargetMetadataDTO ¶ added in v0.52.0
func NewUpdateTargetMetadataDTO(uptime int32) *UpdateTargetMetadataDTO
NewUpdateTargetMetadataDTO instantiates a new UpdateTargetMetadataDTO 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 NewUpdateTargetMetadataDTOWithDefaults ¶ added in v0.52.0
func NewUpdateTargetMetadataDTOWithDefaults() *UpdateTargetMetadataDTO
NewUpdateTargetMetadataDTOWithDefaults instantiates a new UpdateTargetMetadataDTO 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 (*UpdateTargetMetadataDTO) GetUptime ¶ added in v0.52.0
func (o *UpdateTargetMetadataDTO) GetUptime() int32
GetUptime returns the Uptime field value
func (*UpdateTargetMetadataDTO) GetUptimeOk ¶ added in v0.52.0
func (o *UpdateTargetMetadataDTO) GetUptimeOk() (*int32, bool)
GetUptimeOk returns a tuple with the Uptime field value and a boolean to check if the value has been set.
func (UpdateTargetMetadataDTO) MarshalJSON ¶ added in v0.52.0
func (o UpdateTargetMetadataDTO) MarshalJSON() ([]byte, error)
func (*UpdateTargetMetadataDTO) SetUptime ¶ added in v0.52.0
func (o *UpdateTargetMetadataDTO) SetUptime(v int32)
SetUptime sets field value
func (UpdateTargetMetadataDTO) ToMap ¶ added in v0.52.0
func (o UpdateTargetMetadataDTO) ToMap() (map[string]interface{}, error)
func (*UpdateTargetMetadataDTO) UnmarshalJSON ¶ added in v0.52.0
func (o *UpdateTargetMetadataDTO) UnmarshalJSON(data []byte) (err error)
type UpdateTargetProviderMetadataDTO ¶ added in v0.52.0
type UpdateTargetProviderMetadataDTO struct {
Metadata string `json:"metadata"`
}
UpdateTargetProviderMetadataDTO struct for UpdateTargetProviderMetadataDTO
func NewUpdateTargetProviderMetadataDTO ¶ added in v0.52.0
func NewUpdateTargetProviderMetadataDTO(metadata string) *UpdateTargetProviderMetadataDTO
NewUpdateTargetProviderMetadataDTO instantiates a new UpdateTargetProviderMetadataDTO 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 NewUpdateTargetProviderMetadataDTOWithDefaults ¶ added in v0.52.0
func NewUpdateTargetProviderMetadataDTOWithDefaults() *UpdateTargetProviderMetadataDTO
NewUpdateTargetProviderMetadataDTOWithDefaults instantiates a new UpdateTargetProviderMetadataDTO 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 (*UpdateTargetProviderMetadataDTO) GetMetadata ¶ added in v0.52.0
func (o *UpdateTargetProviderMetadataDTO) GetMetadata() string
GetMetadata returns the Metadata field value
func (*UpdateTargetProviderMetadataDTO) GetMetadataOk ¶ added in v0.52.0
func (o *UpdateTargetProviderMetadataDTO) GetMetadataOk() (*string, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.
func (UpdateTargetProviderMetadataDTO) MarshalJSON ¶ added in v0.52.0
func (o UpdateTargetProviderMetadataDTO) MarshalJSON() ([]byte, error)
func (*UpdateTargetProviderMetadataDTO) SetMetadata ¶ added in v0.52.0
func (o *UpdateTargetProviderMetadataDTO) SetMetadata(v string)
SetMetadata sets field value
func (UpdateTargetProviderMetadataDTO) ToMap ¶ added in v0.52.0
func (o UpdateTargetProviderMetadataDTO) ToMap() (map[string]interface{}, error)
func (*UpdateTargetProviderMetadataDTO) UnmarshalJSON ¶ added in v0.52.0
func (o *UpdateTargetProviderMetadataDTO) UnmarshalJSON(data []byte) (err error)
type UpdateWorkspaceMetadataDTO ¶ added in v0.52.0
type UpdateWorkspaceMetadataDTO struct { GitStatus *GitStatus `json:"gitStatus,omitempty"` Uptime int32 `json:"uptime"` }
UpdateWorkspaceMetadataDTO struct for UpdateWorkspaceMetadataDTO
func NewUpdateWorkspaceMetadataDTO ¶ added in v0.52.0
func NewUpdateWorkspaceMetadataDTO(uptime int32) *UpdateWorkspaceMetadataDTO
NewUpdateWorkspaceMetadataDTO instantiates a new UpdateWorkspaceMetadataDTO 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 NewUpdateWorkspaceMetadataDTOWithDefaults ¶ added in v0.52.0
func NewUpdateWorkspaceMetadataDTOWithDefaults() *UpdateWorkspaceMetadataDTO
NewUpdateWorkspaceMetadataDTOWithDefaults instantiates a new UpdateWorkspaceMetadataDTO 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 (*UpdateWorkspaceMetadataDTO) GetGitStatus ¶ added in v0.52.0
func (o *UpdateWorkspaceMetadataDTO) GetGitStatus() GitStatus
GetGitStatus returns the GitStatus field value if set, zero value otherwise.
func (*UpdateWorkspaceMetadataDTO) GetGitStatusOk ¶ added in v0.52.0
func (o *UpdateWorkspaceMetadataDTO) 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 (*UpdateWorkspaceMetadataDTO) GetUptime ¶ added in v0.52.0
func (o *UpdateWorkspaceMetadataDTO) GetUptime() int32
GetUptime returns the Uptime field value
func (*UpdateWorkspaceMetadataDTO) GetUptimeOk ¶ added in v0.52.0
func (o *UpdateWorkspaceMetadataDTO) GetUptimeOk() (*int32, bool)
GetUptimeOk returns a tuple with the Uptime field value and a boolean to check if the value has been set.
func (*UpdateWorkspaceMetadataDTO) HasGitStatus ¶ added in v0.52.0
func (o *UpdateWorkspaceMetadataDTO) HasGitStatus() bool
HasGitStatus returns a boolean if a field has been set.
func (UpdateWorkspaceMetadataDTO) MarshalJSON ¶ added in v0.52.0
func (o UpdateWorkspaceMetadataDTO) MarshalJSON() ([]byte, error)
func (*UpdateWorkspaceMetadataDTO) SetGitStatus ¶ added in v0.52.0
func (o *UpdateWorkspaceMetadataDTO) SetGitStatus(v GitStatus)
SetGitStatus gets a reference to the given GitStatus and assigns it to the GitStatus field.
func (*UpdateWorkspaceMetadataDTO) SetUptime ¶ added in v0.52.0
func (o *UpdateWorkspaceMetadataDTO) SetUptime(v int32)
SetUptime sets field value
func (UpdateWorkspaceMetadataDTO) ToMap ¶ added in v0.52.0
func (o UpdateWorkspaceMetadataDTO) ToMap() (map[string]interface{}, error)
func (*UpdateWorkspaceMetadataDTO) UnmarshalJSON ¶ added in v0.52.0
func (o *UpdateWorkspaceMetadataDTO) UnmarshalJSON(data []byte) (err error)
type UpdateWorkspaceProviderMetadataDTO ¶ added in v0.52.0
type UpdateWorkspaceProviderMetadataDTO struct {
Metadata string `json:"metadata"`
}
UpdateWorkspaceProviderMetadataDTO struct for UpdateWorkspaceProviderMetadataDTO
func NewUpdateWorkspaceProviderMetadataDTO ¶ added in v0.52.0
func NewUpdateWorkspaceProviderMetadataDTO(metadata string) *UpdateWorkspaceProviderMetadataDTO
NewUpdateWorkspaceProviderMetadataDTO instantiates a new UpdateWorkspaceProviderMetadataDTO 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 NewUpdateWorkspaceProviderMetadataDTOWithDefaults ¶ added in v0.52.0
func NewUpdateWorkspaceProviderMetadataDTOWithDefaults() *UpdateWorkspaceProviderMetadataDTO
NewUpdateWorkspaceProviderMetadataDTOWithDefaults instantiates a new UpdateWorkspaceProviderMetadataDTO 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 (*UpdateWorkspaceProviderMetadataDTO) GetMetadata ¶ added in v0.52.0
func (o *UpdateWorkspaceProviderMetadataDTO) GetMetadata() string
GetMetadata returns the Metadata field value
func (*UpdateWorkspaceProviderMetadataDTO) GetMetadataOk ¶ added in v0.52.0
func (o *UpdateWorkspaceProviderMetadataDTO) GetMetadataOk() (*string, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.
func (UpdateWorkspaceProviderMetadataDTO) MarshalJSON ¶ added in v0.52.0
func (o UpdateWorkspaceProviderMetadataDTO) MarshalJSON() ([]byte, error)
func (*UpdateWorkspaceProviderMetadataDTO) SetMetadata ¶ added in v0.52.0
func (o *UpdateWorkspaceProviderMetadataDTO) SetMetadata(v string)
SetMetadata sets field value
func (UpdateWorkspaceProviderMetadataDTO) ToMap ¶ added in v0.52.0
func (o UpdateWorkspaceProviderMetadataDTO) ToMap() (map[string]interface{}, error)
func (*UpdateWorkspaceProviderMetadataDTO) UnmarshalJSON ¶ added in v0.52.0
func (o *UpdateWorkspaceProviderMetadataDTO) UnmarshalJSON(data []byte) (err error)
type Workspace ¶
type Workspace struct { ApiKey string `json:"apiKey"` BuildConfig *BuildConfig `json:"buildConfig,omitempty"` EnvVars map[string]string `json:"envVars"` GitProviderConfigId *string `json:"gitProviderConfigId,omitempty"` Id string `json:"id"` Image string `json:"image"` Labels map[string]string `json:"labels"` LastJob *Job `json:"lastJob,omitempty"` LastJobId *string `json:"lastJobId,omitempty"` Metadata *WorkspaceMetadata `json:"metadata,omitempty"` Name string `json:"name"` ProviderMetadata *string `json:"providerMetadata,omitempty"` Repository GitRepository `json:"repository"` Target Target `json:"target"` TargetId string `json:"targetId"` User string `json:"user"` }
Workspace struct for Workspace
func NewWorkspace ¶
func NewWorkspace(apiKey string, envVars map[string]string, id string, image string, labels map[string]string, name string, repository GitRepository, target Target, targetId string, user string) *Workspace
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) GetApiKeyOk ¶ added in v0.52.0
GetApiKeyOk returns a tuple with the ApiKey field value and a boolean to check if the value has been set.
func (*Workspace) GetBuildConfig ¶ added in v0.52.0
func (o *Workspace) GetBuildConfig() BuildConfig
GetBuildConfig returns the BuildConfig field value if set, zero value otherwise.
func (*Workspace) GetBuildConfigOk ¶ added in v0.52.0
func (o *Workspace) 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 (*Workspace) GetEnvVars ¶ added in v0.52.0
GetEnvVars returns the EnvVars field value
func (*Workspace) GetEnvVarsOk ¶ added in v0.52.0
GetEnvVarsOk returns a tuple with the EnvVars field value and a boolean to check if the value has been set.
func (*Workspace) GetGitProviderConfigId ¶ added in v0.52.0
GetGitProviderConfigId returns the GitProviderConfigId field value if set, zero value otherwise.
func (*Workspace) GetGitProviderConfigIdOk ¶ added in v0.52.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 (*Workspace) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Workspace) GetImageOk ¶ added in v0.52.0
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.
func (*Workspace) GetLabelsOk ¶ added in v0.52.0
GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set.
func (*Workspace) GetLastJob ¶ added in v0.52.0
GetLastJob returns the LastJob field value if set, zero value otherwise.
func (*Workspace) GetLastJobId ¶ added in v0.52.0
GetLastJobId returns the LastJobId field value if set, zero value otherwise.
func (*Workspace) GetLastJobIdOk ¶ added in v0.52.0
GetLastJobIdOk returns a tuple with the LastJobId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Workspace) GetLastJobOk ¶ added in v0.52.0
GetLastJobOk returns a tuple with the LastJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Workspace) GetMetadata ¶ added in v0.52.0
func (o *Workspace) GetMetadata() WorkspaceMetadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*Workspace) GetMetadataOk ¶ added in v0.52.0
func (o *Workspace) GetMetadataOk() (*WorkspaceMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise 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) GetProviderMetadata ¶ added in v0.52.0
GetProviderMetadata returns the ProviderMetadata field value if set, zero value otherwise.
func (*Workspace) GetProviderMetadataOk ¶ added in v0.52.0
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 (*Workspace) GetRepository ¶ added in v0.52.0
func (o *Workspace) GetRepository() GitRepository
GetRepository returns the Repository field value
func (*Workspace) GetRepositoryOk ¶ added in v0.52.0
func (o *Workspace) GetRepositoryOk() (*GitRepository, bool)
GetRepositoryOk returns a tuple with the Repository field value and a boolean to check if the value has been set.
func (*Workspace) GetTargetId ¶ added in v0.52.0
GetTargetId returns the TargetId field value
func (*Workspace) GetTargetIdOk ¶ added in v0.52.0
GetTargetIdOk returns a tuple with the TargetId 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) GetUserOk ¶ added in v0.52.0
GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.
func (*Workspace) HasBuildConfig ¶ added in v0.52.0
HasBuildConfig returns a boolean if a field has been set.
func (*Workspace) HasGitProviderConfigId ¶ added in v0.52.0
HasGitProviderConfigId returns a boolean if a field has been set.
func (*Workspace) HasLastJob ¶ added in v0.52.0
HasLastJob returns a boolean if a field has been set.
func (*Workspace) HasLastJobId ¶ added in v0.52.0
HasLastJobId returns a boolean if a field has been set.
func (*Workspace) HasMetadata ¶ added in v0.52.0
HasMetadata returns a boolean if a field has been set.
func (*Workspace) HasProviderMetadata ¶ added in v0.52.0
HasProviderMetadata returns a boolean if a field has been set.
func (Workspace) MarshalJSON ¶
func (*Workspace) SetBuildConfig ¶ added in v0.52.0
func (o *Workspace) SetBuildConfig(v BuildConfig)
SetBuildConfig gets a reference to the given BuildConfig and assigns it to the BuildConfig field.
func (*Workspace) SetEnvVars ¶ added in v0.52.0
SetEnvVars sets field value
func (*Workspace) SetGitProviderConfigId ¶ added in v0.52.0
SetGitProviderConfigId gets a reference to the given string and assigns it to the GitProviderConfigId field.
func (*Workspace) SetLastJob ¶ added in v0.52.0
SetLastJob gets a reference to the given Job and assigns it to the LastJob field.
func (*Workspace) SetLastJobId ¶ added in v0.52.0
SetLastJobId gets a reference to the given string and assigns it to the LastJobId field.
func (*Workspace) SetMetadata ¶ added in v0.52.0
func (o *Workspace) SetMetadata(v WorkspaceMetadata)
SetMetadata gets a reference to the given WorkspaceMetadata and assigns it to the Metadata field.
func (*Workspace) SetProviderMetadata ¶ added in v0.52.0
SetProviderMetadata gets a reference to the given string and assigns it to the ProviderMetadata field.
func (*Workspace) SetRepository ¶ added in v0.52.0
func (o *Workspace) SetRepository(v GitRepository)
SetRepository sets field value
func (*Workspace) SetTargetId ¶ added in v0.52.0
SetTargetId 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) (*WorkspaceDTO, *http.Response, error)
Execute executes the request
@return WorkspaceDTO
func (*WorkspaceAPIService) DeleteWorkspace ¶ added in v0.52.0
func (a *WorkspaceAPIService) DeleteWorkspace(ctx context.Context, workspaceId string) ApiDeleteWorkspaceRequest
DeleteWorkspace Delete workspace
Delete workspace
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID @return ApiDeleteWorkspaceRequest
func (*WorkspaceAPIService) DeleteWorkspaceExecute ¶ added in v0.52.0
func (a *WorkspaceAPIService) DeleteWorkspaceExecute(r ApiDeleteWorkspaceRequest) (*http.Response, error)
Execute executes the request
func (*WorkspaceAPIService) FindWorkspace ¶ added in v0.52.0
func (a *WorkspaceAPIService) FindWorkspace(ctx context.Context, workspaceId string) ApiFindWorkspaceRequest
FindWorkspace Find workspace
Find 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 ApiFindWorkspaceRequest
func (*WorkspaceAPIService) FindWorkspaceExecute ¶ added in v0.52.0
func (a *WorkspaceAPIService) FindWorkspaceExecute(r ApiFindWorkspaceRequest) (*WorkspaceDTO, *http.Response, error)
Execute executes the request
@return WorkspaceDTO
func (*WorkspaceAPIService) GetWorkspaceState ¶ added in v0.52.0
func (a *WorkspaceAPIService) GetWorkspaceState(ctx context.Context, workspaceId string) ApiGetWorkspaceStateRequest
GetWorkspaceState Get workspace state
Get workspace 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 @return ApiGetWorkspaceStateRequest
func (*WorkspaceAPIService) GetWorkspaceStateExecute ¶ added in v0.52.0
func (a *WorkspaceAPIService) GetWorkspaceStateExecute(r ApiGetWorkspaceStateRequest) (*ResourceState, *http.Response, error)
Execute executes the request
@return ResourceState
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) RestartWorkspace ¶ added in v0.52.0
func (a *WorkspaceAPIService) RestartWorkspace(ctx context.Context, workspaceId string) ApiRestartWorkspaceRequest
RestartWorkspace Restart workspace
Restart 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 ApiRestartWorkspaceRequest
func (*WorkspaceAPIService) RestartWorkspaceExecute ¶ added in v0.52.0
func (a *WorkspaceAPIService) RestartWorkspaceExecute(r ApiRestartWorkspaceRequest) (*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) 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
func (*WorkspaceAPIService) UpdateWorkspaceLabels ¶ added in v0.52.0
func (a *WorkspaceAPIService) UpdateWorkspaceLabels(ctx context.Context, workspaceId string) ApiUpdateWorkspaceLabelsRequest
UpdateWorkspaceLabels Update workspace labels
Update workspace labels
@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 ApiUpdateWorkspaceLabelsRequest
func (*WorkspaceAPIService) UpdateWorkspaceLabelsExecute ¶ added in v0.52.0
func (a *WorkspaceAPIService) UpdateWorkspaceLabelsExecute(r ApiUpdateWorkspaceLabelsRequest) (*WorkspaceDTO, *http.Response, error)
Execute executes the request
@return WorkspaceDTO
func (*WorkspaceAPIService) UpdateWorkspaceMetadata ¶ added in v0.52.0
func (a *WorkspaceAPIService) UpdateWorkspaceMetadata(ctx context.Context, workspaceId string) ApiUpdateWorkspaceMetadataRequest
UpdateWorkspaceMetadata Update workspace metadata
Update workspace metadata
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID @return ApiUpdateWorkspaceMetadataRequest
func (*WorkspaceAPIService) UpdateWorkspaceMetadataExecute ¶ added in v0.52.0
func (a *WorkspaceAPIService) UpdateWorkspaceMetadataExecute(r ApiUpdateWorkspaceMetadataRequest) (*http.Response, error)
Execute executes the request
func (*WorkspaceAPIService) UpdateWorkspaceProviderMetadata ¶ added in v0.52.0
func (a *WorkspaceAPIService) UpdateWorkspaceProviderMetadata(ctx context.Context, workspaceId string) ApiUpdateWorkspaceProviderMetadataRequest
UpdateWorkspaceProviderMetadata Update workspace provider metadata
Update workspace provider metadata
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspaceId Workspace ID @return ApiUpdateWorkspaceProviderMetadataRequest
func (*WorkspaceAPIService) UpdateWorkspaceProviderMetadataExecute ¶ added in v0.52.0
func (a *WorkspaceAPIService) UpdateWorkspaceProviderMetadataExecute(r ApiUpdateWorkspaceProviderMetadataRequest) (*http.Response, error)
Execute executes the request
type WorkspaceDTO ¶
type WorkspaceDTO struct { ApiKey string `json:"apiKey"` BuildConfig *BuildConfig `json:"buildConfig,omitempty"` EnvVars map[string]string `json:"envVars"` GitProviderConfigId *string `json:"gitProviderConfigId,omitempty"` Id string `json:"id"` Image string `json:"image"` Labels map[string]string `json:"labels"` LastJob *Job `json:"lastJob,omitempty"` LastJobId *string `json:"lastJobId,omitempty"` Metadata *WorkspaceMetadata `json:"metadata,omitempty"` Name string `json:"name"` ProviderMetadata *string `json:"providerMetadata,omitempty"` Repository GitRepository `json:"repository"` State ResourceState `json:"state"` Target Target `json:"target"` TargetId string `json:"targetId"` User string `json:"user"` }
WorkspaceDTO struct for WorkspaceDTO
func NewWorkspaceDTO ¶
func NewWorkspaceDTO(apiKey string, envVars map[string]string, id string, image string, labels map[string]string, name string, repository GitRepository, state ResourceState, target Target, targetId string, user 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) GetApiKey ¶ added in v0.52.0
func (o *WorkspaceDTO) GetApiKey() string
GetApiKey returns the ApiKey field value
func (*WorkspaceDTO) GetApiKeyOk ¶ added in v0.52.0
func (o *WorkspaceDTO) GetApiKeyOk() (*string, bool)
GetApiKeyOk returns a tuple with the ApiKey field value and a boolean to check if the value has been set.
func (*WorkspaceDTO) GetBuildConfig ¶ added in v0.52.0
func (o *WorkspaceDTO) GetBuildConfig() BuildConfig
GetBuildConfig returns the BuildConfig field value if set, zero value otherwise.
func (*WorkspaceDTO) GetBuildConfigOk ¶ added in v0.52.0
func (o *WorkspaceDTO) 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 (*WorkspaceDTO) GetEnvVars ¶ added in v0.52.0
func (o *WorkspaceDTO) GetEnvVars() map[string]string
GetEnvVars returns the EnvVars field value
func (*WorkspaceDTO) GetEnvVarsOk ¶ added in v0.52.0
func (o *WorkspaceDTO) 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 (*WorkspaceDTO) GetGitProviderConfigId ¶ added in v0.52.0
func (o *WorkspaceDTO) GetGitProviderConfigId() string
GetGitProviderConfigId returns the GitProviderConfigId field value if set, zero value otherwise.
func (*WorkspaceDTO) GetGitProviderConfigIdOk ¶ added in v0.52.0
func (o *WorkspaceDTO) 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 (*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) GetImage ¶ added in v0.52.0
func (o *WorkspaceDTO) GetImage() string
GetImage returns the Image field value
func (*WorkspaceDTO) GetImageOk ¶ added in v0.52.0
func (o *WorkspaceDTO) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.
func (*WorkspaceDTO) GetLabels ¶ added in v0.52.0
func (o *WorkspaceDTO) GetLabels() map[string]string
GetLabels returns the Labels field value
func (*WorkspaceDTO) GetLabelsOk ¶ added in v0.52.0
func (o *WorkspaceDTO) GetLabelsOk() (*map[string]string, bool)
GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set.
func (*WorkspaceDTO) GetLastJob ¶ added in v0.52.0
func (o *WorkspaceDTO) GetLastJob() Job
GetLastJob returns the LastJob field value if set, zero value otherwise.
func (*WorkspaceDTO) GetLastJobId ¶ added in v0.52.0
func (o *WorkspaceDTO) GetLastJobId() string
GetLastJobId returns the LastJobId field value if set, zero value otherwise.
func (*WorkspaceDTO) GetLastJobIdOk ¶ added in v0.52.0
func (o *WorkspaceDTO) GetLastJobIdOk() (*string, bool)
GetLastJobIdOk returns a tuple with the LastJobId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceDTO) GetLastJobOk ¶ added in v0.52.0
func (o *WorkspaceDTO) GetLastJobOk() (*Job, bool)
GetLastJobOk returns a tuple with the LastJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceDTO) GetMetadata ¶ added in v0.52.0
func (o *WorkspaceDTO) GetMetadata() WorkspaceMetadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*WorkspaceDTO) GetMetadataOk ¶ added in v0.52.0
func (o *WorkspaceDTO) GetMetadataOk() (*WorkspaceMetadata, bool)
GetMetadataOk returns a tuple with the Metadata 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) GetProviderMetadata ¶ added in v0.52.0
func (o *WorkspaceDTO) GetProviderMetadata() string
GetProviderMetadata returns the ProviderMetadata field value if set, zero value otherwise.
func (*WorkspaceDTO) GetProviderMetadataOk ¶ added in v0.52.0
func (o *WorkspaceDTO) 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 (*WorkspaceDTO) GetRepository ¶ added in v0.52.0
func (o *WorkspaceDTO) GetRepository() GitRepository
GetRepository returns the Repository field value
func (*WorkspaceDTO) GetRepositoryOk ¶ added in v0.52.0
func (o *WorkspaceDTO) GetRepositoryOk() (*GitRepository, bool)
GetRepositoryOk returns a tuple with the Repository field value and a boolean to check if the value has been set.
func (*WorkspaceDTO) GetState ¶ added in v0.52.0
func (o *WorkspaceDTO) GetState() ResourceState
GetState returns the State field value
func (*WorkspaceDTO) GetStateOk ¶ added in v0.52.0
func (o *WorkspaceDTO) GetStateOk() (*ResourceState, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (*WorkspaceDTO) GetTarget ¶
func (o *WorkspaceDTO) GetTarget() Target
GetTarget returns the Target field value
func (*WorkspaceDTO) GetTargetId ¶ added in v0.52.0
func (o *WorkspaceDTO) GetTargetId() string
GetTargetId returns the TargetId field value
func (*WorkspaceDTO) GetTargetIdOk ¶ added in v0.52.0
func (o *WorkspaceDTO) GetTargetIdOk() (*string, bool)
GetTargetIdOk returns a tuple with the TargetId field value and a boolean to check if the value has been set.
func (*WorkspaceDTO) GetTargetOk ¶
func (o *WorkspaceDTO) GetTargetOk() (*Target, bool)
GetTargetOk returns a tuple with the Target field value and a boolean to check if the value has been set.
func (*WorkspaceDTO) GetUser ¶ added in v0.52.0
func (o *WorkspaceDTO) GetUser() string
GetUser returns the User field value
func (*WorkspaceDTO) GetUserOk ¶ added in v0.52.0
func (o *WorkspaceDTO) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.
func (*WorkspaceDTO) HasBuildConfig ¶ added in v0.52.0
func (o *WorkspaceDTO) HasBuildConfig() bool
HasBuildConfig returns a boolean if a field has been set.
func (*WorkspaceDTO) HasGitProviderConfigId ¶ added in v0.52.0
func (o *WorkspaceDTO) HasGitProviderConfigId() bool
HasGitProviderConfigId returns a boolean if a field has been set.
func (*WorkspaceDTO) HasLastJob ¶ added in v0.52.0
func (o *WorkspaceDTO) HasLastJob() bool
HasLastJob returns a boolean if a field has been set.
func (*WorkspaceDTO) HasLastJobId ¶ added in v0.52.0
func (o *WorkspaceDTO) HasLastJobId() bool
HasLastJobId returns a boolean if a field has been set.
func (*WorkspaceDTO) HasMetadata ¶ added in v0.52.0
func (o *WorkspaceDTO) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*WorkspaceDTO) HasProviderMetadata ¶ added in v0.52.0
func (o *WorkspaceDTO) HasProviderMetadata() bool
HasProviderMetadata returns a boolean if a field has been set.
func (WorkspaceDTO) MarshalJSON ¶
func (o WorkspaceDTO) MarshalJSON() ([]byte, error)
func (*WorkspaceDTO) SetApiKey ¶ added in v0.52.0
func (o *WorkspaceDTO) SetApiKey(v string)
SetApiKey sets field value
func (*WorkspaceDTO) SetBuildConfig ¶ added in v0.52.0
func (o *WorkspaceDTO) SetBuildConfig(v BuildConfig)
SetBuildConfig gets a reference to the given BuildConfig and assigns it to the BuildConfig field.
func (*WorkspaceDTO) SetEnvVars ¶ added in v0.52.0
func (o *WorkspaceDTO) SetEnvVars(v map[string]string)
SetEnvVars sets field value
func (*WorkspaceDTO) SetGitProviderConfigId ¶ added in v0.52.0
func (o *WorkspaceDTO) SetGitProviderConfigId(v string)
SetGitProviderConfigId gets a reference to the given string and assigns it to the GitProviderConfigId field.
func (*WorkspaceDTO) SetImage ¶ added in v0.52.0
func (o *WorkspaceDTO) SetImage(v string)
SetImage sets field value
func (*WorkspaceDTO) SetLabels ¶ added in v0.52.0
func (o *WorkspaceDTO) SetLabels(v map[string]string)
SetLabels sets field value
func (*WorkspaceDTO) SetLastJob ¶ added in v0.52.0
func (o *WorkspaceDTO) SetLastJob(v Job)
SetLastJob gets a reference to the given Job and assigns it to the LastJob field.
func (*WorkspaceDTO) SetLastJobId ¶ added in v0.52.0
func (o *WorkspaceDTO) SetLastJobId(v string)
SetLastJobId gets a reference to the given string and assigns it to the LastJobId field.
func (*WorkspaceDTO) SetMetadata ¶ added in v0.52.0
func (o *WorkspaceDTO) SetMetadata(v WorkspaceMetadata)
SetMetadata gets a reference to the given WorkspaceMetadata and assigns it to the Metadata field.
func (*WorkspaceDTO) SetProviderMetadata ¶ added in v0.52.0
func (o *WorkspaceDTO) SetProviderMetadata(v string)
SetProviderMetadata gets a reference to the given string and assigns it to the ProviderMetadata field.
func (*WorkspaceDTO) SetRepository ¶ added in v0.52.0
func (o *WorkspaceDTO) SetRepository(v GitRepository)
SetRepository sets field value
func (*WorkspaceDTO) SetState ¶ added in v0.52.0
func (o *WorkspaceDTO) SetState(v ResourceState)
SetState sets field value
func (*WorkspaceDTO) SetTarget ¶
func (o *WorkspaceDTO) SetTarget(v Target)
SetTarget sets field value
func (*WorkspaceDTO) SetTargetId ¶ added in v0.52.0
func (o *WorkspaceDTO) SetTargetId(v string)
SetTargetId sets field value
func (*WorkspaceDTO) SetUser ¶ added in v0.52.0
func (o *WorkspaceDTO) SetUser(v string)
SetUser 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 WorkspaceDirResponse ¶ added in v0.52.0
type WorkspaceDirResponse struct {
Dir *string `json:"dir,omitempty"`
}
WorkspaceDirResponse struct for WorkspaceDirResponse
func NewWorkspaceDirResponse ¶ added in v0.52.0
func NewWorkspaceDirResponse() *WorkspaceDirResponse
NewWorkspaceDirResponse instantiates a new WorkspaceDirResponse 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 NewWorkspaceDirResponseWithDefaults ¶ added in v0.52.0
func NewWorkspaceDirResponseWithDefaults() *WorkspaceDirResponse
NewWorkspaceDirResponseWithDefaults instantiates a new WorkspaceDirResponse 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 (*WorkspaceDirResponse) GetDir ¶ added in v0.52.0
func (o *WorkspaceDirResponse) GetDir() string
GetDir returns the Dir field value if set, zero value otherwise.
func (*WorkspaceDirResponse) GetDirOk ¶ added in v0.52.0
func (o *WorkspaceDirResponse) 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 (*WorkspaceDirResponse) HasDir ¶ added in v0.52.0
func (o *WorkspaceDirResponse) HasDir() bool
HasDir returns a boolean if a field has been set.
func (WorkspaceDirResponse) MarshalJSON ¶ added in v0.52.0
func (o WorkspaceDirResponse) MarshalJSON() ([]byte, error)
func (*WorkspaceDirResponse) SetDir ¶ added in v0.52.0
func (o *WorkspaceDirResponse) SetDir(v string)
SetDir gets a reference to the given string and assigns it to the Dir field.
func (WorkspaceDirResponse) ToMap ¶ added in v0.52.0
func (o WorkspaceDirResponse) ToMap() (map[string]interface{}, error)
type WorkspaceMetadata ¶ added in v0.52.0
type WorkspaceMetadata struct { GitStatus *GitStatus `json:"gitStatus,omitempty"` UpdatedAt string `json:"updatedAt"` Uptime int32 `json:"uptime"` WorkspaceId string `json:"workspaceId"` }
WorkspaceMetadata struct for WorkspaceMetadata
func NewWorkspaceMetadata ¶ added in v0.52.0
func NewWorkspaceMetadata(updatedAt string, uptime int32, workspaceId string) *WorkspaceMetadata
NewWorkspaceMetadata instantiates a new WorkspaceMetadata 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 NewWorkspaceMetadataWithDefaults ¶ added in v0.52.0
func NewWorkspaceMetadataWithDefaults() *WorkspaceMetadata
NewWorkspaceMetadataWithDefaults instantiates a new WorkspaceMetadata 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 (*WorkspaceMetadata) GetGitStatus ¶ added in v0.52.0
func (o *WorkspaceMetadata) GetGitStatus() GitStatus
GetGitStatus returns the GitStatus field value if set, zero value otherwise.
func (*WorkspaceMetadata) GetGitStatusOk ¶ added in v0.52.0
func (o *WorkspaceMetadata) 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 (*WorkspaceMetadata) GetUpdatedAt ¶ added in v0.52.0
func (o *WorkspaceMetadata) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*WorkspaceMetadata) GetUpdatedAtOk ¶ added in v0.52.0
func (o *WorkspaceMetadata) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*WorkspaceMetadata) GetUptime ¶ added in v0.52.0
func (o *WorkspaceMetadata) GetUptime() int32
GetUptime returns the Uptime field value
func (*WorkspaceMetadata) GetUptimeOk ¶ added in v0.52.0
func (o *WorkspaceMetadata) GetUptimeOk() (*int32, bool)
GetUptimeOk returns a tuple with the Uptime field value and a boolean to check if the value has been set.
func (*WorkspaceMetadata) GetWorkspaceId ¶ added in v0.52.0
func (o *WorkspaceMetadata) GetWorkspaceId() string
GetWorkspaceId returns the WorkspaceId field value
func (*WorkspaceMetadata) GetWorkspaceIdOk ¶ added in v0.52.0
func (o *WorkspaceMetadata) GetWorkspaceIdOk() (*string, bool)
GetWorkspaceIdOk returns a tuple with the WorkspaceId field value and a boolean to check if the value has been set.
func (*WorkspaceMetadata) HasGitStatus ¶ added in v0.52.0
func (o *WorkspaceMetadata) HasGitStatus() bool
HasGitStatus returns a boolean if a field has been set.
func (WorkspaceMetadata) MarshalJSON ¶ added in v0.52.0
func (o WorkspaceMetadata) MarshalJSON() ([]byte, error)
func (*WorkspaceMetadata) SetGitStatus ¶ added in v0.52.0
func (o *WorkspaceMetadata) SetGitStatus(v GitStatus)
SetGitStatus gets a reference to the given GitStatus and assigns it to the GitStatus field.
func (*WorkspaceMetadata) SetUpdatedAt ¶ added in v0.52.0
func (o *WorkspaceMetadata) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (*WorkspaceMetadata) SetUptime ¶ added in v0.52.0
func (o *WorkspaceMetadata) SetUptime(v int32)
SetUptime sets field value
func (*WorkspaceMetadata) SetWorkspaceId ¶ added in v0.52.0
func (o *WorkspaceMetadata) SetWorkspaceId(v string)
SetWorkspaceId sets field value
func (WorkspaceMetadata) ToMap ¶ added in v0.52.0
func (o WorkspaceMetadata) ToMap() (map[string]interface{}, error)
func (*WorkspaceMetadata) UnmarshalJSON ¶ added in v0.52.0
func (o *WorkspaceMetadata) UnmarshalJSON(data []byte) (err error)
type WorkspaceTemplate ¶ added in v0.52.0
type WorkspaceTemplate 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"` Labels map[string]string `json:"labels"` Name string `json:"name"` Prebuilds []PrebuildConfig `json:"prebuilds,omitempty"` RepositoryUrl string `json:"repositoryUrl"` User string `json:"user"` }
WorkspaceTemplate struct for WorkspaceTemplate
func NewWorkspaceTemplate ¶ added in v0.52.0
func NewWorkspaceTemplate(default_ bool, envVars map[string]string, image string, labels map[string]string, name string, repositoryUrl string, user string) *WorkspaceTemplate
NewWorkspaceTemplate instantiates a new WorkspaceTemplate 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 NewWorkspaceTemplateWithDefaults ¶ added in v0.52.0
func NewWorkspaceTemplateWithDefaults() *WorkspaceTemplate
NewWorkspaceTemplateWithDefaults instantiates a new WorkspaceTemplate 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 (*WorkspaceTemplate) GetBuildConfig ¶ added in v0.52.0
func (o *WorkspaceTemplate) GetBuildConfig() BuildConfig
GetBuildConfig returns the BuildConfig field value if set, zero value otherwise.
func (*WorkspaceTemplate) GetBuildConfigOk ¶ added in v0.52.0
func (o *WorkspaceTemplate) 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 (*WorkspaceTemplate) GetDefault ¶ added in v0.52.0
func (o *WorkspaceTemplate) GetDefault() bool
GetDefault returns the Default field value
func (*WorkspaceTemplate) GetDefaultOk ¶ added in v0.52.0
func (o *WorkspaceTemplate) GetDefaultOk() (*bool, bool)
GetDefaultOk returns a tuple with the Default field value and a boolean to check if the value has been set.
func (*WorkspaceTemplate) GetEnvVars ¶ added in v0.52.0
func (o *WorkspaceTemplate) GetEnvVars() map[string]string
GetEnvVars returns the EnvVars field value
func (*WorkspaceTemplate) GetEnvVarsOk ¶ added in v0.52.0
func (o *WorkspaceTemplate) 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 (*WorkspaceTemplate) GetGitProviderConfigId ¶ added in v0.52.0
func (o *WorkspaceTemplate) GetGitProviderConfigId() string
GetGitProviderConfigId returns the GitProviderConfigId field value if set, zero value otherwise.
func (*WorkspaceTemplate) GetGitProviderConfigIdOk ¶ added in v0.52.0
func (o *WorkspaceTemplate) 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 (*WorkspaceTemplate) GetImage ¶ added in v0.52.0
func (o *WorkspaceTemplate) GetImage() string
GetImage returns the Image field value
func (*WorkspaceTemplate) GetImageOk ¶ added in v0.52.0
func (o *WorkspaceTemplate) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.
func (*WorkspaceTemplate) GetLabels ¶ added in v0.52.0
func (o *WorkspaceTemplate) GetLabels() map[string]string
GetLabels returns the Labels field value
func (*WorkspaceTemplate) GetLabelsOk ¶ added in v0.52.0
func (o *WorkspaceTemplate) GetLabelsOk() (*map[string]string, bool)
GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set.
func (*WorkspaceTemplate) GetName ¶ added in v0.52.0
func (o *WorkspaceTemplate) GetName() string
GetName returns the Name field value
func (*WorkspaceTemplate) GetNameOk ¶ added in v0.52.0
func (o *WorkspaceTemplate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*WorkspaceTemplate) GetPrebuilds ¶ added in v0.52.0
func (o *WorkspaceTemplate) GetPrebuilds() []PrebuildConfig
GetPrebuilds returns the Prebuilds field value if set, zero value otherwise.
func (*WorkspaceTemplate) GetPrebuildsOk ¶ added in v0.52.0
func (o *WorkspaceTemplate) 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 (*WorkspaceTemplate) GetRepositoryUrl ¶ added in v0.52.0
func (o *WorkspaceTemplate) GetRepositoryUrl() string
GetRepositoryUrl returns the RepositoryUrl field value
func (*WorkspaceTemplate) GetRepositoryUrlOk ¶ added in v0.52.0
func (o *WorkspaceTemplate) GetRepositoryUrlOk() (*string, bool)
GetRepositoryUrlOk returns a tuple with the RepositoryUrl field value and a boolean to check if the value has been set.
func (*WorkspaceTemplate) GetUser ¶ added in v0.52.0
func (o *WorkspaceTemplate) GetUser() string
GetUser returns the User field value
func (*WorkspaceTemplate) GetUserOk ¶ added in v0.52.0
func (o *WorkspaceTemplate) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.
func (*WorkspaceTemplate) HasBuildConfig ¶ added in v0.52.0
func (o *WorkspaceTemplate) HasBuildConfig() bool
HasBuildConfig returns a boolean if a field has been set.
func (*WorkspaceTemplate) HasGitProviderConfigId ¶ added in v0.52.0
func (o *WorkspaceTemplate) HasGitProviderConfigId() bool
HasGitProviderConfigId returns a boolean if a field has been set.
func (*WorkspaceTemplate) HasPrebuilds ¶ added in v0.52.0
func (o *WorkspaceTemplate) HasPrebuilds() bool
HasPrebuilds returns a boolean if a field has been set.
func (WorkspaceTemplate) MarshalJSON ¶ added in v0.52.0
func (o WorkspaceTemplate) MarshalJSON() ([]byte, error)
func (*WorkspaceTemplate) SetBuildConfig ¶ added in v0.52.0
func (o *WorkspaceTemplate) SetBuildConfig(v BuildConfig)
SetBuildConfig gets a reference to the given BuildConfig and assigns it to the BuildConfig field.
func (*WorkspaceTemplate) SetDefault ¶ added in v0.52.0
func (o *WorkspaceTemplate) SetDefault(v bool)
SetDefault sets field value
func (*WorkspaceTemplate) SetEnvVars ¶ added in v0.52.0
func (o *WorkspaceTemplate) SetEnvVars(v map[string]string)
SetEnvVars sets field value
func (*WorkspaceTemplate) SetGitProviderConfigId ¶ added in v0.52.0
func (o *WorkspaceTemplate) SetGitProviderConfigId(v string)
SetGitProviderConfigId gets a reference to the given string and assigns it to the GitProviderConfigId field.
func (*WorkspaceTemplate) SetImage ¶ added in v0.52.0
func (o *WorkspaceTemplate) SetImage(v string)
SetImage sets field value
func (*WorkspaceTemplate) SetLabels ¶ added in v0.52.0
func (o *WorkspaceTemplate) SetLabels(v map[string]string)
SetLabels sets field value
func (*WorkspaceTemplate) SetName ¶ added in v0.52.0
func (o *WorkspaceTemplate) SetName(v string)
SetName sets field value
func (*WorkspaceTemplate) SetPrebuilds ¶ added in v0.52.0
func (o *WorkspaceTemplate) SetPrebuilds(v []PrebuildConfig)
SetPrebuilds gets a reference to the given []PrebuildConfig and assigns it to the Prebuilds field.
func (*WorkspaceTemplate) SetRepositoryUrl ¶ added in v0.52.0
func (o *WorkspaceTemplate) SetRepositoryUrl(v string)
SetRepositoryUrl sets field value
func (*WorkspaceTemplate) SetUser ¶ added in v0.52.0
func (o *WorkspaceTemplate) SetUser(v string)
SetUser sets field value
func (WorkspaceTemplate) ToMap ¶ added in v0.52.0
func (o WorkspaceTemplate) ToMap() (map[string]interface{}, error)
func (*WorkspaceTemplate) UnmarshalJSON ¶ added in v0.52.0
func (o *WorkspaceTemplate) UnmarshalJSON(data []byte) (err error)
type WorkspaceTemplateAPIService ¶ added in v0.52.0
type WorkspaceTemplateAPIService service
WorkspaceTemplateAPIService WorkspaceTemplateAPI service
func (*WorkspaceTemplateAPIService) DeleteWorkspaceTemplate ¶ added in v0.52.0
func (a *WorkspaceTemplateAPIService) DeleteWorkspaceTemplate(ctx context.Context, templateName string) ApiDeleteWorkspaceTemplateRequest
DeleteWorkspaceTemplate Delete workspace template data
Delete workspace template data
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param templateName Template name @return ApiDeleteWorkspaceTemplateRequest
func (*WorkspaceTemplateAPIService) DeleteWorkspaceTemplateExecute ¶ added in v0.52.0
func (a *WorkspaceTemplateAPIService) DeleteWorkspaceTemplateExecute(r ApiDeleteWorkspaceTemplateRequest) (*http.Response, error)
Execute executes the request
func (*WorkspaceTemplateAPIService) FindWorkspaceTemplate ¶ added in v0.52.0
func (a *WorkspaceTemplateAPIService) FindWorkspaceTemplate(ctx context.Context, templateName string) ApiFindWorkspaceTemplateRequest
FindWorkspaceTemplate Find a workspace template
Find a workspace template
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param templateName Template name @return ApiFindWorkspaceTemplateRequest
func (*WorkspaceTemplateAPIService) FindWorkspaceTemplateExecute ¶ added in v0.52.0
func (a *WorkspaceTemplateAPIService) FindWorkspaceTemplateExecute(r ApiFindWorkspaceTemplateRequest) (*WorkspaceTemplate, *http.Response, error)
Execute executes the request
@return WorkspaceTemplate
func (*WorkspaceTemplateAPIService) GetDefaultWorkspaceTemplate ¶ added in v0.52.0
func (a *WorkspaceTemplateAPIService) GetDefaultWorkspaceTemplate(ctx context.Context, gitUrl string) ApiGetDefaultWorkspaceTemplateRequest
GetDefaultWorkspaceTemplate Get default workspace templates by git url
Get default workspace templates 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 ApiGetDefaultWorkspaceTemplateRequest
func (*WorkspaceTemplateAPIService) GetDefaultWorkspaceTemplateExecute ¶ added in v0.52.0
func (a *WorkspaceTemplateAPIService) GetDefaultWorkspaceTemplateExecute(r ApiGetDefaultWorkspaceTemplateRequest) (*WorkspaceTemplate, *http.Response, error)
Execute executes the request
@return WorkspaceTemplate
func (*WorkspaceTemplateAPIService) ListWorkspaceTemplates ¶ added in v0.52.0
func (a *WorkspaceTemplateAPIService) ListWorkspaceTemplates(ctx context.Context) ApiListWorkspaceTemplatesRequest
ListWorkspaceTemplates List workspace templates
List workspace templates
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListWorkspaceTemplatesRequest
func (*WorkspaceTemplateAPIService) ListWorkspaceTemplatesExecute ¶ added in v0.52.0
func (a *WorkspaceTemplateAPIService) ListWorkspaceTemplatesExecute(r ApiListWorkspaceTemplatesRequest) ([]WorkspaceTemplate, *http.Response, error)
Execute executes the request
@return []WorkspaceTemplate
func (*WorkspaceTemplateAPIService) SaveWorkspaceTemplate ¶ added in v0.52.0
func (a *WorkspaceTemplateAPIService) SaveWorkspaceTemplate(ctx context.Context) ApiSaveWorkspaceTemplateRequest
SaveWorkspaceTemplate Set workspace template data
Set workspace template data
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSaveWorkspaceTemplateRequest
func (*WorkspaceTemplateAPIService) SaveWorkspaceTemplateExecute ¶ added in v0.52.0
func (a *WorkspaceTemplateAPIService) SaveWorkspaceTemplateExecute(r ApiSaveWorkspaceTemplateRequest) (*http.Response, error)
Execute executes the request
func (*WorkspaceTemplateAPIService) SetDefaultWorkspaceTemplate ¶ added in v0.52.0
func (a *WorkspaceTemplateAPIService) SetDefaultWorkspaceTemplate(ctx context.Context, templateName string) ApiSetDefaultWorkspaceTemplateRequest
SetDefaultWorkspaceTemplate Set workspace template to default
Set workspace template to default
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param templateName Template name @return ApiSetDefaultWorkspaceTemplateRequest
func (*WorkspaceTemplateAPIService) SetDefaultWorkspaceTemplateExecute ¶ added in v0.52.0
func (a *WorkspaceTemplateAPIService) SetDefaultWorkspaceTemplateExecute(r ApiSetDefaultWorkspaceTemplateRequest) (*http.Response, error)
Execute executes the request
type WorkspaceToolboxAPIService ¶ added in v0.49.0
type WorkspaceToolboxAPIService service
WorkspaceToolboxAPIService WorkspaceToolboxAPI service
func (*WorkspaceToolboxAPIService) CreateSession ¶ added in v0.52.0
func (a *WorkspaceToolboxAPIService) CreateSession(ctx context.Context, workspaceId string) ApiCreateSessionRequest
CreateSession Create exec session
Create exec session 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 @return ApiCreateSessionRequest
func (*WorkspaceToolboxAPIService) CreateSessionExecute ¶ added in v0.52.0
func (a *WorkspaceToolboxAPIService) CreateSessionExecute(r ApiCreateSessionRequest) (*http.Response, error)
Execute executes the request
func (*WorkspaceToolboxAPIService) DeleteSession ¶ added in v0.52.0
func (a *WorkspaceToolboxAPIService) DeleteSession(ctx context.Context, workspaceId string, sessionId string) ApiDeleteSessionRequest
DeleteSession Delete session
Delete a session 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 sessionId Session ID @return ApiDeleteSessionRequest
func (*WorkspaceToolboxAPIService) DeleteSessionExecute ¶ added in v0.52.0
func (a *WorkspaceToolboxAPIService) DeleteSessionExecute(r ApiDeleteSessionRequest) (*http.Response, error)
Execute executes the request
func (*WorkspaceToolboxAPIService) FsCreateFolder ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) FsCreateFolder(ctx context.Context, workspaceId string) ApiFsCreateFolderRequest
FsCreateFolder Create folder
Create folder inside a 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 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) ApiFsDeleteFileRequest
FsDeleteFile Delete file
Delete file inside a 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 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) ApiFsDownloadFileRequest
FsDownloadFile Download file
Download file from a 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 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) ApiFsFindInFilesRequest
FsFindInFiles Search for text/pattern in files
Search for text/pattern inside a workspace 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 @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) ApiFsGetFileDetailsRequest
FsGetFileDetails Get file info
Get file info inside a 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 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) ApiFsListFilesRequest
FsListFiles List files
List files inside a 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 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) ApiFsMoveFileRequest
FsMoveFile Create folder
Create folder inside a 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 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) ApiFsReplaceInFilesRequest
FsReplaceInFiles Repleace text/pattern in files
Repleace text/pattern in mutilple files inside a 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 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) ApiFsSearchFilesRequest
FsSearchFiles Search for files
Search for files inside a 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 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) ApiFsSetFilePermissionsRequest
FsSetFilePermissions Set file owner/group/permissions
Set file owner/group/permissions inside a 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 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) ApiFsUploadFileRequest
FsUploadFile Upload file
Upload file inside a 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 ApiFsUploadFileRequest
func (*WorkspaceToolboxAPIService) FsUploadFileExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) FsUploadFileExecute(r ApiFsUploadFileRequest) (*http.Response, error)
Execute executes the request
func (*WorkspaceToolboxAPIService) GetSessionCommandLogs ¶ added in v0.52.0
func (a *WorkspaceToolboxAPIService) GetSessionCommandLogs(ctx context.Context, workspaceId string, sessionId string, commandId string) ApiGetSessionCommandLogsRequest
GetSessionCommandLogs Get session command logs
Get logs of a command inside a session inside workspace project Connect with websocket to get a stream of the logs
@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 sessionId Session ID @param commandId Command ID @return ApiGetSessionCommandLogsRequest
func (*WorkspaceToolboxAPIService) GetSessionCommandLogsExecute ¶ added in v0.52.0
func (a *WorkspaceToolboxAPIService) GetSessionCommandLogsExecute(r ApiGetSessionCommandLogsRequest) (string, *http.Response, error)
Execute executes the request
@return string
func (*WorkspaceToolboxAPIService) GetWorkspaceDir ¶ added in v0.52.0
func (a *WorkspaceToolboxAPIService) GetWorkspaceDir(ctx context.Context, workspaceId string) ApiGetWorkspaceDirRequest
GetWorkspaceDir Get workspace dir
Get workspace 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 @return ApiGetWorkspaceDirRequest
func (*WorkspaceToolboxAPIService) GetWorkspaceDirExecute ¶ added in v0.52.0
func (a *WorkspaceToolboxAPIService) GetWorkspaceDirExecute(r ApiGetWorkspaceDirRequest) (*WorkspaceDirResponse, *http.Response, error)
Execute executes the request
@return WorkspaceDirResponse
func (*WorkspaceToolboxAPIService) GitAddFiles ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) GitAddFiles(ctx context.Context, workspaceId 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 @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) ApiGitBranchListRequest
GitBranchList Get branch list
Get branch list from git repository inside a 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 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) ApiGitCloneRepositoryRequest
GitCloneRepository Clone git repository
Clone git repository inside a 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 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) ApiGitCommitChangesRequest
GitCommitChanges Commit changes
Commit changes to git repository inside a 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 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) ApiGitCommitHistoryRequest
GitCommitHistory Get commit history
Get commit history from git repository inside a 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 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) ApiGitCreateBranchRequest
GitCreateBranch Create branch
Create branch on git repository inside a 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 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) ApiGitGitStatusRequest
GitGitStatus Get git status
Get status from git repository inside a 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 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) ApiGitPullChangesRequest
GitPullChanges Pull changes
Pull changes from remote to git repository inside a 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 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) ApiGitPushChangesRequest
GitPushChanges Push changes
Push changes to remote from git repository inside a 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 ApiGitPushChangesRequest
func (*WorkspaceToolboxAPIService) GitPushChangesExecute ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) GitPushChangesExecute(r ApiGitPushChangesRequest) (*http.Response, error)
Execute executes the request
func (*WorkspaceToolboxAPIService) ListSessions ¶ added in v0.52.0
func (a *WorkspaceToolboxAPIService) ListSessions(ctx context.Context, workspaceId string) ApiListSessionsRequest
ListSessions List sessions
List sessions 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 @return ApiListSessionsRequest
func (*WorkspaceToolboxAPIService) ListSessionsExecute ¶ added in v0.52.0
func (a *WorkspaceToolboxAPIService) ListSessionsExecute(r ApiListSessionsRequest) ([]Session, *http.Response, error)
Execute executes the request
@return []Session
func (*WorkspaceToolboxAPIService) LspCompletions ¶ added in v0.49.0
func (a *WorkspaceToolboxAPIService) LspCompletions(ctx context.Context, workspaceId 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 @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) 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 @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) 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 @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) 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 @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) ApiLspStartRequest
LspStart Start Lsp server
Start Lsp server process inside a 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 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) ApiLspStopRequest
LspStop Stop Lsp server
Stop Lsp server process inside a 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 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) 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 @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) ApiProcessExecuteCommandRequest
ProcessExecuteCommand Execute command
Execute command synchronously inside a 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 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
func (*WorkspaceToolboxAPIService) SessionExecuteCommand ¶ added in v0.52.0
func (a *WorkspaceToolboxAPIService) SessionExecuteCommand(ctx context.Context, workspaceId string, sessionId string) ApiSessionExecuteCommandRequest
SessionExecuteCommand Execute command in session
Execute command inside a session 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 sessionId Session ID @return ApiSessionExecuteCommandRequest
func (*WorkspaceToolboxAPIService) SessionExecuteCommandExecute ¶ added in v0.52.0
func (a *WorkspaceToolboxAPIService) SessionExecuteCommandExecute(r ApiSessionExecuteCommandRequest) (*SessionExecuteResponse, *http.Response, error)
Execute executes the request
@return SessionExecuteResponse
Source Files ¶
- api_api_key.go
- api_build.go
- api_container_registry.go
- api_default.go
- api_env_var.go
- api_git_provider.go
- api_job.go
- api_prebuild.go
- api_provider.go
- api_runner.go
- api_sample.go
- api_server.go
- api_target.go
- api_target_config.go
- api_workspace.go
- api_workspace_template.go
- api_workspace_toolbox.go
- client.go
- configuration.go
- model_api_key_view_dto.go
- model_build_config.go
- model_build_dto.go
- model_cached_build.go
- model_clone_target.go
- model_command.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_runner_dto.go
- model_create_runner_result_dto.go
- model_create_session_request.go
- model_create_target_config_dto.go
- model_create_target_dto.go
- model_create_workspace_dto.go
- model_create_workspace_source_dto.go
- model_create_workspace_template_dto.go
- model_devcontainer_config.go
- model_environment_variable.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_job.go
- model_job_state.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_models_api_key_type.go
- model_models_job_action.go
- model_models_resource_state_name.go
- model_models_target_config_property_type.go
- model_network_key.go
- model_position.go
- model_prebuild_config.go
- model_prebuild_dto.go
- model_provider_dto.go
- model_provider_info.go
- model_replace_request.go
- model_replace_result.go
- model_repository_url.go
- model_resource_state.go
- model_resource_type.go
- model_runner_dto.go
- model_runner_metadata.go
- model_sample.go
- model_search_files_response.go
- model_server_config.go
- model_session.go
- model_session_execute_request.go
- model_session_execute_response.go
- model_set_git_provider_config.go
- model_signing_method.go
- model_status.go
- model_target.go
- model_target_config.go
- model_target_config_property.go
- model_target_dto.go
- model_target_metadata.go
- model_update_job_state.go
- model_update_runner_metadata_dto.go
- model_update_target_metadata_dto.go
- model_update_target_provider_metadata_dto.go
- model_update_workspace_metadata_dto.go
- model_update_workspace_provider_metadata_dto.go
- model_workspace.go
- model_workspace_dir_response.go
- model_workspace_dto.go
- model_workspace_metadata.go
- model_workspace_template.go
- response.go
- utils.go