Documentation ¶
Index ¶
- Variables
- func RegisterCodeServiceServer(s *grpc.Server, srv CodeServiceServer)
- type CodeDataSource
- func (*CodeDataSource) Descriptor() ([]byte, []int)deprecated
- func (x *CodeDataSource) GetCodeDataSourceId() uint32
- func (x *CodeDataSource) GetCreatedAt() int64
- func (x *CodeDataSource) GetDescription() string
- func (x *CodeDataSource) GetMaxScore() float32
- func (x *CodeDataSource) GetName() string
- func (x *CodeDataSource) GetUpdatedAt() int64
- func (*CodeDataSource) ProtoMessage()
- func (x *CodeDataSource) ProtoReflect() protoreflect.Message
- func (x *CodeDataSource) Reset()
- func (x *CodeDataSource) String() string
- type CodeScanSetting
- func (*CodeScanSetting) Descriptor() ([]byte, []int)deprecated
- func (x *CodeScanSetting) GetCodeDataSourceId() uint32
- func (x *CodeScanSetting) GetCreatedAt() int64
- func (x *CodeScanSetting) GetGithubSettingId() uint32
- func (x *CodeScanSetting) GetProjectId() uint32
- func (x *CodeScanSetting) GetRepositoryPattern() string
- func (x *CodeScanSetting) GetScanAt() int64
- func (x *CodeScanSetting) GetScanInternal() bool
- func (x *CodeScanSetting) GetScanPrivate() bool
- func (x *CodeScanSetting) GetScanPublic() bool
- func (x *CodeScanSetting) GetStatus() Status
- func (x *CodeScanSetting) GetStatusDetail() string
- func (x *CodeScanSetting) GetUpdatedAt() int64
- func (*CodeScanSetting) ProtoMessage()
- func (x *CodeScanSetting) ProtoReflect() protoreflect.Message
- func (x *CodeScanSetting) Reset()
- func (x *CodeScanSetting) String() string
- type CodeScanSettingForUpsert
- func (*CodeScanSettingForUpsert) Descriptor() ([]byte, []int)deprecated
- func (x *CodeScanSettingForUpsert) GetCodeDataSourceId() uint32
- func (x *CodeScanSettingForUpsert) GetGithubSettingId() uint32
- func (x *CodeScanSettingForUpsert) GetProjectId() uint32
- func (x *CodeScanSettingForUpsert) GetRepositoryPattern() string
- func (x *CodeScanSettingForUpsert) GetScanAt() int64
- func (x *CodeScanSettingForUpsert) GetScanInternal() bool
- func (x *CodeScanSettingForUpsert) GetScanPrivate() bool
- func (x *CodeScanSettingForUpsert) GetScanPublic() bool
- func (x *CodeScanSettingForUpsert) GetStatus() Status
- func (x *CodeScanSettingForUpsert) GetStatusDetail() string
- func (*CodeScanSettingForUpsert) ProtoMessage()
- func (x *CodeScanSettingForUpsert) ProtoReflect() protoreflect.Message
- func (x *CodeScanSettingForUpsert) Reset()
- func (x *CodeScanSettingForUpsert) String() string
- func (c *CodeScanSettingForUpsert) Validate() error
- type CodeServiceClient
- type CodeServiceServer
- type DeleteCodeScanSettingRequest
- func (*DeleteCodeScanSettingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteCodeScanSettingRequest) GetGithubSettingId() uint32
- func (x *DeleteCodeScanSettingRequest) GetProjectId() uint32
- func (*DeleteCodeScanSettingRequest) ProtoMessage()
- func (x *DeleteCodeScanSettingRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteCodeScanSettingRequest) Reset()
- func (x *DeleteCodeScanSettingRequest) String() string
- func (d *DeleteCodeScanSettingRequest) Validate() error
- type DeleteDependencySettingRequest
- func (*DeleteDependencySettingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDependencySettingRequest) GetGithubSettingId() uint32
- func (x *DeleteDependencySettingRequest) GetProjectId() uint32
- func (*DeleteDependencySettingRequest) ProtoMessage()
- func (x *DeleteDependencySettingRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteDependencySettingRequest) Reset()
- func (x *DeleteDependencySettingRequest) String() string
- func (d *DeleteDependencySettingRequest) Validate() error
- type DeleteGitHubSettingRequest
- func (*DeleteGitHubSettingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteGitHubSettingRequest) GetGithubSettingId() uint32
- func (x *DeleteGitHubSettingRequest) GetProjectId() uint32
- func (*DeleteGitHubSettingRequest) ProtoMessage()
- func (x *DeleteGitHubSettingRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteGitHubSettingRequest) Reset()
- func (x *DeleteGitHubSettingRequest) String() string
- func (d *DeleteGitHubSettingRequest) Validate() error
- type DeleteGitleaksSettingRequest
- func (*DeleteGitleaksSettingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteGitleaksSettingRequest) GetGithubSettingId() uint32
- func (x *DeleteGitleaksSettingRequest) GetProjectId() uint32
- func (*DeleteGitleaksSettingRequest) ProtoMessage()
- func (x *DeleteGitleaksSettingRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteGitleaksSettingRequest) Reset()
- func (x *DeleteGitleaksSettingRequest) String() string
- func (d *DeleteGitleaksSettingRequest) Validate() error
- type DependencySetting
- func (*DependencySetting) Descriptor() ([]byte, []int)deprecated
- func (x *DependencySetting) GetCodeDataSourceId() uint32
- func (x *DependencySetting) GetCreatedAt() int64
- func (x *DependencySetting) GetGithubSettingId() uint32
- func (x *DependencySetting) GetProjectId() uint32
- func (x *DependencySetting) GetScanAt() int64
- func (x *DependencySetting) GetStatus() Status
- func (x *DependencySetting) GetStatusDetail() string
- func (x *DependencySetting) GetUpdatedAt() int64
- func (*DependencySetting) ProtoMessage()
- func (x *DependencySetting) ProtoReflect() protoreflect.Message
- func (x *DependencySetting) Reset()
- func (x *DependencySetting) String() string
- type DependencySettingForUpsert
- func (*DependencySettingForUpsert) Descriptor() ([]byte, []int)deprecated
- func (x *DependencySettingForUpsert) GetCodeDataSourceId() uint32
- func (x *DependencySettingForUpsert) GetGithubSettingId() uint32
- func (x *DependencySettingForUpsert) GetProjectId() uint32
- func (x *DependencySettingForUpsert) GetScanAt() int64
- func (x *DependencySettingForUpsert) GetStatus() Status
- func (x *DependencySettingForUpsert) GetStatusDetail() string
- func (*DependencySettingForUpsert) ProtoMessage()
- func (x *DependencySettingForUpsert) ProtoReflect() protoreflect.Message
- func (x *DependencySettingForUpsert) Reset()
- func (x *DependencySettingForUpsert) String() string
- func (g *DependencySettingForUpsert) Validate() error
- type GetGitHubSettingRequest
- func (*GetGitHubSettingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetGitHubSettingRequest) GetGithubSettingId() uint32
- func (x *GetGitHubSettingRequest) GetProjectId() uint32
- func (*GetGitHubSettingRequest) ProtoMessage()
- func (x *GetGitHubSettingRequest) ProtoReflect() protoreflect.Message
- func (x *GetGitHubSettingRequest) Reset()
- func (x *GetGitHubSettingRequest) String() string
- func (l *GetGitHubSettingRequest) Validate() error
- type GetGitHubSettingResponse
- func (*GetGitHubSettingResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetGitHubSettingResponse) GetGithubSetting() *GitHubSetting
- func (*GetGitHubSettingResponse) ProtoMessage()
- func (x *GetGitHubSettingResponse) ProtoReflect() protoreflect.Message
- func (x *GetGitHubSettingResponse) Reset()
- func (x *GetGitHubSettingResponse) String() string
- type GetGitleaksCacheRequest
- func (*GetGitleaksCacheRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetGitleaksCacheRequest) GetGithubSettingId() uint32
- func (x *GetGitleaksCacheRequest) GetProjectId() uint32
- func (x *GetGitleaksCacheRequest) GetRepositoryFullName() string
- func (*GetGitleaksCacheRequest) ProtoMessage()
- func (x *GetGitleaksCacheRequest) ProtoReflect() protoreflect.Message
- func (x *GetGitleaksCacheRequest) Reset()
- func (x *GetGitleaksCacheRequest) String() string
- func (g *GetGitleaksCacheRequest) Validate() error
- type GetGitleaksCacheResponse
- func (*GetGitleaksCacheResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetGitleaksCacheResponse) GetGitleaksCache() *GitleaksCache
- func (*GetGitleaksCacheResponse) ProtoMessage()
- func (x *GetGitleaksCacheResponse) ProtoReflect() protoreflect.Message
- func (x *GetGitleaksCacheResponse) Reset()
- func (x *GetGitleaksCacheResponse) String() string
- type GitHubSetting
- func (*GitHubSetting) Descriptor() ([]byte, []int)deprecated
- func (x *GitHubSetting) GetBaseUrl() string
- func (x *GitHubSetting) GetCodeScanSetting() *CodeScanSetting
- func (x *GitHubSetting) GetCreatedAt() int64
- func (x *GitHubSetting) GetDependencySetting() *DependencySetting
- func (x *GitHubSetting) GetGithubSettingId() uint32
- func (x *GitHubSetting) GetGithubUser() string
- func (x *GitHubSetting) GetGitleaksSetting() *GitleaksSetting
- func (x *GitHubSetting) GetName() string
- func (x *GitHubSetting) GetPersonalAccessToken() string
- func (x *GitHubSetting) GetProjectId() uint32
- func (x *GitHubSetting) GetTargetResource() string
- func (x *GitHubSetting) GetType() Type
- func (x *GitHubSetting) GetUpdatedAt() int64
- func (*GitHubSetting) ProtoMessage()
- func (x *GitHubSetting) ProtoReflect() protoreflect.Message
- func (x *GitHubSetting) Reset()
- func (x *GitHubSetting) String() string
- type GitHubSettingForUpsert
- func (*GitHubSettingForUpsert) Descriptor() ([]byte, []int)deprecated
- func (x *GitHubSettingForUpsert) GetBaseUrl() string
- func (x *GitHubSettingForUpsert) GetGithubSettingId() uint32
- func (x *GitHubSettingForUpsert) GetGithubUser() string
- func (x *GitHubSettingForUpsert) GetName() string
- func (x *GitHubSettingForUpsert) GetPersonalAccessToken() string
- func (x *GitHubSettingForUpsert) GetProjectId() uint32
- func (x *GitHubSettingForUpsert) GetTargetResource() string
- func (x *GitHubSettingForUpsert) GetType() Type
- func (*GitHubSettingForUpsert) ProtoMessage()
- func (x *GitHubSettingForUpsert) ProtoReflect() protoreflect.Message
- func (x *GitHubSettingForUpsert) Reset()
- func (x *GitHubSettingForUpsert) String() string
- func (g *GitHubSettingForUpsert) Validate() error
- type GitleaksCache
- func (*GitleaksCache) Descriptor() ([]byte, []int)deprecated
- func (x *GitleaksCache) GetCreatedAt() int64
- func (x *GitleaksCache) GetGithubSettingId() uint32
- func (x *GitleaksCache) GetRepositoryFullName() string
- func (x *GitleaksCache) GetScanAt() int64
- func (x *GitleaksCache) GetUpdatedAt() int64
- func (*GitleaksCache) ProtoMessage()
- func (x *GitleaksCache) ProtoReflect() protoreflect.Message
- func (x *GitleaksCache) Reset()
- func (x *GitleaksCache) String() string
- type GitleaksCacheForUpsert
- func (*GitleaksCacheForUpsert) Descriptor() ([]byte, []int)deprecated
- func (x *GitleaksCacheForUpsert) GetGithubSettingId() uint32
- func (x *GitleaksCacheForUpsert) GetRepositoryFullName() string
- func (x *GitleaksCacheForUpsert) GetScanAt() int64
- func (*GitleaksCacheForUpsert) ProtoMessage()
- func (x *GitleaksCacheForUpsert) ProtoReflect() protoreflect.Message
- func (x *GitleaksCacheForUpsert) Reset()
- func (x *GitleaksCacheForUpsert) String() string
- func (g *GitleaksCacheForUpsert) Validate() error
- type GitleaksSetting
- func (*GitleaksSetting) Descriptor() ([]byte, []int)deprecated
- func (x *GitleaksSetting) GetCodeDataSourceId() uint32
- func (x *GitleaksSetting) GetCreatedAt() int64
- func (x *GitleaksSetting) GetGithubSettingId() uint32
- func (x *GitleaksSetting) GetProjectId() uint32
- func (x *GitleaksSetting) GetRepositoryPattern() string
- func (x *GitleaksSetting) GetScanAt() int64
- func (x *GitleaksSetting) GetScanInternal() bool
- func (x *GitleaksSetting) GetScanPrivate() bool
- func (x *GitleaksSetting) GetScanPublic() bool
- func (x *GitleaksSetting) GetStatus() Status
- func (x *GitleaksSetting) GetStatusDetail() string
- func (x *GitleaksSetting) GetUpdatedAt() int64
- func (*GitleaksSetting) ProtoMessage()
- func (x *GitleaksSetting) ProtoReflect() protoreflect.Message
- func (x *GitleaksSetting) Reset()
- func (x *GitleaksSetting) String() string
- type GitleaksSettingForUpsert
- func (*GitleaksSettingForUpsert) Descriptor() ([]byte, []int)deprecated
- func (x *GitleaksSettingForUpsert) GetCodeDataSourceId() uint32
- func (x *GitleaksSettingForUpsert) GetGithubSettingId() uint32
- func (x *GitleaksSettingForUpsert) GetProjectId() uint32
- func (x *GitleaksSettingForUpsert) GetRepositoryPattern() string
- func (x *GitleaksSettingForUpsert) GetScanAt() int64
- func (x *GitleaksSettingForUpsert) GetScanInternal() bool
- func (x *GitleaksSettingForUpsert) GetScanPrivate() bool
- func (x *GitleaksSettingForUpsert) GetScanPublic() bool
- func (x *GitleaksSettingForUpsert) GetStatus() Status
- func (x *GitleaksSettingForUpsert) GetStatusDetail() string
- func (*GitleaksSettingForUpsert) ProtoMessage()
- func (x *GitleaksSettingForUpsert) ProtoReflect() protoreflect.Message
- func (x *GitleaksSettingForUpsert) Reset()
- func (x *GitleaksSettingForUpsert) String() string
- func (g *GitleaksSettingForUpsert) Validate() error
- type InvokeScanCodeScanRequest
- func (*InvokeScanCodeScanRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InvokeScanCodeScanRequest) GetGithubSettingId() uint32
- func (x *InvokeScanCodeScanRequest) GetProjectId() uint32
- func (x *InvokeScanCodeScanRequest) GetScanOnly() bool
- func (*InvokeScanCodeScanRequest) ProtoMessage()
- func (x *InvokeScanCodeScanRequest) ProtoReflect() protoreflect.Message
- func (x *InvokeScanCodeScanRequest) Reset()
- func (x *InvokeScanCodeScanRequest) String() string
- func (i *InvokeScanCodeScanRequest) Validate() error
- type InvokeScanDependencyRequest
- func (*InvokeScanDependencyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InvokeScanDependencyRequest) GetGithubSettingId() uint32
- func (x *InvokeScanDependencyRequest) GetProjectId() uint32
- func (x *InvokeScanDependencyRequest) GetScanOnly() bool
- func (*InvokeScanDependencyRequest) ProtoMessage()
- func (x *InvokeScanDependencyRequest) ProtoReflect() protoreflect.Message
- func (x *InvokeScanDependencyRequest) Reset()
- func (x *InvokeScanDependencyRequest) String() string
- func (i *InvokeScanDependencyRequest) Validate() error
- type InvokeScanGitleaksRequest
- func (*InvokeScanGitleaksRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InvokeScanGitleaksRequest) GetFullScan() bool
- func (x *InvokeScanGitleaksRequest) GetGithubSettingId() uint32
- func (x *InvokeScanGitleaksRequest) GetProjectId() uint32
- func (x *InvokeScanGitleaksRequest) GetScanOnly() bool
- func (*InvokeScanGitleaksRequest) ProtoMessage()
- func (x *InvokeScanGitleaksRequest) ProtoReflect() protoreflect.Message
- func (x *InvokeScanGitleaksRequest) Reset()
- func (x *InvokeScanGitleaksRequest) String() string
- func (i *InvokeScanGitleaksRequest) Validate() error
- type ListDataSourceRequest
- func (*ListDataSourceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDataSourceRequest) GetCodeDataSourceId() uint32
- func (x *ListDataSourceRequest) GetName() string
- func (*ListDataSourceRequest) ProtoMessage()
- func (x *ListDataSourceRequest) ProtoReflect() protoreflect.Message
- func (x *ListDataSourceRequest) Reset()
- func (x *ListDataSourceRequest) String() string
- func (l *ListDataSourceRequest) Validate() error
- type ListDataSourceResponse
- func (*ListDataSourceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListDataSourceResponse) GetCodeDataSource() []*CodeDataSource
- func (*ListDataSourceResponse) ProtoMessage()
- func (x *ListDataSourceResponse) ProtoReflect() protoreflect.Message
- func (x *ListDataSourceResponse) Reset()
- func (x *ListDataSourceResponse) String() string
- type ListGitHubSettingRequest
- func (*ListGitHubSettingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListGitHubSettingRequest) GetGithubSettingId() uint32
- func (x *ListGitHubSettingRequest) GetProjectId() uint32
- func (*ListGitHubSettingRequest) ProtoMessage()
- func (x *ListGitHubSettingRequest) ProtoReflect() protoreflect.Message
- func (x *ListGitHubSettingRequest) Reset()
- func (x *ListGitHubSettingRequest) String() string
- func (l *ListGitHubSettingRequest) Validate() error
- type ListGitHubSettingResponse
- func (*ListGitHubSettingResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListGitHubSettingResponse) GetGithubSetting() []*GitHubSetting
- func (*ListGitHubSettingResponse) ProtoMessage()
- func (x *ListGitHubSettingResponse) ProtoReflect() protoreflect.Message
- func (x *ListGitHubSettingResponse) Reset()
- func (x *ListGitHubSettingResponse) String() string
- type ListGitleaksCacheRequest
- func (*ListGitleaksCacheRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListGitleaksCacheRequest) GetGithubSettingId() uint32
- func (x *ListGitleaksCacheRequest) GetProjectId() uint32
- func (*ListGitleaksCacheRequest) ProtoMessage()
- func (x *ListGitleaksCacheRequest) ProtoReflect() protoreflect.Message
- func (x *ListGitleaksCacheRequest) Reset()
- func (x *ListGitleaksCacheRequest) String() string
- func (g *ListGitleaksCacheRequest) Validate() error
- type ListGitleaksCacheResponse
- func (*ListGitleaksCacheResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListGitleaksCacheResponse) GetGitleaksCache() []*GitleaksCache
- func (*ListGitleaksCacheResponse) ProtoMessage()
- func (x *ListGitleaksCacheResponse) ProtoReflect() protoreflect.Message
- func (x *ListGitleaksCacheResponse) Reset()
- func (x *ListGitleaksCacheResponse) String() string
- type PutCodeScanSettingRequest
- func (*PutCodeScanSettingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PutCodeScanSettingRequest) GetCodeScanSetting() *CodeScanSettingForUpsert
- func (x *PutCodeScanSettingRequest) GetProjectId() uint32
- func (*PutCodeScanSettingRequest) ProtoMessage()
- func (x *PutCodeScanSettingRequest) ProtoReflect() protoreflect.Message
- func (x *PutCodeScanSettingRequest) Reset()
- func (x *PutCodeScanSettingRequest) String() string
- func (p *PutCodeScanSettingRequest) Validate() error
- type PutCodeScanSettingResponse
- func (*PutCodeScanSettingResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PutCodeScanSettingResponse) GetCodeScanSetting() *CodeScanSetting
- func (*PutCodeScanSettingResponse) ProtoMessage()
- func (x *PutCodeScanSettingResponse) ProtoReflect() protoreflect.Message
- func (x *PutCodeScanSettingResponse) Reset()
- func (x *PutCodeScanSettingResponse) String() string
- type PutDependencySettingRequest
- func (*PutDependencySettingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PutDependencySettingRequest) GetDependencySetting() *DependencySettingForUpsert
- func (x *PutDependencySettingRequest) GetProjectId() uint32
- func (*PutDependencySettingRequest) ProtoMessage()
- func (x *PutDependencySettingRequest) ProtoReflect() protoreflect.Message
- func (x *PutDependencySettingRequest) Reset()
- func (x *PutDependencySettingRequest) String() string
- func (p *PutDependencySettingRequest) Validate() error
- type PutDependencySettingResponse
- func (*PutDependencySettingResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PutDependencySettingResponse) GetDependencySetting() *DependencySetting
- func (*PutDependencySettingResponse) ProtoMessage()
- func (x *PutDependencySettingResponse) ProtoReflect() protoreflect.Message
- func (x *PutDependencySettingResponse) Reset()
- func (x *PutDependencySettingResponse) String() string
- type PutGitHubSettingRequest
- func (*PutGitHubSettingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PutGitHubSettingRequest) GetGithubSetting() *GitHubSettingForUpsert
- func (x *PutGitHubSettingRequest) GetProjectId() uint32
- func (*PutGitHubSettingRequest) ProtoMessage()
- func (x *PutGitHubSettingRequest) ProtoReflect() protoreflect.Message
- func (x *PutGitHubSettingRequest) Reset()
- func (x *PutGitHubSettingRequest) String() string
- func (p *PutGitHubSettingRequest) Validate() error
- type PutGitHubSettingResponse
- func (*PutGitHubSettingResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PutGitHubSettingResponse) GetGithubSetting() *GitHubSetting
- func (*PutGitHubSettingResponse) ProtoMessage()
- func (x *PutGitHubSettingResponse) ProtoReflect() protoreflect.Message
- func (x *PutGitHubSettingResponse) Reset()
- func (x *PutGitHubSettingResponse) String() string
- type PutGitleaksCacheRequest
- func (*PutGitleaksCacheRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PutGitleaksCacheRequest) GetGitleaksCache() *GitleaksCacheForUpsert
- func (x *PutGitleaksCacheRequest) GetProjectId() uint32
- func (*PutGitleaksCacheRequest) ProtoMessage()
- func (x *PutGitleaksCacheRequest) ProtoReflect() protoreflect.Message
- func (x *PutGitleaksCacheRequest) Reset()
- func (x *PutGitleaksCacheRequest) String() string
- func (p *PutGitleaksCacheRequest) Validate() error
- type PutGitleaksCacheResponse
- func (*PutGitleaksCacheResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PutGitleaksCacheResponse) GetGitleaksCache() *GitleaksCache
- func (*PutGitleaksCacheResponse) ProtoMessage()
- func (x *PutGitleaksCacheResponse) ProtoReflect() protoreflect.Message
- func (x *PutGitleaksCacheResponse) Reset()
- func (x *PutGitleaksCacheResponse) String() string
- type PutGitleaksSettingRequest
- func (*PutGitleaksSettingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PutGitleaksSettingRequest) GetGitleaksSetting() *GitleaksSettingForUpsert
- func (x *PutGitleaksSettingRequest) GetProjectId() uint32
- func (*PutGitleaksSettingRequest) ProtoMessage()
- func (x *PutGitleaksSettingRequest) ProtoReflect() protoreflect.Message
- func (x *PutGitleaksSettingRequest) Reset()
- func (x *PutGitleaksSettingRequest) String() string
- func (p *PutGitleaksSettingRequest) Validate() error
- type PutGitleaksSettingResponse
- func (*PutGitleaksSettingResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PutGitleaksSettingResponse) GetGitleaksSetting() *GitleaksSetting
- func (*PutGitleaksSettingResponse) ProtoMessage()
- func (x *PutGitleaksSettingResponse) ProtoReflect() protoreflect.Message
- func (x *PutGitleaksSettingResponse) Reset()
- func (x *PutGitleaksSettingResponse) String() string
- type Status
- type Type
- type UnimplementedCodeServiceServer
- func (*UnimplementedCodeServiceServer) DeleteCodeScanSetting(context.Context, *DeleteCodeScanSettingRequest) (*emptypb.Empty, error)
- func (*UnimplementedCodeServiceServer) DeleteDependencySetting(context.Context, *DeleteDependencySettingRequest) (*emptypb.Empty, error)
- func (*UnimplementedCodeServiceServer) DeleteGitHubSetting(context.Context, *DeleteGitHubSettingRequest) (*emptypb.Empty, error)
- func (*UnimplementedCodeServiceServer) DeleteGitleaksSetting(context.Context, *DeleteGitleaksSettingRequest) (*emptypb.Empty, error)
- func (*UnimplementedCodeServiceServer) GetGitHubSetting(context.Context, *GetGitHubSettingRequest) (*GetGitHubSettingResponse, error)
- func (*UnimplementedCodeServiceServer) GetGitleaksCache(context.Context, *GetGitleaksCacheRequest) (*GetGitleaksCacheResponse, error)
- func (*UnimplementedCodeServiceServer) InvokeScanAll(context.Context, *emptypb.Empty) (*emptypb.Empty, error)
- func (*UnimplementedCodeServiceServer) InvokeScanCodeScan(context.Context, *InvokeScanCodeScanRequest) (*emptypb.Empty, error)
- func (*UnimplementedCodeServiceServer) InvokeScanDependency(context.Context, *InvokeScanDependencyRequest) (*emptypb.Empty, error)
- func (*UnimplementedCodeServiceServer) InvokeScanGitleaks(context.Context, *InvokeScanGitleaksRequest) (*emptypb.Empty, error)
- func (*UnimplementedCodeServiceServer) ListDataSource(context.Context, *ListDataSourceRequest) (*ListDataSourceResponse, error)
- func (*UnimplementedCodeServiceServer) ListGitHubSetting(context.Context, *ListGitHubSettingRequest) (*ListGitHubSettingResponse, error)
- func (*UnimplementedCodeServiceServer) ListGitleaksCache(context.Context, *ListGitleaksCacheRequest) (*ListGitleaksCacheResponse, error)
- func (*UnimplementedCodeServiceServer) PutCodeScanSetting(context.Context, *PutCodeScanSettingRequest) (*PutCodeScanSettingResponse, error)
- func (*UnimplementedCodeServiceServer) PutDependencySetting(context.Context, *PutDependencySettingRequest) (*PutDependencySettingResponse, error)
- func (*UnimplementedCodeServiceServer) PutGitHubSetting(context.Context, *PutGitHubSettingRequest) (*PutGitHubSettingResponse, error)
- func (*UnimplementedCodeServiceServer) PutGitleaksCache(context.Context, *PutGitleaksCacheRequest) (*PutGitleaksCacheResponse, error)
- func (*UnimplementedCodeServiceServer) PutGitleaksSetting(context.Context, *PutGitleaksSettingRequest) (*PutGitleaksSettingResponse, error)
Constants ¶
This section is empty.
Variables ¶
var ( Type_name = map[int32]string{ 0: "UNKNOWN_TYPE", 1: "ORGANIZATION", 2: "USER", } Type_value = map[string]int32{ "UNKNOWN_TYPE": 0, "ORGANIZATION": 1, "USER": 2, } )
Enum value maps for Type.
var ( Status_name = map[int32]string{ 0: "UNKNOWN", 1: "OK", 2: "CONFIGURED", 3: "IN_PROGRESS", 4: "ERROR", } Status_value = map[string]int32{ "UNKNOWN": 0, "OK": 1, "CONFIGURED": 2, "IN_PROGRESS": 3, "ERROR": 4, } )
Enum value maps for Status.
var File_code_entity_proto protoreflect.FileDescriptor
var File_code_service_proto protoreflect.FileDescriptor
Functions ¶
func RegisterCodeServiceServer ¶
func RegisterCodeServiceServer(s *grpc.Server, srv CodeServiceServer)
Types ¶
type CodeDataSource ¶
type CodeDataSource struct { CodeDataSourceId uint32 `protobuf:"varint,1,opt,name=code_data_source_id,json=codeDataSourceId,proto3" json:"code_data_source_id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` MaxScore float32 `protobuf:"fixed32,4,opt,name=max_score,json=maxScore,proto3" json:"max_score,omitempty"` CreatedAt int64 `protobuf:"varint,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt int64 `protobuf:"varint,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // contains filtered or unexported fields }
CodeDataSource
func (*CodeDataSource) Descriptor
deprecated
func (*CodeDataSource) Descriptor() ([]byte, []int)
Deprecated: Use CodeDataSource.ProtoReflect.Descriptor instead.
func (*CodeDataSource) GetCodeDataSourceId ¶
func (x *CodeDataSource) GetCodeDataSourceId() uint32
func (*CodeDataSource) GetCreatedAt ¶
func (x *CodeDataSource) GetCreatedAt() int64
func (*CodeDataSource) GetDescription ¶
func (x *CodeDataSource) GetDescription() string
func (*CodeDataSource) GetMaxScore ¶
func (x *CodeDataSource) GetMaxScore() float32
func (*CodeDataSource) GetName ¶
func (x *CodeDataSource) GetName() string
func (*CodeDataSource) GetUpdatedAt ¶
func (x *CodeDataSource) GetUpdatedAt() int64
func (*CodeDataSource) ProtoMessage ¶
func (*CodeDataSource) ProtoMessage()
func (*CodeDataSource) ProtoReflect ¶
func (x *CodeDataSource) ProtoReflect() protoreflect.Message
func (*CodeDataSource) Reset ¶
func (x *CodeDataSource) Reset()
func (*CodeDataSource) String ¶
func (x *CodeDataSource) String() string
type CodeScanSetting ¶ added in v0.10.0
type CodeScanSetting struct { GithubSettingId uint32 `protobuf:"varint,1,opt,name=github_setting_id,json=githubSettingId,proto3" json:"github_setting_id,omitempty"` ProjectId uint32 `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` CodeDataSourceId uint32 `protobuf:"varint,3,opt,name=code_data_source_id,json=codeDataSourceId,proto3" json:"code_data_source_id,omitempty"` RepositoryPattern string `protobuf:"bytes,4,opt,name=repository_pattern,json=repositoryPattern,proto3" json:"repository_pattern,omitempty"` ScanPublic bool `protobuf:"varint,5,opt,name=scan_public,json=scanPublic,proto3" json:"scan_public,omitempty"` ScanInternal bool `protobuf:"varint,6,opt,name=scan_internal,json=scanInternal,proto3" json:"scan_internal,omitempty"` ScanPrivate bool `protobuf:"varint,7,opt,name=scan_private,json=scanPrivate,proto3" json:"scan_private,omitempty"` Status Status `protobuf:"varint,8,opt,name=status,proto3,enum=datasource.code.Status" json:"status,omitempty"` StatusDetail string `protobuf:"bytes,9,opt,name=status_detail,json=statusDetail,proto3" json:"status_detail,omitempty"` ScanAt int64 `protobuf:"varint,10,opt,name=scan_at,json=scanAt,proto3" json:"scan_at,omitempty"` CreatedAt int64 `protobuf:"varint,11,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt int64 `protobuf:"varint,12,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // contains filtered or unexported fields }
CodeScanSetting
func (*CodeScanSetting) Descriptor
deprecated
added in
v0.10.0
func (*CodeScanSetting) Descriptor() ([]byte, []int)
Deprecated: Use CodeScanSetting.ProtoReflect.Descriptor instead.
func (*CodeScanSetting) GetCodeDataSourceId ¶ added in v0.10.0
func (x *CodeScanSetting) GetCodeDataSourceId() uint32
func (*CodeScanSetting) GetCreatedAt ¶ added in v0.10.0
func (x *CodeScanSetting) GetCreatedAt() int64
func (*CodeScanSetting) GetGithubSettingId ¶ added in v0.10.0
func (x *CodeScanSetting) GetGithubSettingId() uint32
func (*CodeScanSetting) GetProjectId ¶ added in v0.10.0
func (x *CodeScanSetting) GetProjectId() uint32
func (*CodeScanSetting) GetRepositoryPattern ¶ added in v0.10.0
func (x *CodeScanSetting) GetRepositoryPattern() string
func (*CodeScanSetting) GetScanAt ¶ added in v0.10.0
func (x *CodeScanSetting) GetScanAt() int64
func (*CodeScanSetting) GetScanInternal ¶ added in v0.10.0
func (x *CodeScanSetting) GetScanInternal() bool
func (*CodeScanSetting) GetScanPrivate ¶ added in v0.10.0
func (x *CodeScanSetting) GetScanPrivate() bool
func (*CodeScanSetting) GetScanPublic ¶ added in v0.10.0
func (x *CodeScanSetting) GetScanPublic() bool
func (*CodeScanSetting) GetStatus ¶ added in v0.10.0
func (x *CodeScanSetting) GetStatus() Status
func (*CodeScanSetting) GetStatusDetail ¶ added in v0.10.0
func (x *CodeScanSetting) GetStatusDetail() string
func (*CodeScanSetting) GetUpdatedAt ¶ added in v0.10.0
func (x *CodeScanSetting) GetUpdatedAt() int64
func (*CodeScanSetting) ProtoMessage ¶ added in v0.10.0
func (*CodeScanSetting) ProtoMessage()
func (*CodeScanSetting) ProtoReflect ¶ added in v0.10.0
func (x *CodeScanSetting) ProtoReflect() protoreflect.Message
func (*CodeScanSetting) Reset ¶ added in v0.10.0
func (x *CodeScanSetting) Reset()
func (*CodeScanSetting) String ¶ added in v0.10.0
func (x *CodeScanSetting) String() string
type CodeScanSettingForUpsert ¶ added in v0.10.0
type CodeScanSettingForUpsert struct { GithubSettingId uint32 `protobuf:"varint,1,opt,name=github_setting_id,json=githubSettingId,proto3" json:"github_setting_id,omitempty"` ProjectId uint32 `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` CodeDataSourceId uint32 `protobuf:"varint,3,opt,name=code_data_source_id,json=codeDataSourceId,proto3" json:"code_data_source_id,omitempty"` RepositoryPattern string `protobuf:"bytes,4,opt,name=repository_pattern,json=repositoryPattern,proto3" json:"repository_pattern,omitempty"` ScanPublic bool `protobuf:"varint,5,opt,name=scan_public,json=scanPublic,proto3" json:"scan_public,omitempty"` ScanInternal bool `protobuf:"varint,6,opt,name=scan_internal,json=scanInternal,proto3" json:"scan_internal,omitempty"` ScanPrivate bool `protobuf:"varint,7,opt,name=scan_private,json=scanPrivate,proto3" json:"scan_private,omitempty"` Status Status `protobuf:"varint,8,opt,name=status,proto3,enum=datasource.code.Status" json:"status,omitempty"` StatusDetail string `protobuf:"bytes,9,opt,name=status_detail,json=statusDetail,proto3" json:"status_detail,omitempty"` ScanAt int64 `protobuf:"varint,10,opt,name=scan_at,json=scanAt,proto3" json:"scan_at,omitempty"` // contains filtered or unexported fields }
CodeScanSettingForUpsert
func (*CodeScanSettingForUpsert) Descriptor
deprecated
added in
v0.10.0
func (*CodeScanSettingForUpsert) Descriptor() ([]byte, []int)
Deprecated: Use CodeScanSettingForUpsert.ProtoReflect.Descriptor instead.
func (*CodeScanSettingForUpsert) GetCodeDataSourceId ¶ added in v0.10.0
func (x *CodeScanSettingForUpsert) GetCodeDataSourceId() uint32
func (*CodeScanSettingForUpsert) GetGithubSettingId ¶ added in v0.10.0
func (x *CodeScanSettingForUpsert) GetGithubSettingId() uint32
func (*CodeScanSettingForUpsert) GetProjectId ¶ added in v0.10.0
func (x *CodeScanSettingForUpsert) GetProjectId() uint32
func (*CodeScanSettingForUpsert) GetRepositoryPattern ¶ added in v0.10.0
func (x *CodeScanSettingForUpsert) GetRepositoryPattern() string
func (*CodeScanSettingForUpsert) GetScanAt ¶ added in v0.10.0
func (x *CodeScanSettingForUpsert) GetScanAt() int64
func (*CodeScanSettingForUpsert) GetScanInternal ¶ added in v0.10.0
func (x *CodeScanSettingForUpsert) GetScanInternal() bool
func (*CodeScanSettingForUpsert) GetScanPrivate ¶ added in v0.10.0
func (x *CodeScanSettingForUpsert) GetScanPrivate() bool
func (*CodeScanSettingForUpsert) GetScanPublic ¶ added in v0.10.0
func (x *CodeScanSettingForUpsert) GetScanPublic() bool
func (*CodeScanSettingForUpsert) GetStatus ¶ added in v0.10.0
func (x *CodeScanSettingForUpsert) GetStatus() Status
func (*CodeScanSettingForUpsert) GetStatusDetail ¶ added in v0.10.0
func (x *CodeScanSettingForUpsert) GetStatusDetail() string
func (*CodeScanSettingForUpsert) ProtoMessage ¶ added in v0.10.0
func (*CodeScanSettingForUpsert) ProtoMessage()
func (*CodeScanSettingForUpsert) ProtoReflect ¶ added in v0.10.0
func (x *CodeScanSettingForUpsert) ProtoReflect() protoreflect.Message
func (*CodeScanSettingForUpsert) Reset ¶ added in v0.10.0
func (x *CodeScanSettingForUpsert) Reset()
func (*CodeScanSettingForUpsert) String ¶ added in v0.10.0
func (x *CodeScanSettingForUpsert) String() string
func (*CodeScanSettingForUpsert) Validate ¶ added in v0.10.0
func (c *CodeScanSettingForUpsert) Validate() error
Validate CodeScanSettingForUpsert
type CodeServiceClient ¶
type CodeServiceClient interface { // Code DataSource ListDataSource(ctx context.Context, in *ListDataSourceRequest, opts ...grpc.CallOption) (*ListDataSourceResponse, error) // GitHubSetting ListGitHubSetting(ctx context.Context, in *ListGitHubSettingRequest, opts ...grpc.CallOption) (*ListGitHubSettingResponse, error) GetGitHubSetting(ctx context.Context, in *GetGitHubSettingRequest, opts ...grpc.CallOption) (*GetGitHubSettingResponse, error) PutGitHubSetting(ctx context.Context, in *PutGitHubSettingRequest, opts ...grpc.CallOption) (*PutGitHubSettingResponse, error) DeleteGitHubSetting(ctx context.Context, in *DeleteGitHubSettingRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // GitleaksSetting PutGitleaksSetting(ctx context.Context, in *PutGitleaksSettingRequest, opts ...grpc.CallOption) (*PutGitleaksSettingResponse, error) DeleteGitleaksSetting(ctx context.Context, in *DeleteGitleaksSettingRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // GitleaksCache ListGitleaksCache(ctx context.Context, in *ListGitleaksCacheRequest, opts ...grpc.CallOption) (*ListGitleaksCacheResponse, error) GetGitleaksCache(ctx context.Context, in *GetGitleaksCacheRequest, opts ...grpc.CallOption) (*GetGitleaksCacheResponse, error) PutGitleaksCache(ctx context.Context, in *PutGitleaksCacheRequest, opts ...grpc.CallOption) (*PutGitleaksCacheResponse, error) // DependencySetting PutDependencySetting(ctx context.Context, in *PutDependencySettingRequest, opts ...grpc.CallOption) (*PutDependencySettingResponse, error) DeleteDependencySetting(ctx context.Context, in *DeleteDependencySettingRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // CodeScanSetting PutCodeScanSetting(ctx context.Context, in *PutCodeScanSettingRequest, opts ...grpc.CallOption) (*PutCodeScanSettingResponse, error) DeleteCodeScanSetting(ctx context.Context, in *DeleteCodeScanSettingRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Scan InvokeScanGitleaks(ctx context.Context, in *InvokeScanGitleaksRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) InvokeScanDependency(ctx context.Context, in *InvokeScanDependencyRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) InvokeScanCodeScan(ctx context.Context, in *InvokeScanCodeScanRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) InvokeScanAll(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error) }
CodeServiceClient is the client API for CodeService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewCodeServiceClient ¶
func NewCodeServiceClient(cc grpc.ClientConnInterface) CodeServiceClient
type CodeServiceServer ¶
type CodeServiceServer interface { // Code DataSource ListDataSource(context.Context, *ListDataSourceRequest) (*ListDataSourceResponse, error) // GitHubSetting ListGitHubSetting(context.Context, *ListGitHubSettingRequest) (*ListGitHubSettingResponse, error) GetGitHubSetting(context.Context, *GetGitHubSettingRequest) (*GetGitHubSettingResponse, error) PutGitHubSetting(context.Context, *PutGitHubSettingRequest) (*PutGitHubSettingResponse, error) DeleteGitHubSetting(context.Context, *DeleteGitHubSettingRequest) (*emptypb.Empty, error) // GitleaksSetting PutGitleaksSetting(context.Context, *PutGitleaksSettingRequest) (*PutGitleaksSettingResponse, error) DeleteGitleaksSetting(context.Context, *DeleteGitleaksSettingRequest) (*emptypb.Empty, error) // GitleaksCache ListGitleaksCache(context.Context, *ListGitleaksCacheRequest) (*ListGitleaksCacheResponse, error) GetGitleaksCache(context.Context, *GetGitleaksCacheRequest) (*GetGitleaksCacheResponse, error) PutGitleaksCache(context.Context, *PutGitleaksCacheRequest) (*PutGitleaksCacheResponse, error) // DependencySetting PutDependencySetting(context.Context, *PutDependencySettingRequest) (*PutDependencySettingResponse, error) DeleteDependencySetting(context.Context, *DeleteDependencySettingRequest) (*emptypb.Empty, error) // CodeScanSetting PutCodeScanSetting(context.Context, *PutCodeScanSettingRequest) (*PutCodeScanSettingResponse, error) DeleteCodeScanSetting(context.Context, *DeleteCodeScanSettingRequest) (*emptypb.Empty, error) // Scan InvokeScanGitleaks(context.Context, *InvokeScanGitleaksRequest) (*emptypb.Empty, error) InvokeScanDependency(context.Context, *InvokeScanDependencyRequest) (*emptypb.Empty, error) InvokeScanCodeScan(context.Context, *InvokeScanCodeScanRequest) (*emptypb.Empty, error) InvokeScanAll(context.Context, *emptypb.Empty) (*emptypb.Empty, error) }
CodeServiceServer is the server API for CodeService service.
type DeleteCodeScanSettingRequest ¶ added in v0.10.0
type DeleteCodeScanSettingRequest struct { ProjectId uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` GithubSettingId uint32 `protobuf:"varint,2,opt,name=github_setting_id,json=githubSettingId,proto3" json:"github_setting_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteCodeScanSettingRequest) Descriptor
deprecated
added in
v0.10.0
func (*DeleteCodeScanSettingRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteCodeScanSettingRequest.ProtoReflect.Descriptor instead.
func (*DeleteCodeScanSettingRequest) GetGithubSettingId ¶ added in v0.10.0
func (x *DeleteCodeScanSettingRequest) GetGithubSettingId() uint32
func (*DeleteCodeScanSettingRequest) GetProjectId ¶ added in v0.10.0
func (x *DeleteCodeScanSettingRequest) GetProjectId() uint32
func (*DeleteCodeScanSettingRequest) ProtoMessage ¶ added in v0.10.0
func (*DeleteCodeScanSettingRequest) ProtoMessage()
func (*DeleteCodeScanSettingRequest) ProtoReflect ¶ added in v0.10.0
func (x *DeleteCodeScanSettingRequest) ProtoReflect() protoreflect.Message
func (*DeleteCodeScanSettingRequest) Reset ¶ added in v0.10.0
func (x *DeleteCodeScanSettingRequest) Reset()
func (*DeleteCodeScanSettingRequest) String ¶ added in v0.10.0
func (x *DeleteCodeScanSettingRequest) String() string
func (*DeleteCodeScanSettingRequest) Validate ¶ added in v0.10.0
func (d *DeleteCodeScanSettingRequest) Validate() error
Validate DeleteCodeScanSettingRequest
type DeleteDependencySettingRequest ¶ added in v0.4.0
type DeleteDependencySettingRequest struct { ProjectId uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` GithubSettingId uint32 `protobuf:"varint,2,opt,name=github_setting_id,json=githubSettingId,proto3" json:"github_setting_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteDependencySettingRequest) Descriptor
deprecated
added in
v0.4.0
func (*DeleteDependencySettingRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDependencySettingRequest.ProtoReflect.Descriptor instead.
func (*DeleteDependencySettingRequest) GetGithubSettingId ¶ added in v0.4.0
func (x *DeleteDependencySettingRequest) GetGithubSettingId() uint32
func (*DeleteDependencySettingRequest) GetProjectId ¶ added in v0.4.0
func (x *DeleteDependencySettingRequest) GetProjectId() uint32
func (*DeleteDependencySettingRequest) ProtoMessage ¶ added in v0.4.0
func (*DeleteDependencySettingRequest) ProtoMessage()
func (*DeleteDependencySettingRequest) ProtoReflect ¶ added in v0.4.0
func (x *DeleteDependencySettingRequest) ProtoReflect() protoreflect.Message
func (*DeleteDependencySettingRequest) Reset ¶ added in v0.4.0
func (x *DeleteDependencySettingRequest) Reset()
func (*DeleteDependencySettingRequest) String ¶ added in v0.4.0
func (x *DeleteDependencySettingRequest) String() string
func (*DeleteDependencySettingRequest) Validate ¶ added in v0.4.0
func (d *DeleteDependencySettingRequest) Validate() error
Validate DeleteDependencySettingRequest
type DeleteGitHubSettingRequest ¶ added in v0.4.0
type DeleteGitHubSettingRequest struct { ProjectId uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` GithubSettingId uint32 `protobuf:"varint,2,opt,name=github_setting_id,json=githubSettingId,proto3" json:"github_setting_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteGitHubSettingRequest) Descriptor
deprecated
added in
v0.4.0
func (*DeleteGitHubSettingRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteGitHubSettingRequest.ProtoReflect.Descriptor instead.
func (*DeleteGitHubSettingRequest) GetGithubSettingId ¶ added in v0.4.0
func (x *DeleteGitHubSettingRequest) GetGithubSettingId() uint32
func (*DeleteGitHubSettingRequest) GetProjectId ¶ added in v0.4.0
func (x *DeleteGitHubSettingRequest) GetProjectId() uint32
func (*DeleteGitHubSettingRequest) ProtoMessage ¶ added in v0.4.0
func (*DeleteGitHubSettingRequest) ProtoMessage()
func (*DeleteGitHubSettingRequest) ProtoReflect ¶ added in v0.4.0
func (x *DeleteGitHubSettingRequest) ProtoReflect() protoreflect.Message
func (*DeleteGitHubSettingRequest) Reset ¶ added in v0.4.0
func (x *DeleteGitHubSettingRequest) Reset()
func (*DeleteGitHubSettingRequest) String ¶ added in v0.4.0
func (x *DeleteGitHubSettingRequest) String() string
func (*DeleteGitHubSettingRequest) Validate ¶ added in v0.4.0
func (d *DeleteGitHubSettingRequest) Validate() error
Validate DeleteGitHubSettingRequest
type DeleteGitleaksSettingRequest ¶ added in v0.4.0
type DeleteGitleaksSettingRequest struct { ProjectId uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` GithubSettingId uint32 `protobuf:"varint,2,opt,name=github_setting_id,json=githubSettingId,proto3" json:"github_setting_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteGitleaksSettingRequest) Descriptor
deprecated
added in
v0.4.0
func (*DeleteGitleaksSettingRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteGitleaksSettingRequest.ProtoReflect.Descriptor instead.
func (*DeleteGitleaksSettingRequest) GetGithubSettingId ¶ added in v0.4.0
func (x *DeleteGitleaksSettingRequest) GetGithubSettingId() uint32
func (*DeleteGitleaksSettingRequest) GetProjectId ¶ added in v0.4.0
func (x *DeleteGitleaksSettingRequest) GetProjectId() uint32
func (*DeleteGitleaksSettingRequest) ProtoMessage ¶ added in v0.4.0
func (*DeleteGitleaksSettingRequest) ProtoMessage()
func (*DeleteGitleaksSettingRequest) ProtoReflect ¶ added in v0.4.0
func (x *DeleteGitleaksSettingRequest) ProtoReflect() protoreflect.Message
func (*DeleteGitleaksSettingRequest) Reset ¶ added in v0.4.0
func (x *DeleteGitleaksSettingRequest) Reset()
func (*DeleteGitleaksSettingRequest) String ¶ added in v0.4.0
func (x *DeleteGitleaksSettingRequest) String() string
func (*DeleteGitleaksSettingRequest) Validate ¶ added in v0.4.0
func (d *DeleteGitleaksSettingRequest) Validate() error
Validate DeleteGitleaksSettingRequest
type DependencySetting ¶ added in v0.4.0
type DependencySetting struct { GithubSettingId uint32 `protobuf:"varint,1,opt,name=github_setting_id,json=githubSettingId,proto3" json:"github_setting_id,omitempty"` ProjectId uint32 `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` CodeDataSourceId uint32 `protobuf:"varint,3,opt,name=code_data_source_id,json=codeDataSourceId,proto3" json:"code_data_source_id,omitempty"` Status Status `protobuf:"varint,4,opt,name=status,proto3,enum=datasource.code.Status" json:"status,omitempty"` StatusDetail string `protobuf:"bytes,5,opt,name=status_detail,json=statusDetail,proto3" json:"status_detail,omitempty"` ScanAt int64 `protobuf:"varint,6,opt,name=scan_at,json=scanAt,proto3" json:"scan_at,omitempty"` CreatedAt int64 `protobuf:"varint,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt int64 `protobuf:"varint,8,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // contains filtered or unexported fields }
DependencySetting
func (*DependencySetting) Descriptor
deprecated
added in
v0.4.0
func (*DependencySetting) Descriptor() ([]byte, []int)
Deprecated: Use DependencySetting.ProtoReflect.Descriptor instead.
func (*DependencySetting) GetCodeDataSourceId ¶ added in v0.4.0
func (x *DependencySetting) GetCodeDataSourceId() uint32
func (*DependencySetting) GetCreatedAt ¶ added in v0.4.0
func (x *DependencySetting) GetCreatedAt() int64
func (*DependencySetting) GetGithubSettingId ¶ added in v0.4.0
func (x *DependencySetting) GetGithubSettingId() uint32
func (*DependencySetting) GetProjectId ¶ added in v0.4.0
func (x *DependencySetting) GetProjectId() uint32
func (*DependencySetting) GetScanAt ¶ added in v0.4.0
func (x *DependencySetting) GetScanAt() int64
func (*DependencySetting) GetStatus ¶ added in v0.4.0
func (x *DependencySetting) GetStatus() Status
func (*DependencySetting) GetStatusDetail ¶ added in v0.4.0
func (x *DependencySetting) GetStatusDetail() string
func (*DependencySetting) GetUpdatedAt ¶ added in v0.4.0
func (x *DependencySetting) GetUpdatedAt() int64
func (*DependencySetting) ProtoMessage ¶ added in v0.4.0
func (*DependencySetting) ProtoMessage()
func (*DependencySetting) ProtoReflect ¶ added in v0.4.0
func (x *DependencySetting) ProtoReflect() protoreflect.Message
func (*DependencySetting) Reset ¶ added in v0.4.0
func (x *DependencySetting) Reset()
func (*DependencySetting) String ¶ added in v0.4.0
func (x *DependencySetting) String() string
type DependencySettingForUpsert ¶ added in v0.4.0
type DependencySettingForUpsert struct { GithubSettingId uint32 `protobuf:"varint,1,opt,name=github_setting_id,json=githubSettingId,proto3" json:"github_setting_id,omitempty"` ProjectId uint32 `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` CodeDataSourceId uint32 `protobuf:"varint,3,opt,name=code_data_source_id,json=codeDataSourceId,proto3" json:"code_data_source_id,omitempty"` Status Status `protobuf:"varint,4,opt,name=status,proto3,enum=datasource.code.Status" json:"status,omitempty"` StatusDetail string `protobuf:"bytes,5,opt,name=status_detail,json=statusDetail,proto3" json:"status_detail,omitempty"` ScanAt int64 `protobuf:"varint,6,opt,name=scan_at,json=scanAt,proto3" json:"scan_at,omitempty"` // contains filtered or unexported fields }
DependencySettingForUpsert
func (*DependencySettingForUpsert) Descriptor
deprecated
added in
v0.4.0
func (*DependencySettingForUpsert) Descriptor() ([]byte, []int)
Deprecated: Use DependencySettingForUpsert.ProtoReflect.Descriptor instead.
func (*DependencySettingForUpsert) GetCodeDataSourceId ¶ added in v0.4.0
func (x *DependencySettingForUpsert) GetCodeDataSourceId() uint32
func (*DependencySettingForUpsert) GetGithubSettingId ¶ added in v0.4.0
func (x *DependencySettingForUpsert) GetGithubSettingId() uint32
func (*DependencySettingForUpsert) GetProjectId ¶ added in v0.4.0
func (x *DependencySettingForUpsert) GetProjectId() uint32
func (*DependencySettingForUpsert) GetScanAt ¶ added in v0.4.0
func (x *DependencySettingForUpsert) GetScanAt() int64
func (*DependencySettingForUpsert) GetStatus ¶ added in v0.4.0
func (x *DependencySettingForUpsert) GetStatus() Status
func (*DependencySettingForUpsert) GetStatusDetail ¶ added in v0.4.0
func (x *DependencySettingForUpsert) GetStatusDetail() string
func (*DependencySettingForUpsert) ProtoMessage ¶ added in v0.4.0
func (*DependencySettingForUpsert) ProtoMessage()
func (*DependencySettingForUpsert) ProtoReflect ¶ added in v0.4.0
func (x *DependencySettingForUpsert) ProtoReflect() protoreflect.Message
func (*DependencySettingForUpsert) Reset ¶ added in v0.4.0
func (x *DependencySettingForUpsert) Reset()
func (*DependencySettingForUpsert) String ¶ added in v0.4.0
func (x *DependencySettingForUpsert) String() string
func (*DependencySettingForUpsert) Validate ¶ added in v0.4.0
func (g *DependencySettingForUpsert) Validate() error
Validate DependencySettingForUpsert
type GetGitHubSettingRequest ¶ added in v0.4.0
type GetGitHubSettingRequest struct { ProjectId uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` GithubSettingId uint32 `protobuf:"varint,2,opt,name=github_setting_id,json=githubSettingId,proto3" json:"github_setting_id,omitempty"` // contains filtered or unexported fields }
func (*GetGitHubSettingRequest) Descriptor
deprecated
added in
v0.4.0
func (*GetGitHubSettingRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetGitHubSettingRequest.ProtoReflect.Descriptor instead.
func (*GetGitHubSettingRequest) GetGithubSettingId ¶ added in v0.4.0
func (x *GetGitHubSettingRequest) GetGithubSettingId() uint32
func (*GetGitHubSettingRequest) GetProjectId ¶ added in v0.4.0
func (x *GetGitHubSettingRequest) GetProjectId() uint32
func (*GetGitHubSettingRequest) ProtoMessage ¶ added in v0.4.0
func (*GetGitHubSettingRequest) ProtoMessage()
func (*GetGitHubSettingRequest) ProtoReflect ¶ added in v0.4.0
func (x *GetGitHubSettingRequest) ProtoReflect() protoreflect.Message
func (*GetGitHubSettingRequest) Reset ¶ added in v0.4.0
func (x *GetGitHubSettingRequest) Reset()
func (*GetGitHubSettingRequest) String ¶ added in v0.4.0
func (x *GetGitHubSettingRequest) String() string
func (*GetGitHubSettingRequest) Validate ¶ added in v0.4.0
func (l *GetGitHubSettingRequest) Validate() error
Validate GetGitHubSettingRequest
type GetGitHubSettingResponse ¶ added in v0.4.0
type GetGitHubSettingResponse struct { GithubSetting *GitHubSetting `protobuf:"bytes,1,opt,name=github_setting,json=githubSetting,proto3" json:"github_setting,omitempty"` // contains filtered or unexported fields }
func (*GetGitHubSettingResponse) Descriptor
deprecated
added in
v0.4.0
func (*GetGitHubSettingResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetGitHubSettingResponse.ProtoReflect.Descriptor instead.
func (*GetGitHubSettingResponse) GetGithubSetting ¶ added in v0.4.0
func (x *GetGitHubSettingResponse) GetGithubSetting() *GitHubSetting
func (*GetGitHubSettingResponse) ProtoMessage ¶ added in v0.4.0
func (*GetGitHubSettingResponse) ProtoMessage()
func (*GetGitHubSettingResponse) ProtoReflect ¶ added in v0.4.0
func (x *GetGitHubSettingResponse) ProtoReflect() protoreflect.Message
func (*GetGitHubSettingResponse) Reset ¶ added in v0.4.0
func (x *GetGitHubSettingResponse) Reset()
func (*GetGitHubSettingResponse) String ¶ added in v0.4.0
func (x *GetGitHubSettingResponse) String() string
type GetGitleaksCacheRequest ¶ added in v0.5.0
type GetGitleaksCacheRequest struct { ProjectId uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` GithubSettingId uint32 `protobuf:"varint,2,opt,name=github_setting_id,json=githubSettingId,proto3" json:"github_setting_id,omitempty"` RepositoryFullName string `protobuf:"bytes,3,opt,name=repository_full_name,json=repositoryFullName,proto3" json:"repository_full_name,omitempty"` // contains filtered or unexported fields }
func (*GetGitleaksCacheRequest) Descriptor
deprecated
added in
v0.5.0
func (*GetGitleaksCacheRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetGitleaksCacheRequest.ProtoReflect.Descriptor instead.
func (*GetGitleaksCacheRequest) GetGithubSettingId ¶ added in v0.5.0
func (x *GetGitleaksCacheRequest) GetGithubSettingId() uint32
func (*GetGitleaksCacheRequest) GetProjectId ¶ added in v0.5.0
func (x *GetGitleaksCacheRequest) GetProjectId() uint32
func (*GetGitleaksCacheRequest) GetRepositoryFullName ¶ added in v0.5.0
func (x *GetGitleaksCacheRequest) GetRepositoryFullName() string
func (*GetGitleaksCacheRequest) ProtoMessage ¶ added in v0.5.0
func (*GetGitleaksCacheRequest) ProtoMessage()
func (*GetGitleaksCacheRequest) ProtoReflect ¶ added in v0.5.0
func (x *GetGitleaksCacheRequest) ProtoReflect() protoreflect.Message
func (*GetGitleaksCacheRequest) Reset ¶ added in v0.5.0
func (x *GetGitleaksCacheRequest) Reset()
func (*GetGitleaksCacheRequest) String ¶ added in v0.5.0
func (x *GetGitleaksCacheRequest) String() string
func (*GetGitleaksCacheRequest) Validate ¶ added in v0.5.0
func (g *GetGitleaksCacheRequest) Validate() error
Validate GetGitleaksCacheRequest
type GetGitleaksCacheResponse ¶ added in v0.5.0
type GetGitleaksCacheResponse struct { GitleaksCache *GitleaksCache `protobuf:"bytes,1,opt,name=gitleaks_cache,json=gitleaksCache,proto3" json:"gitleaks_cache,omitempty"` // contains filtered or unexported fields }
func (*GetGitleaksCacheResponse) Descriptor
deprecated
added in
v0.5.0
func (*GetGitleaksCacheResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetGitleaksCacheResponse.ProtoReflect.Descriptor instead.
func (*GetGitleaksCacheResponse) GetGitleaksCache ¶ added in v0.5.0
func (x *GetGitleaksCacheResponse) GetGitleaksCache() *GitleaksCache
func (*GetGitleaksCacheResponse) ProtoMessage ¶ added in v0.5.0
func (*GetGitleaksCacheResponse) ProtoMessage()
func (*GetGitleaksCacheResponse) ProtoReflect ¶ added in v0.5.0
func (x *GetGitleaksCacheResponse) ProtoReflect() protoreflect.Message
func (*GetGitleaksCacheResponse) Reset ¶ added in v0.5.0
func (x *GetGitleaksCacheResponse) Reset()
func (*GetGitleaksCacheResponse) String ¶ added in v0.5.0
func (x *GetGitleaksCacheResponse) String() string
type GitHubSetting ¶ added in v0.4.0
type GitHubSetting struct { GithubSettingId uint32 `protobuf:"varint,1,opt,name=github_setting_id,json=githubSettingId,proto3" json:"github_setting_id,omitempty"` ProjectId uint32 `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` GithubUser string `protobuf:"bytes,4,opt,name=github_user,json=githubUser,proto3" json:"github_user,omitempty"` PersonalAccessToken string `protobuf:"bytes,5,opt,name=personal_access_token,json=personalAccessToken,proto3" json:"personal_access_token,omitempty"` Type Type `protobuf:"varint,6,opt,name=type,proto3,enum=datasource.code.Type" json:"type,omitempty"` BaseUrl string `protobuf:"bytes,7,opt,name=base_url,json=baseUrl,proto3" json:"base_url,omitempty"` TargetResource string `protobuf:"bytes,8,opt,name=target_resource,json=targetResource,proto3" json:"target_resource,omitempty"` CreatedAt int64 `protobuf:"varint,9,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt int64 `protobuf:"varint,10,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` GitleaksSetting *GitleaksSetting `protobuf:"bytes,11,opt,name=gitleaks_setting,json=gitleaksSetting,proto3" json:"gitleaks_setting,omitempty"` DependencySetting *DependencySetting `protobuf:"bytes,12,opt,name=dependency_setting,json=dependencySetting,proto3" json:"dependency_setting,omitempty"` CodeScanSetting *CodeScanSetting `protobuf:"bytes,13,opt,name=code_scan_setting,json=codeScanSetting,proto3" json:"code_scan_setting,omitempty"` // contains filtered or unexported fields }
GitHubSetting
func (*GitHubSetting) Descriptor
deprecated
added in
v0.4.0
func (*GitHubSetting) Descriptor() ([]byte, []int)
Deprecated: Use GitHubSetting.ProtoReflect.Descriptor instead.
func (*GitHubSetting) GetBaseUrl ¶ added in v0.4.0
func (x *GitHubSetting) GetBaseUrl() string
func (*GitHubSetting) GetCodeScanSetting ¶ added in v0.10.0
func (x *GitHubSetting) GetCodeScanSetting() *CodeScanSetting
func (*GitHubSetting) GetCreatedAt ¶ added in v0.4.0
func (x *GitHubSetting) GetCreatedAt() int64
func (*GitHubSetting) GetDependencySetting ¶ added in v0.4.0
func (x *GitHubSetting) GetDependencySetting() *DependencySetting
func (*GitHubSetting) GetGithubSettingId ¶ added in v0.4.0
func (x *GitHubSetting) GetGithubSettingId() uint32
func (*GitHubSetting) GetGithubUser ¶ added in v0.4.0
func (x *GitHubSetting) GetGithubUser() string
func (*GitHubSetting) GetGitleaksSetting ¶ added in v0.4.0
func (x *GitHubSetting) GetGitleaksSetting() *GitleaksSetting
func (*GitHubSetting) GetName ¶ added in v0.4.0
func (x *GitHubSetting) GetName() string
func (*GitHubSetting) GetPersonalAccessToken ¶ added in v0.4.0
func (x *GitHubSetting) GetPersonalAccessToken() string
func (*GitHubSetting) GetProjectId ¶ added in v0.4.0
func (x *GitHubSetting) GetProjectId() uint32
func (*GitHubSetting) GetTargetResource ¶ added in v0.4.0
func (x *GitHubSetting) GetTargetResource() string
func (*GitHubSetting) GetType ¶ added in v0.4.0
func (x *GitHubSetting) GetType() Type
func (*GitHubSetting) GetUpdatedAt ¶ added in v0.4.0
func (x *GitHubSetting) GetUpdatedAt() int64
func (*GitHubSetting) ProtoMessage ¶ added in v0.4.0
func (*GitHubSetting) ProtoMessage()
func (*GitHubSetting) ProtoReflect ¶ added in v0.4.0
func (x *GitHubSetting) ProtoReflect() protoreflect.Message
func (*GitHubSetting) Reset ¶ added in v0.4.0
func (x *GitHubSetting) Reset()
func (*GitHubSetting) String ¶ added in v0.4.0
func (x *GitHubSetting) String() string
type GitHubSettingForUpsert ¶ added in v0.4.0
type GitHubSettingForUpsert struct { GithubSettingId uint32 `protobuf:"varint,1,opt,name=github_setting_id,json=githubSettingId,proto3" json:"github_setting_id,omitempty"` ProjectId uint32 `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` GithubUser string `protobuf:"bytes,4,opt,name=github_user,json=githubUser,proto3" json:"github_user,omitempty"` PersonalAccessToken string `protobuf:"bytes,5,opt,name=personal_access_token,json=personalAccessToken,proto3" json:"personal_access_token,omitempty"` Type Type `protobuf:"varint,6,opt,name=type,proto3,enum=datasource.code.Type" json:"type,omitempty"` BaseUrl string `protobuf:"bytes,7,opt,name=base_url,json=baseUrl,proto3" json:"base_url,omitempty"` TargetResource string `protobuf:"bytes,8,opt,name=target_resource,json=targetResource,proto3" json:"target_resource,omitempty"` // contains filtered or unexported fields }
GitHubSettingForUpsert
func (*GitHubSettingForUpsert) Descriptor
deprecated
added in
v0.4.0
func (*GitHubSettingForUpsert) Descriptor() ([]byte, []int)
Deprecated: Use GitHubSettingForUpsert.ProtoReflect.Descriptor instead.
func (*GitHubSettingForUpsert) GetBaseUrl ¶ added in v0.4.0
func (x *GitHubSettingForUpsert) GetBaseUrl() string
func (*GitHubSettingForUpsert) GetGithubSettingId ¶ added in v0.4.0
func (x *GitHubSettingForUpsert) GetGithubSettingId() uint32
func (*GitHubSettingForUpsert) GetGithubUser ¶ added in v0.4.0
func (x *GitHubSettingForUpsert) GetGithubUser() string
func (*GitHubSettingForUpsert) GetName ¶ added in v0.4.0
func (x *GitHubSettingForUpsert) GetName() string
func (*GitHubSettingForUpsert) GetPersonalAccessToken ¶ added in v0.4.0
func (x *GitHubSettingForUpsert) GetPersonalAccessToken() string
func (*GitHubSettingForUpsert) GetProjectId ¶ added in v0.4.0
func (x *GitHubSettingForUpsert) GetProjectId() uint32
func (*GitHubSettingForUpsert) GetTargetResource ¶ added in v0.4.0
func (x *GitHubSettingForUpsert) GetTargetResource() string
func (*GitHubSettingForUpsert) GetType ¶ added in v0.4.0
func (x *GitHubSettingForUpsert) GetType() Type
func (*GitHubSettingForUpsert) ProtoMessage ¶ added in v0.4.0
func (*GitHubSettingForUpsert) ProtoMessage()
func (*GitHubSettingForUpsert) ProtoReflect ¶ added in v0.4.0
func (x *GitHubSettingForUpsert) ProtoReflect() protoreflect.Message
func (*GitHubSettingForUpsert) Reset ¶ added in v0.4.0
func (x *GitHubSettingForUpsert) Reset()
func (*GitHubSettingForUpsert) String ¶ added in v0.4.0
func (x *GitHubSettingForUpsert) String() string
func (*GitHubSettingForUpsert) Validate ¶ added in v0.4.0
func (g *GitHubSettingForUpsert) Validate() error
Validate GitHubSettingForUpsert
type GitleaksCache ¶ added in v0.5.0
type GitleaksCache struct { GithubSettingId uint32 `protobuf:"varint,1,opt,name=github_setting_id,json=githubSettingId,proto3" json:"github_setting_id,omitempty"` RepositoryFullName string `protobuf:"bytes,2,opt,name=repository_full_name,json=repositoryFullName,proto3" json:"repository_full_name,omitempty"` ScanAt int64 `protobuf:"varint,3,opt,name=scan_at,json=scanAt,proto3" json:"scan_at,omitempty"` CreatedAt int64 `protobuf:"varint,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt int64 `protobuf:"varint,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // contains filtered or unexported fields }
GitleaksCache
func (*GitleaksCache) Descriptor
deprecated
added in
v0.5.0
func (*GitleaksCache) Descriptor() ([]byte, []int)
Deprecated: Use GitleaksCache.ProtoReflect.Descriptor instead.
func (*GitleaksCache) GetCreatedAt ¶ added in v0.5.0
func (x *GitleaksCache) GetCreatedAt() int64
func (*GitleaksCache) GetGithubSettingId ¶ added in v0.5.0
func (x *GitleaksCache) GetGithubSettingId() uint32
func (*GitleaksCache) GetRepositoryFullName ¶ added in v0.5.0
func (x *GitleaksCache) GetRepositoryFullName() string
func (*GitleaksCache) GetScanAt ¶ added in v0.5.0
func (x *GitleaksCache) GetScanAt() int64
func (*GitleaksCache) GetUpdatedAt ¶ added in v0.5.0
func (x *GitleaksCache) GetUpdatedAt() int64
func (*GitleaksCache) ProtoMessage ¶ added in v0.5.0
func (*GitleaksCache) ProtoMessage()
func (*GitleaksCache) ProtoReflect ¶ added in v0.5.0
func (x *GitleaksCache) ProtoReflect() protoreflect.Message
func (*GitleaksCache) Reset ¶ added in v0.5.0
func (x *GitleaksCache) Reset()
func (*GitleaksCache) String ¶ added in v0.5.0
func (x *GitleaksCache) String() string
type GitleaksCacheForUpsert ¶ added in v0.5.0
type GitleaksCacheForUpsert struct { GithubSettingId uint32 `protobuf:"varint,1,opt,name=github_setting_id,json=githubSettingId,proto3" json:"github_setting_id,omitempty"` RepositoryFullName string `protobuf:"bytes,2,opt,name=repository_full_name,json=repositoryFullName,proto3" json:"repository_full_name,omitempty"` ScanAt int64 `protobuf:"varint,3,opt,name=scan_at,json=scanAt,proto3" json:"scan_at,omitempty"` // contains filtered or unexported fields }
GitleaksCacheForUpsert
func (*GitleaksCacheForUpsert) Descriptor
deprecated
added in
v0.5.0
func (*GitleaksCacheForUpsert) Descriptor() ([]byte, []int)
Deprecated: Use GitleaksCacheForUpsert.ProtoReflect.Descriptor instead.
func (*GitleaksCacheForUpsert) GetGithubSettingId ¶ added in v0.5.0
func (x *GitleaksCacheForUpsert) GetGithubSettingId() uint32
func (*GitleaksCacheForUpsert) GetRepositoryFullName ¶ added in v0.5.0
func (x *GitleaksCacheForUpsert) GetRepositoryFullName() string
func (*GitleaksCacheForUpsert) GetScanAt ¶ added in v0.5.0
func (x *GitleaksCacheForUpsert) GetScanAt() int64
func (*GitleaksCacheForUpsert) ProtoMessage ¶ added in v0.5.0
func (*GitleaksCacheForUpsert) ProtoMessage()
func (*GitleaksCacheForUpsert) ProtoReflect ¶ added in v0.5.0
func (x *GitleaksCacheForUpsert) ProtoReflect() protoreflect.Message
func (*GitleaksCacheForUpsert) Reset ¶ added in v0.5.0
func (x *GitleaksCacheForUpsert) Reset()
func (*GitleaksCacheForUpsert) String ¶ added in v0.5.0
func (x *GitleaksCacheForUpsert) String() string
func (*GitleaksCacheForUpsert) Validate ¶ added in v0.5.0
func (g *GitleaksCacheForUpsert) Validate() error
Validate GitleaksCacheForUpsert
type GitleaksSetting ¶ added in v0.4.0
type GitleaksSetting struct { GithubSettingId uint32 `protobuf:"varint,1,opt,name=github_setting_id,json=githubSettingId,proto3" json:"github_setting_id,omitempty"` ProjectId uint32 `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` CodeDataSourceId uint32 `protobuf:"varint,3,opt,name=code_data_source_id,json=codeDataSourceId,proto3" json:"code_data_source_id,omitempty"` RepositoryPattern string `protobuf:"bytes,4,opt,name=repository_pattern,json=repositoryPattern,proto3" json:"repository_pattern,omitempty"` ScanPublic bool `protobuf:"varint,5,opt,name=scan_public,json=scanPublic,proto3" json:"scan_public,omitempty"` ScanInternal bool `protobuf:"varint,6,opt,name=scan_internal,json=scanInternal,proto3" json:"scan_internal,omitempty"` ScanPrivate bool `protobuf:"varint,7,opt,name=scan_private,json=scanPrivate,proto3" json:"scan_private,omitempty"` Status Status `protobuf:"varint,8,opt,name=status,proto3,enum=datasource.code.Status" json:"status,omitempty"` StatusDetail string `protobuf:"bytes,9,opt,name=status_detail,json=statusDetail,proto3" json:"status_detail,omitempty"` ScanAt int64 `protobuf:"varint,10,opt,name=scan_at,json=scanAt,proto3" json:"scan_at,omitempty"` CreatedAt int64 `protobuf:"varint,11,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt int64 `protobuf:"varint,12,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // contains filtered or unexported fields }
GitleaksSetting
func (*GitleaksSetting) Descriptor
deprecated
added in
v0.4.0
func (*GitleaksSetting) Descriptor() ([]byte, []int)
Deprecated: Use GitleaksSetting.ProtoReflect.Descriptor instead.
func (*GitleaksSetting) GetCodeDataSourceId ¶ added in v0.4.0
func (x *GitleaksSetting) GetCodeDataSourceId() uint32
func (*GitleaksSetting) GetCreatedAt ¶ added in v0.4.0
func (x *GitleaksSetting) GetCreatedAt() int64
func (*GitleaksSetting) GetGithubSettingId ¶ added in v0.4.0
func (x *GitleaksSetting) GetGithubSettingId() uint32
func (*GitleaksSetting) GetProjectId ¶ added in v0.4.0
func (x *GitleaksSetting) GetProjectId() uint32
func (*GitleaksSetting) GetRepositoryPattern ¶ added in v0.4.0
func (x *GitleaksSetting) GetRepositoryPattern() string
func (*GitleaksSetting) GetScanAt ¶ added in v0.4.0
func (x *GitleaksSetting) GetScanAt() int64
func (*GitleaksSetting) GetScanInternal ¶ added in v0.4.0
func (x *GitleaksSetting) GetScanInternal() bool
func (*GitleaksSetting) GetScanPrivate ¶ added in v0.4.0
func (x *GitleaksSetting) GetScanPrivate() bool
func (*GitleaksSetting) GetScanPublic ¶ added in v0.4.0
func (x *GitleaksSetting) GetScanPublic() bool
func (*GitleaksSetting) GetStatus ¶ added in v0.4.0
func (x *GitleaksSetting) GetStatus() Status
func (*GitleaksSetting) GetStatusDetail ¶ added in v0.4.0
func (x *GitleaksSetting) GetStatusDetail() string
func (*GitleaksSetting) GetUpdatedAt ¶ added in v0.4.0
func (x *GitleaksSetting) GetUpdatedAt() int64
func (*GitleaksSetting) ProtoMessage ¶ added in v0.4.0
func (*GitleaksSetting) ProtoMessage()
func (*GitleaksSetting) ProtoReflect ¶ added in v0.4.0
func (x *GitleaksSetting) ProtoReflect() protoreflect.Message
func (*GitleaksSetting) Reset ¶ added in v0.4.0
func (x *GitleaksSetting) Reset()
func (*GitleaksSetting) String ¶ added in v0.4.0
func (x *GitleaksSetting) String() string
type GitleaksSettingForUpsert ¶ added in v0.4.0
type GitleaksSettingForUpsert struct { GithubSettingId uint32 `protobuf:"varint,1,opt,name=github_setting_id,json=githubSettingId,proto3" json:"github_setting_id,omitempty"` ProjectId uint32 `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` CodeDataSourceId uint32 `protobuf:"varint,3,opt,name=code_data_source_id,json=codeDataSourceId,proto3" json:"code_data_source_id,omitempty"` RepositoryPattern string `protobuf:"bytes,4,opt,name=repository_pattern,json=repositoryPattern,proto3" json:"repository_pattern,omitempty"` ScanPublic bool `protobuf:"varint,5,opt,name=scan_public,json=scanPublic,proto3" json:"scan_public,omitempty"` ScanInternal bool `protobuf:"varint,6,opt,name=scan_internal,json=scanInternal,proto3" json:"scan_internal,omitempty"` ScanPrivate bool `protobuf:"varint,7,opt,name=scan_private,json=scanPrivate,proto3" json:"scan_private,omitempty"` Status Status `protobuf:"varint,8,opt,name=status,proto3,enum=datasource.code.Status" json:"status,omitempty"` StatusDetail string `protobuf:"bytes,9,opt,name=status_detail,json=statusDetail,proto3" json:"status_detail,omitempty"` ScanAt int64 `protobuf:"varint,10,opt,name=scan_at,json=scanAt,proto3" json:"scan_at,omitempty"` // contains filtered or unexported fields }
GitleaksSettingForUpsert
func (*GitleaksSettingForUpsert) Descriptor
deprecated
added in
v0.4.0
func (*GitleaksSettingForUpsert) Descriptor() ([]byte, []int)
Deprecated: Use GitleaksSettingForUpsert.ProtoReflect.Descriptor instead.
func (*GitleaksSettingForUpsert) GetCodeDataSourceId ¶ added in v0.4.0
func (x *GitleaksSettingForUpsert) GetCodeDataSourceId() uint32
func (*GitleaksSettingForUpsert) GetGithubSettingId ¶ added in v0.4.0
func (x *GitleaksSettingForUpsert) GetGithubSettingId() uint32
func (*GitleaksSettingForUpsert) GetProjectId ¶ added in v0.4.0
func (x *GitleaksSettingForUpsert) GetProjectId() uint32
func (*GitleaksSettingForUpsert) GetRepositoryPattern ¶ added in v0.4.0
func (x *GitleaksSettingForUpsert) GetRepositoryPattern() string
func (*GitleaksSettingForUpsert) GetScanAt ¶ added in v0.4.0
func (x *GitleaksSettingForUpsert) GetScanAt() int64
func (*GitleaksSettingForUpsert) GetScanInternal ¶ added in v0.4.0
func (x *GitleaksSettingForUpsert) GetScanInternal() bool
func (*GitleaksSettingForUpsert) GetScanPrivate ¶ added in v0.4.0
func (x *GitleaksSettingForUpsert) GetScanPrivate() bool
func (*GitleaksSettingForUpsert) GetScanPublic ¶ added in v0.4.0
func (x *GitleaksSettingForUpsert) GetScanPublic() bool
func (*GitleaksSettingForUpsert) GetStatus ¶ added in v0.4.0
func (x *GitleaksSettingForUpsert) GetStatus() Status
func (*GitleaksSettingForUpsert) GetStatusDetail ¶ added in v0.4.0
func (x *GitleaksSettingForUpsert) GetStatusDetail() string
func (*GitleaksSettingForUpsert) ProtoMessage ¶ added in v0.4.0
func (*GitleaksSettingForUpsert) ProtoMessage()
func (*GitleaksSettingForUpsert) ProtoReflect ¶ added in v0.4.0
func (x *GitleaksSettingForUpsert) ProtoReflect() protoreflect.Message
func (*GitleaksSettingForUpsert) Reset ¶ added in v0.4.0
func (x *GitleaksSettingForUpsert) Reset()
func (*GitleaksSettingForUpsert) String ¶ added in v0.4.0
func (x *GitleaksSettingForUpsert) String() string
func (*GitleaksSettingForUpsert) Validate ¶ added in v0.4.0
func (g *GitleaksSettingForUpsert) Validate() error
Validate GitleaksSettingForUpsert
type InvokeScanCodeScanRequest ¶ added in v0.10.0
type InvokeScanCodeScanRequest struct { ProjectId uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` GithubSettingId uint32 `protobuf:"varint,2,opt,name=github_setting_id,json=githubSettingId,proto3" json:"github_setting_id,omitempty"` ScanOnly bool `protobuf:"varint,3,opt,name=scan_only,json=scanOnly,proto3" json:"scan_only,omitempty"` // contains filtered or unexported fields }
func (*InvokeScanCodeScanRequest) Descriptor
deprecated
added in
v0.10.0
func (*InvokeScanCodeScanRequest) Descriptor() ([]byte, []int)
Deprecated: Use InvokeScanCodeScanRequest.ProtoReflect.Descriptor instead.
func (*InvokeScanCodeScanRequest) GetGithubSettingId ¶ added in v0.10.0
func (x *InvokeScanCodeScanRequest) GetGithubSettingId() uint32
func (*InvokeScanCodeScanRequest) GetProjectId ¶ added in v0.10.0
func (x *InvokeScanCodeScanRequest) GetProjectId() uint32
func (*InvokeScanCodeScanRequest) GetScanOnly ¶ added in v0.10.0
func (x *InvokeScanCodeScanRequest) GetScanOnly() bool
func (*InvokeScanCodeScanRequest) ProtoMessage ¶ added in v0.10.0
func (*InvokeScanCodeScanRequest) ProtoMessage()
func (*InvokeScanCodeScanRequest) ProtoReflect ¶ added in v0.10.0
func (x *InvokeScanCodeScanRequest) ProtoReflect() protoreflect.Message
func (*InvokeScanCodeScanRequest) Reset ¶ added in v0.10.0
func (x *InvokeScanCodeScanRequest) Reset()
func (*InvokeScanCodeScanRequest) String ¶ added in v0.10.0
func (x *InvokeScanCodeScanRequest) String() string
func (*InvokeScanCodeScanRequest) Validate ¶ added in v0.10.0
func (i *InvokeScanCodeScanRequest) Validate() error
Validate InvokeScanCodeScanRequest
type InvokeScanDependencyRequest ¶ added in v0.4.0
type InvokeScanDependencyRequest struct { ProjectId uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` GithubSettingId uint32 `protobuf:"varint,2,opt,name=github_setting_id,json=githubSettingId,proto3" json:"github_setting_id,omitempty"` ScanOnly bool `protobuf:"varint,3,opt,name=scan_only,json=scanOnly,proto3" json:"scan_only,omitempty"` // contains filtered or unexported fields }
func (*InvokeScanDependencyRequest) Descriptor
deprecated
added in
v0.4.0
func (*InvokeScanDependencyRequest) Descriptor() ([]byte, []int)
Deprecated: Use InvokeScanDependencyRequest.ProtoReflect.Descriptor instead.
func (*InvokeScanDependencyRequest) GetGithubSettingId ¶ added in v0.4.0
func (x *InvokeScanDependencyRequest) GetGithubSettingId() uint32
func (*InvokeScanDependencyRequest) GetProjectId ¶ added in v0.4.0
func (x *InvokeScanDependencyRequest) GetProjectId() uint32
func (*InvokeScanDependencyRequest) GetScanOnly ¶ added in v0.4.0
func (x *InvokeScanDependencyRequest) GetScanOnly() bool
func (*InvokeScanDependencyRequest) ProtoMessage ¶ added in v0.4.0
func (*InvokeScanDependencyRequest) ProtoMessage()
func (*InvokeScanDependencyRequest) ProtoReflect ¶ added in v0.4.0
func (x *InvokeScanDependencyRequest) ProtoReflect() protoreflect.Message
func (*InvokeScanDependencyRequest) Reset ¶ added in v0.4.0
func (x *InvokeScanDependencyRequest) Reset()
func (*InvokeScanDependencyRequest) String ¶ added in v0.4.0
func (x *InvokeScanDependencyRequest) String() string
func (*InvokeScanDependencyRequest) Validate ¶ added in v0.4.0
func (i *InvokeScanDependencyRequest) Validate() error
Validate InvokeScanRequest
type InvokeScanGitleaksRequest ¶
type InvokeScanGitleaksRequest struct { ProjectId uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` GithubSettingId uint32 `protobuf:"varint,2,opt,name=github_setting_id,json=githubSettingId,proto3" json:"github_setting_id,omitempty"` ScanOnly bool `protobuf:"varint,3,opt,name=scan_only,json=scanOnly,proto3" json:"scan_only,omitempty"` FullScan bool `protobuf:"varint,4,opt,name=full_scan,json=fullScan,proto3" json:"full_scan,omitempty"` // contains filtered or unexported fields }
func (*InvokeScanGitleaksRequest) Descriptor
deprecated
func (*InvokeScanGitleaksRequest) Descriptor() ([]byte, []int)
Deprecated: Use InvokeScanGitleaksRequest.ProtoReflect.Descriptor instead.
func (*InvokeScanGitleaksRequest) GetFullScan ¶ added in v0.5.0
func (x *InvokeScanGitleaksRequest) GetFullScan() bool
func (*InvokeScanGitleaksRequest) GetGithubSettingId ¶ added in v0.4.0
func (x *InvokeScanGitleaksRequest) GetGithubSettingId() uint32
func (*InvokeScanGitleaksRequest) GetProjectId ¶
func (x *InvokeScanGitleaksRequest) GetProjectId() uint32
func (*InvokeScanGitleaksRequest) GetScanOnly ¶
func (x *InvokeScanGitleaksRequest) GetScanOnly() bool
func (*InvokeScanGitleaksRequest) ProtoMessage ¶
func (*InvokeScanGitleaksRequest) ProtoMessage()
func (*InvokeScanGitleaksRequest) ProtoReflect ¶
func (x *InvokeScanGitleaksRequest) ProtoReflect() protoreflect.Message
func (*InvokeScanGitleaksRequest) Reset ¶
func (x *InvokeScanGitleaksRequest) Reset()
func (*InvokeScanGitleaksRequest) String ¶
func (x *InvokeScanGitleaksRequest) String() string
func (*InvokeScanGitleaksRequest) Validate ¶
func (i *InvokeScanGitleaksRequest) Validate() error
Validate InvokeScanRequest
type ListDataSourceRequest ¶
type ListDataSourceRequest struct { CodeDataSourceId uint32 `protobuf:"varint,1,opt,name=code_data_source_id,json=codeDataSourceId,proto3" json:"code_data_source_id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*ListDataSourceRequest) Descriptor
deprecated
func (*ListDataSourceRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListDataSourceRequest.ProtoReflect.Descriptor instead.
func (*ListDataSourceRequest) GetCodeDataSourceId ¶
func (x *ListDataSourceRequest) GetCodeDataSourceId() uint32
func (*ListDataSourceRequest) GetName ¶
func (x *ListDataSourceRequest) GetName() string
func (*ListDataSourceRequest) ProtoMessage ¶
func (*ListDataSourceRequest) ProtoMessage()
func (*ListDataSourceRequest) ProtoReflect ¶
func (x *ListDataSourceRequest) ProtoReflect() protoreflect.Message
func (*ListDataSourceRequest) Reset ¶
func (x *ListDataSourceRequest) Reset()
func (*ListDataSourceRequest) String ¶
func (x *ListDataSourceRequest) String() string
func (*ListDataSourceRequest) Validate ¶
func (l *ListDataSourceRequest) Validate() error
Validate ListDataSourceRequest
type ListDataSourceResponse ¶
type ListDataSourceResponse struct { CodeDataSource []*CodeDataSource `protobuf:"bytes,1,rep,name=code_data_source,json=codeDataSource,proto3" json:"code_data_source,omitempty"` // contains filtered or unexported fields }
func (*ListDataSourceResponse) Descriptor
deprecated
func (*ListDataSourceResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListDataSourceResponse.ProtoReflect.Descriptor instead.
func (*ListDataSourceResponse) GetCodeDataSource ¶
func (x *ListDataSourceResponse) GetCodeDataSource() []*CodeDataSource
func (*ListDataSourceResponse) ProtoMessage ¶
func (*ListDataSourceResponse) ProtoMessage()
func (*ListDataSourceResponse) ProtoReflect ¶
func (x *ListDataSourceResponse) ProtoReflect() protoreflect.Message
func (*ListDataSourceResponse) Reset ¶
func (x *ListDataSourceResponse) Reset()
func (*ListDataSourceResponse) String ¶
func (x *ListDataSourceResponse) String() string
type ListGitHubSettingRequest ¶ added in v0.4.0
type ListGitHubSettingRequest struct { ProjectId uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` GithubSettingId uint32 `protobuf:"varint,2,opt,name=github_setting_id,json=githubSettingId,proto3" json:"github_setting_id,omitempty"` // contains filtered or unexported fields }
func (*ListGitHubSettingRequest) Descriptor
deprecated
added in
v0.4.0
func (*ListGitHubSettingRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListGitHubSettingRequest.ProtoReflect.Descriptor instead.
func (*ListGitHubSettingRequest) GetGithubSettingId ¶ added in v0.4.0
func (x *ListGitHubSettingRequest) GetGithubSettingId() uint32
func (*ListGitHubSettingRequest) GetProjectId ¶ added in v0.4.0
func (x *ListGitHubSettingRequest) GetProjectId() uint32
func (*ListGitHubSettingRequest) ProtoMessage ¶ added in v0.4.0
func (*ListGitHubSettingRequest) ProtoMessage()
func (*ListGitHubSettingRequest) ProtoReflect ¶ added in v0.4.0
func (x *ListGitHubSettingRequest) ProtoReflect() protoreflect.Message
func (*ListGitHubSettingRequest) Reset ¶ added in v0.4.0
func (x *ListGitHubSettingRequest) Reset()
func (*ListGitHubSettingRequest) String ¶ added in v0.4.0
func (x *ListGitHubSettingRequest) String() string
func (*ListGitHubSettingRequest) Validate ¶ added in v0.4.0
func (l *ListGitHubSettingRequest) Validate() error
Validate ListGitHubSettingRequest
type ListGitHubSettingResponse ¶ added in v0.4.0
type ListGitHubSettingResponse struct { GithubSetting []*GitHubSetting `protobuf:"bytes,1,rep,name=github_setting,json=githubSetting,proto3" json:"github_setting,omitempty"` // contains filtered or unexported fields }
func (*ListGitHubSettingResponse) Descriptor
deprecated
added in
v0.4.0
func (*ListGitHubSettingResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListGitHubSettingResponse.ProtoReflect.Descriptor instead.
func (*ListGitHubSettingResponse) GetGithubSetting ¶ added in v0.4.0
func (x *ListGitHubSettingResponse) GetGithubSetting() []*GitHubSetting
func (*ListGitHubSettingResponse) ProtoMessage ¶ added in v0.4.0
func (*ListGitHubSettingResponse) ProtoMessage()
func (*ListGitHubSettingResponse) ProtoReflect ¶ added in v0.4.0
func (x *ListGitHubSettingResponse) ProtoReflect() protoreflect.Message
func (*ListGitHubSettingResponse) Reset ¶ added in v0.4.0
func (x *ListGitHubSettingResponse) Reset()
func (*ListGitHubSettingResponse) String ¶ added in v0.4.0
func (x *ListGitHubSettingResponse) String() string
type ListGitleaksCacheRequest ¶ added in v0.9.0
type ListGitleaksCacheRequest struct { ProjectId uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` GithubSettingId uint32 `protobuf:"varint,2,opt,name=github_setting_id,json=githubSettingId,proto3" json:"github_setting_id,omitempty"` // contains filtered or unexported fields }
func (*ListGitleaksCacheRequest) Descriptor
deprecated
added in
v0.9.0
func (*ListGitleaksCacheRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListGitleaksCacheRequest.ProtoReflect.Descriptor instead.
func (*ListGitleaksCacheRequest) GetGithubSettingId ¶ added in v0.9.0
func (x *ListGitleaksCacheRequest) GetGithubSettingId() uint32
func (*ListGitleaksCacheRequest) GetProjectId ¶ added in v0.9.0
func (x *ListGitleaksCacheRequest) GetProjectId() uint32
func (*ListGitleaksCacheRequest) ProtoMessage ¶ added in v0.9.0
func (*ListGitleaksCacheRequest) ProtoMessage()
func (*ListGitleaksCacheRequest) ProtoReflect ¶ added in v0.9.0
func (x *ListGitleaksCacheRequest) ProtoReflect() protoreflect.Message
func (*ListGitleaksCacheRequest) Reset ¶ added in v0.9.0
func (x *ListGitleaksCacheRequest) Reset()
func (*ListGitleaksCacheRequest) String ¶ added in v0.9.0
func (x *ListGitleaksCacheRequest) String() string
func (*ListGitleaksCacheRequest) Validate ¶ added in v0.9.0
func (g *ListGitleaksCacheRequest) Validate() error
Validate ListGitleaksCacheRequest
type ListGitleaksCacheResponse ¶ added in v0.9.0
type ListGitleaksCacheResponse struct { GitleaksCache []*GitleaksCache `protobuf:"bytes,1,rep,name=gitleaks_cache,json=gitleaksCache,proto3" json:"gitleaks_cache,omitempty"` // contains filtered or unexported fields }
func (*ListGitleaksCacheResponse) Descriptor
deprecated
added in
v0.9.0
func (*ListGitleaksCacheResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListGitleaksCacheResponse.ProtoReflect.Descriptor instead.
func (*ListGitleaksCacheResponse) GetGitleaksCache ¶ added in v0.9.0
func (x *ListGitleaksCacheResponse) GetGitleaksCache() []*GitleaksCache
func (*ListGitleaksCacheResponse) ProtoMessage ¶ added in v0.9.0
func (*ListGitleaksCacheResponse) ProtoMessage()
func (*ListGitleaksCacheResponse) ProtoReflect ¶ added in v0.9.0
func (x *ListGitleaksCacheResponse) ProtoReflect() protoreflect.Message
func (*ListGitleaksCacheResponse) Reset ¶ added in v0.9.0
func (x *ListGitleaksCacheResponse) Reset()
func (*ListGitleaksCacheResponse) String ¶ added in v0.9.0
func (x *ListGitleaksCacheResponse) String() string
type PutCodeScanSettingRequest ¶ added in v0.10.0
type PutCodeScanSettingRequest struct { ProjectId uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` CodeScanSetting *CodeScanSettingForUpsert `protobuf:"bytes,2,opt,name=code_scan_setting,json=codeScanSetting,proto3" json:"code_scan_setting,omitempty"` // contains filtered or unexported fields }
func (*PutCodeScanSettingRequest) Descriptor
deprecated
added in
v0.10.0
func (*PutCodeScanSettingRequest) Descriptor() ([]byte, []int)
Deprecated: Use PutCodeScanSettingRequest.ProtoReflect.Descriptor instead.
func (*PutCodeScanSettingRequest) GetCodeScanSetting ¶ added in v0.10.0
func (x *PutCodeScanSettingRequest) GetCodeScanSetting() *CodeScanSettingForUpsert
func (*PutCodeScanSettingRequest) GetProjectId ¶ added in v0.10.0
func (x *PutCodeScanSettingRequest) GetProjectId() uint32
func (*PutCodeScanSettingRequest) ProtoMessage ¶ added in v0.10.0
func (*PutCodeScanSettingRequest) ProtoMessage()
func (*PutCodeScanSettingRequest) ProtoReflect ¶ added in v0.10.0
func (x *PutCodeScanSettingRequest) ProtoReflect() protoreflect.Message
func (*PutCodeScanSettingRequest) Reset ¶ added in v0.10.0
func (x *PutCodeScanSettingRequest) Reset()
func (*PutCodeScanSettingRequest) String ¶ added in v0.10.0
func (x *PutCodeScanSettingRequest) String() string
func (*PutCodeScanSettingRequest) Validate ¶ added in v0.10.0
func (p *PutCodeScanSettingRequest) Validate() error
Validate PutCodeScanSettingRequest
type PutCodeScanSettingResponse ¶ added in v0.10.0
type PutCodeScanSettingResponse struct { CodeScanSetting *CodeScanSetting `protobuf:"bytes,1,opt,name=code_scan_setting,json=codeScanSetting,proto3" json:"code_scan_setting,omitempty"` // contains filtered or unexported fields }
func (*PutCodeScanSettingResponse) Descriptor
deprecated
added in
v0.10.0
func (*PutCodeScanSettingResponse) Descriptor() ([]byte, []int)
Deprecated: Use PutCodeScanSettingResponse.ProtoReflect.Descriptor instead.
func (*PutCodeScanSettingResponse) GetCodeScanSetting ¶ added in v0.10.0
func (x *PutCodeScanSettingResponse) GetCodeScanSetting() *CodeScanSetting
func (*PutCodeScanSettingResponse) ProtoMessage ¶ added in v0.10.0
func (*PutCodeScanSettingResponse) ProtoMessage()
func (*PutCodeScanSettingResponse) ProtoReflect ¶ added in v0.10.0
func (x *PutCodeScanSettingResponse) ProtoReflect() protoreflect.Message
func (*PutCodeScanSettingResponse) Reset ¶ added in v0.10.0
func (x *PutCodeScanSettingResponse) Reset()
func (*PutCodeScanSettingResponse) String ¶ added in v0.10.0
func (x *PutCodeScanSettingResponse) String() string
type PutDependencySettingRequest ¶ added in v0.4.0
type PutDependencySettingRequest struct { ProjectId uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` DependencySetting *DependencySettingForUpsert `protobuf:"bytes,2,opt,name=dependency_setting,json=dependencySetting,proto3" json:"dependency_setting,omitempty"` // contains filtered or unexported fields }
func (*PutDependencySettingRequest) Descriptor
deprecated
added in
v0.4.0
func (*PutDependencySettingRequest) Descriptor() ([]byte, []int)
Deprecated: Use PutDependencySettingRequest.ProtoReflect.Descriptor instead.
func (*PutDependencySettingRequest) GetDependencySetting ¶ added in v0.4.0
func (x *PutDependencySettingRequest) GetDependencySetting() *DependencySettingForUpsert
func (*PutDependencySettingRequest) GetProjectId ¶ added in v0.4.0
func (x *PutDependencySettingRequest) GetProjectId() uint32
func (*PutDependencySettingRequest) ProtoMessage ¶ added in v0.4.0
func (*PutDependencySettingRequest) ProtoMessage()
func (*PutDependencySettingRequest) ProtoReflect ¶ added in v0.4.0
func (x *PutDependencySettingRequest) ProtoReflect() protoreflect.Message
func (*PutDependencySettingRequest) Reset ¶ added in v0.4.0
func (x *PutDependencySettingRequest) Reset()
func (*PutDependencySettingRequest) String ¶ added in v0.4.0
func (x *PutDependencySettingRequest) String() string
func (*PutDependencySettingRequest) Validate ¶ added in v0.4.0
func (p *PutDependencySettingRequest) Validate() error
Validate PutDependencySettingRequest
type PutDependencySettingResponse ¶ added in v0.4.0
type PutDependencySettingResponse struct { DependencySetting *DependencySetting `protobuf:"bytes,1,opt,name=dependency_setting,json=dependencySetting,proto3" json:"dependency_setting,omitempty"` // contains filtered or unexported fields }
func (*PutDependencySettingResponse) Descriptor
deprecated
added in
v0.4.0
func (*PutDependencySettingResponse) Descriptor() ([]byte, []int)
Deprecated: Use PutDependencySettingResponse.ProtoReflect.Descriptor instead.
func (*PutDependencySettingResponse) GetDependencySetting ¶ added in v0.4.0
func (x *PutDependencySettingResponse) GetDependencySetting() *DependencySetting
func (*PutDependencySettingResponse) ProtoMessage ¶ added in v0.4.0
func (*PutDependencySettingResponse) ProtoMessage()
func (*PutDependencySettingResponse) ProtoReflect ¶ added in v0.4.0
func (x *PutDependencySettingResponse) ProtoReflect() protoreflect.Message
func (*PutDependencySettingResponse) Reset ¶ added in v0.4.0
func (x *PutDependencySettingResponse) Reset()
func (*PutDependencySettingResponse) String ¶ added in v0.4.0
func (x *PutDependencySettingResponse) String() string
type PutGitHubSettingRequest ¶ added in v0.4.0
type PutGitHubSettingRequest struct { ProjectId uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` GithubSetting *GitHubSettingForUpsert `protobuf:"bytes,2,opt,name=github_setting,json=githubSetting,proto3" json:"github_setting,omitempty"` // contains filtered or unexported fields }
func (*PutGitHubSettingRequest) Descriptor
deprecated
added in
v0.4.0
func (*PutGitHubSettingRequest) Descriptor() ([]byte, []int)
Deprecated: Use PutGitHubSettingRequest.ProtoReflect.Descriptor instead.
func (*PutGitHubSettingRequest) GetGithubSetting ¶ added in v0.4.0
func (x *PutGitHubSettingRequest) GetGithubSetting() *GitHubSettingForUpsert
func (*PutGitHubSettingRequest) GetProjectId ¶ added in v0.4.0
func (x *PutGitHubSettingRequest) GetProjectId() uint32
func (*PutGitHubSettingRequest) ProtoMessage ¶ added in v0.4.0
func (*PutGitHubSettingRequest) ProtoMessage()
func (*PutGitHubSettingRequest) ProtoReflect ¶ added in v0.4.0
func (x *PutGitHubSettingRequest) ProtoReflect() protoreflect.Message
func (*PutGitHubSettingRequest) Reset ¶ added in v0.4.0
func (x *PutGitHubSettingRequest) Reset()
func (*PutGitHubSettingRequest) String ¶ added in v0.4.0
func (x *PutGitHubSettingRequest) String() string
func (*PutGitHubSettingRequest) Validate ¶ added in v0.4.0
func (p *PutGitHubSettingRequest) Validate() error
Validate PutGitHubSettingRequest
type PutGitHubSettingResponse ¶ added in v0.4.0
type PutGitHubSettingResponse struct { GithubSetting *GitHubSetting `protobuf:"bytes,1,opt,name=github_setting,json=githubSetting,proto3" json:"github_setting,omitempty"` // contains filtered or unexported fields }
func (*PutGitHubSettingResponse) Descriptor
deprecated
added in
v0.4.0
func (*PutGitHubSettingResponse) Descriptor() ([]byte, []int)
Deprecated: Use PutGitHubSettingResponse.ProtoReflect.Descriptor instead.
func (*PutGitHubSettingResponse) GetGithubSetting ¶ added in v0.4.0
func (x *PutGitHubSettingResponse) GetGithubSetting() *GitHubSetting
func (*PutGitHubSettingResponse) ProtoMessage ¶ added in v0.4.0
func (*PutGitHubSettingResponse) ProtoMessage()
func (*PutGitHubSettingResponse) ProtoReflect ¶ added in v0.4.0
func (x *PutGitHubSettingResponse) ProtoReflect() protoreflect.Message
func (*PutGitHubSettingResponse) Reset ¶ added in v0.4.0
func (x *PutGitHubSettingResponse) Reset()
func (*PutGitHubSettingResponse) String ¶ added in v0.4.0
func (x *PutGitHubSettingResponse) String() string
type PutGitleaksCacheRequest ¶ added in v0.5.0
type PutGitleaksCacheRequest struct { ProjectId uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` GitleaksCache *GitleaksCacheForUpsert `protobuf:"bytes,2,opt,name=gitleaks_cache,json=gitleaksCache,proto3" json:"gitleaks_cache,omitempty"` // contains filtered or unexported fields }
func (*PutGitleaksCacheRequest) Descriptor
deprecated
added in
v0.5.0
func (*PutGitleaksCacheRequest) Descriptor() ([]byte, []int)
Deprecated: Use PutGitleaksCacheRequest.ProtoReflect.Descriptor instead.
func (*PutGitleaksCacheRequest) GetGitleaksCache ¶ added in v0.5.0
func (x *PutGitleaksCacheRequest) GetGitleaksCache() *GitleaksCacheForUpsert
func (*PutGitleaksCacheRequest) GetProjectId ¶ added in v0.5.0
func (x *PutGitleaksCacheRequest) GetProjectId() uint32
func (*PutGitleaksCacheRequest) ProtoMessage ¶ added in v0.5.0
func (*PutGitleaksCacheRequest) ProtoMessage()
func (*PutGitleaksCacheRequest) ProtoReflect ¶ added in v0.5.0
func (x *PutGitleaksCacheRequest) ProtoReflect() protoreflect.Message
func (*PutGitleaksCacheRequest) Reset ¶ added in v0.5.0
func (x *PutGitleaksCacheRequest) Reset()
func (*PutGitleaksCacheRequest) String ¶ added in v0.5.0
func (x *PutGitleaksCacheRequest) String() string
func (*PutGitleaksCacheRequest) Validate ¶ added in v0.5.0
func (p *PutGitleaksCacheRequest) Validate() error
Validate PutGitleaksCacheRequest
type PutGitleaksCacheResponse ¶ added in v0.5.0
type PutGitleaksCacheResponse struct { GitleaksCache *GitleaksCache `protobuf:"bytes,1,opt,name=gitleaks_cache,json=gitleaksCache,proto3" json:"gitleaks_cache,omitempty"` // contains filtered or unexported fields }
func (*PutGitleaksCacheResponse) Descriptor
deprecated
added in
v0.5.0
func (*PutGitleaksCacheResponse) Descriptor() ([]byte, []int)
Deprecated: Use PutGitleaksCacheResponse.ProtoReflect.Descriptor instead.
func (*PutGitleaksCacheResponse) GetGitleaksCache ¶ added in v0.5.0
func (x *PutGitleaksCacheResponse) GetGitleaksCache() *GitleaksCache
func (*PutGitleaksCacheResponse) ProtoMessage ¶ added in v0.5.0
func (*PutGitleaksCacheResponse) ProtoMessage()
func (*PutGitleaksCacheResponse) ProtoReflect ¶ added in v0.5.0
func (x *PutGitleaksCacheResponse) ProtoReflect() protoreflect.Message
func (*PutGitleaksCacheResponse) Reset ¶ added in v0.5.0
func (x *PutGitleaksCacheResponse) Reset()
func (*PutGitleaksCacheResponse) String ¶ added in v0.5.0
func (x *PutGitleaksCacheResponse) String() string
type PutGitleaksSettingRequest ¶ added in v0.4.0
type PutGitleaksSettingRequest struct { ProjectId uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` GitleaksSetting *GitleaksSettingForUpsert `protobuf:"bytes,2,opt,name=gitleaks_setting,json=gitleaksSetting,proto3" json:"gitleaks_setting,omitempty"` // contains filtered or unexported fields }
func (*PutGitleaksSettingRequest) Descriptor
deprecated
added in
v0.4.0
func (*PutGitleaksSettingRequest) Descriptor() ([]byte, []int)
Deprecated: Use PutGitleaksSettingRequest.ProtoReflect.Descriptor instead.
func (*PutGitleaksSettingRequest) GetGitleaksSetting ¶ added in v0.4.0
func (x *PutGitleaksSettingRequest) GetGitleaksSetting() *GitleaksSettingForUpsert
func (*PutGitleaksSettingRequest) GetProjectId ¶ added in v0.4.0
func (x *PutGitleaksSettingRequest) GetProjectId() uint32
func (*PutGitleaksSettingRequest) ProtoMessage ¶ added in v0.4.0
func (*PutGitleaksSettingRequest) ProtoMessage()
func (*PutGitleaksSettingRequest) ProtoReflect ¶ added in v0.4.0
func (x *PutGitleaksSettingRequest) ProtoReflect() protoreflect.Message
func (*PutGitleaksSettingRequest) Reset ¶ added in v0.4.0
func (x *PutGitleaksSettingRequest) Reset()
func (*PutGitleaksSettingRequest) String ¶ added in v0.4.0
func (x *PutGitleaksSettingRequest) String() string
func (*PutGitleaksSettingRequest) Validate ¶ added in v0.4.0
func (p *PutGitleaksSettingRequest) Validate() error
Validate PutGitleaksSettingRequest
type PutGitleaksSettingResponse ¶ added in v0.4.0
type PutGitleaksSettingResponse struct { GitleaksSetting *GitleaksSetting `protobuf:"bytes,1,opt,name=gitleaks_setting,json=gitleaksSetting,proto3" json:"gitleaks_setting,omitempty"` // contains filtered or unexported fields }
func (*PutGitleaksSettingResponse) Descriptor
deprecated
added in
v0.4.0
func (*PutGitleaksSettingResponse) Descriptor() ([]byte, []int)
Deprecated: Use PutGitleaksSettingResponse.ProtoReflect.Descriptor instead.
func (*PutGitleaksSettingResponse) GetGitleaksSetting ¶ added in v0.4.0
func (x *PutGitleaksSettingResponse) GetGitleaksSetting() *GitleaksSetting
func (*PutGitleaksSettingResponse) ProtoMessage ¶ added in v0.4.0
func (*PutGitleaksSettingResponse) ProtoMessage()
func (*PutGitleaksSettingResponse) ProtoReflect ¶ added in v0.4.0
func (x *PutGitleaksSettingResponse) ProtoReflect() protoreflect.Message
func (*PutGitleaksSettingResponse) Reset ¶ added in v0.4.0
func (x *PutGitleaksSettingResponse) Reset()
func (*PutGitleaksSettingResponse) String ¶ added in v0.4.0
func (x *PutGitleaksSettingResponse) String() string
type Status ¶
type Status int32
Status
func (Status) Descriptor ¶
func (Status) Descriptor() protoreflect.EnumDescriptor
func (Status) EnumDescriptor
deprecated
func (Status) Number ¶
func (x Status) Number() protoreflect.EnumNumber
func (Status) Type ¶
func (Status) Type() protoreflect.EnumType
type Type ¶
type Type int32
Type
func (Type) Descriptor ¶
func (Type) Descriptor() protoreflect.EnumDescriptor
func (Type) EnumDescriptor
deprecated
func (Type) Number ¶
func (x Type) Number() protoreflect.EnumNumber
func (Type) Type ¶
func (Type) Type() protoreflect.EnumType
type UnimplementedCodeServiceServer ¶
type UnimplementedCodeServiceServer struct { }
UnimplementedCodeServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedCodeServiceServer) DeleteCodeScanSetting ¶ added in v0.10.0
func (*UnimplementedCodeServiceServer) DeleteCodeScanSetting(context.Context, *DeleteCodeScanSettingRequest) (*emptypb.Empty, error)
func (*UnimplementedCodeServiceServer) DeleteDependencySetting ¶ added in v0.4.0
func (*UnimplementedCodeServiceServer) DeleteDependencySetting(context.Context, *DeleteDependencySettingRequest) (*emptypb.Empty, error)
func (*UnimplementedCodeServiceServer) DeleteGitHubSetting ¶ added in v0.4.0
func (*UnimplementedCodeServiceServer) DeleteGitHubSetting(context.Context, *DeleteGitHubSettingRequest) (*emptypb.Empty, error)
func (*UnimplementedCodeServiceServer) DeleteGitleaksSetting ¶ added in v0.4.0
func (*UnimplementedCodeServiceServer) DeleteGitleaksSetting(context.Context, *DeleteGitleaksSettingRequest) (*emptypb.Empty, error)
func (*UnimplementedCodeServiceServer) GetGitHubSetting ¶ added in v0.4.0
func (*UnimplementedCodeServiceServer) GetGitHubSetting(context.Context, *GetGitHubSettingRequest) (*GetGitHubSettingResponse, error)
func (*UnimplementedCodeServiceServer) GetGitleaksCache ¶ added in v0.5.0
func (*UnimplementedCodeServiceServer) GetGitleaksCache(context.Context, *GetGitleaksCacheRequest) (*GetGitleaksCacheResponse, error)
func (*UnimplementedCodeServiceServer) InvokeScanAll ¶ added in v0.4.0
func (*UnimplementedCodeServiceServer) InvokeScanCodeScan ¶ added in v0.10.0
func (*UnimplementedCodeServiceServer) InvokeScanCodeScan(context.Context, *InvokeScanCodeScanRequest) (*emptypb.Empty, error)
func (*UnimplementedCodeServiceServer) InvokeScanDependency ¶ added in v0.4.0
func (*UnimplementedCodeServiceServer) InvokeScanDependency(context.Context, *InvokeScanDependencyRequest) (*emptypb.Empty, error)
func (*UnimplementedCodeServiceServer) InvokeScanGitleaks ¶
func (*UnimplementedCodeServiceServer) InvokeScanGitleaks(context.Context, *InvokeScanGitleaksRequest) (*emptypb.Empty, error)
func (*UnimplementedCodeServiceServer) ListDataSource ¶
func (*UnimplementedCodeServiceServer) ListDataSource(context.Context, *ListDataSourceRequest) (*ListDataSourceResponse, error)
func (*UnimplementedCodeServiceServer) ListGitHubSetting ¶ added in v0.4.0
func (*UnimplementedCodeServiceServer) ListGitHubSetting(context.Context, *ListGitHubSettingRequest) (*ListGitHubSettingResponse, error)
func (*UnimplementedCodeServiceServer) ListGitleaksCache ¶ added in v0.9.0
func (*UnimplementedCodeServiceServer) ListGitleaksCache(context.Context, *ListGitleaksCacheRequest) (*ListGitleaksCacheResponse, error)
func (*UnimplementedCodeServiceServer) PutCodeScanSetting ¶ added in v0.10.0
func (*UnimplementedCodeServiceServer) PutCodeScanSetting(context.Context, *PutCodeScanSettingRequest) (*PutCodeScanSettingResponse, error)
func (*UnimplementedCodeServiceServer) PutDependencySetting ¶ added in v0.4.0
func (*UnimplementedCodeServiceServer) PutDependencySetting(context.Context, *PutDependencySettingRequest) (*PutDependencySettingResponse, error)
func (*UnimplementedCodeServiceServer) PutGitHubSetting ¶ added in v0.4.0
func (*UnimplementedCodeServiceServer) PutGitHubSetting(context.Context, *PutGitHubSettingRequest) (*PutGitHubSettingResponse, error)
func (*UnimplementedCodeServiceServer) PutGitleaksCache ¶ added in v0.5.0
func (*UnimplementedCodeServiceServer) PutGitleaksCache(context.Context, *PutGitleaksCacheRequest) (*PutGitleaksCacheResponse, error)
func (*UnimplementedCodeServiceServer) PutGitleaksSetting ¶ added in v0.4.0
func (*UnimplementedCodeServiceServer) PutGitleaksSetting(context.Context, *PutGitleaksSettingRequest) (*PutGitleaksSettingResponse, error)