Versions in this module Expand all Collapse all v0 v0.0.2 Oct 11, 2023 Changes in this version + var File_gitSensor_service_proto protoreflect.FileDescriptor + var GitSensorService_ServiceDesc = grpc.ServiceDesc + func RegisterGitSensorServiceServer(s grpc.ServiceRegistrar, srv GitSensorServiceServer) + type AddRepoRequest struct + GitMaterialList []*GitMaterial + func (*AddRepoRequest) Descriptor() ([]byte, []int) + func (*AddRepoRequest) ProtoMessage() + func (x *AddRepoRequest) GetGitMaterialList() []*GitMaterial + func (x *AddRepoRequest) ProtoReflect() protoreflect.Message + func (x *AddRepoRequest) Reset() + func (x *AddRepoRequest) String() string + type Author struct + Date *timestamp.Timestamp + Email string + Name string + func (*Author) Descriptor() ([]byte, []int) + func (*Author) ProtoMessage() + func (x *Author) GetDate() *timestamp.Timestamp + func (x *Author) GetEmail() string + func (x *Author) GetName() string + func (x *Author) ProtoReflect() protoreflect.Message + func (x *Author) Reset() + func (x *Author) String() string + type CiPipelineMaterial struct + Active bool + CommitAuthor string + CommitDate *timestamp.Timestamp + CommitHistory string + CommitMessage string + ErrorMsg string + Errored bool + GitMaterialId int64 + Id int64 + LastSeenHash string + Type string + Value string + func (*CiPipelineMaterial) Descriptor() ([]byte, []int) + func (*CiPipelineMaterial) ProtoMessage() + func (x *CiPipelineMaterial) GetActive() bool + func (x *CiPipelineMaterial) GetCommitAuthor() string + func (x *CiPipelineMaterial) GetCommitDate() *timestamp.Timestamp + func (x *CiPipelineMaterial) GetCommitHistory() string + func (x *CiPipelineMaterial) GetCommitMessage() string + func (x *CiPipelineMaterial) GetErrorMsg() string + func (x *CiPipelineMaterial) GetErrored() bool + func (x *CiPipelineMaterial) GetGitMaterialId() int64 + func (x *CiPipelineMaterial) GetId() int64 + func (x *CiPipelineMaterial) GetLastSeenHash() string + func (x *CiPipelineMaterial) GetType() string + func (x *CiPipelineMaterial) GetValue() string + func (x *CiPipelineMaterial) ProtoReflect() protoreflect.Message + func (x *CiPipelineMaterial) Reset() + func (x *CiPipelineMaterial) String() string + type CiPipelineMaterialBean struct + Active bool + ExtraEnvironmentVariables map[string]string + GitCommit *GitCommit + GitMaterialId int64 + Id int64 + Type string + Value string + func (*CiPipelineMaterialBean) Descriptor() ([]byte, []int) + func (*CiPipelineMaterialBean) ProtoMessage() + func (x *CiPipelineMaterialBean) GetActive() bool + func (x *CiPipelineMaterialBean) GetExtraEnvironmentVariables() map[string]string + func (x *CiPipelineMaterialBean) GetGitCommit() *GitCommit + func (x *CiPipelineMaterialBean) GetGitMaterialId() int64 + func (x *CiPipelineMaterialBean) GetId() int64 + func (x *CiPipelineMaterialBean) GetType() string + func (x *CiPipelineMaterialBean) GetValue() string + func (x *CiPipelineMaterialBean) ProtoReflect() protoreflect.Message + func (x *CiPipelineMaterialBean) Reset() + func (x *CiPipelineMaterialBean) String() string + type Commit struct + Author *Author + Body string + Committer *Committer + Hash *Hash + Subject string + Tag *Tag + Tree *Tree + func (*Commit) Descriptor() ([]byte, []int) + func (*Commit) ProtoMessage() + func (x *Commit) GetAuthor() *Author + func (x *Commit) GetBody() string + func (x *Commit) GetCommitter() *Committer + func (x *Commit) GetHash() *Hash + func (x *Commit) GetSubject() string + func (x *Commit) GetTag() *Tag + func (x *Commit) GetTree() *Tree + func (x *Commit) ProtoReflect() protoreflect.Message + func (x *Commit) Reset() + func (x *Commit) String() string + type CommitMetadataRequest struct + BranchName string + GitHash string + GitTag string + PipelineMaterialId int64 + func (*CommitMetadataRequest) Descriptor() ([]byte, []int) + func (*CommitMetadataRequest) ProtoMessage() + func (x *CommitMetadataRequest) GetBranchName() string + func (x *CommitMetadataRequest) GetGitHash() string + func (x *CommitMetadataRequest) GetGitTag() string + func (x *CommitMetadataRequest) GetPipelineMaterialId() int64 + func (x *CommitMetadataRequest) ProtoReflect() protoreflect.Message + func (x *CommitMetadataRequest) Reset() + func (x *CommitMetadataRequest) String() string + type Committer struct + Date *timestamp.Timestamp + Email string + Name string + func (*Committer) Descriptor() ([]byte, []int) + func (*Committer) ProtoMessage() + func (x *Committer) GetDate() *timestamp.Timestamp + func (x *Committer) GetEmail() string + func (x *Committer) GetName() string + func (x *Committer) ProtoReflect() protoreflect.Message + func (x *Committer) Reset() + func (x *Committer) String() string + type Empty struct + func (*Empty) Descriptor() ([]byte, []int) + func (*Empty) ProtoMessage() + func (x *Empty) ProtoReflect() protoreflect.Message + func (x *Empty) Reset() + func (x *Empty) String() string + type FetchScmChangesRequest struct + Count int64 + From string + PipelineMaterialId int64 + ShowAll bool + To string + func (*FetchScmChangesRequest) Descriptor() ([]byte, []int) + func (*FetchScmChangesRequest) ProtoMessage() + func (x *FetchScmChangesRequest) GetCount() int64 + func (x *FetchScmChangesRequest) GetFrom() string + func (x *FetchScmChangesRequest) GetPipelineMaterialId() int64 + func (x *FetchScmChangesRequest) GetShowAll() bool + func (x *FetchScmChangesRequest) GetTo() string + func (x *FetchScmChangesRequest) ProtoReflect() protoreflect.Message + func (x *FetchScmChangesRequest) Reset() + func (x *FetchScmChangesRequest) String() string + type FileStat struct + Addition int64 + Deletion int64 + Name string + func (*FileStat) Descriptor() ([]byte, []int) + func (*FileStat) ProtoMessage() + func (x *FileStat) GetAddition() int64 + func (x *FileStat) GetDeletion() int64 + func (x *FileStat) GetName() string + func (x *FileStat) ProtoReflect() protoreflect.Message + func (x *FileStat) Reset() + func (x *FileStat) String() string + type GenericResponse struct + Message string + func (*GenericResponse) Descriptor() ([]byte, []int) + func (*GenericResponse) ProtoMessage() + func (x *GenericResponse) GetMessage() string + func (x *GenericResponse) ProtoReflect() protoreflect.Message + func (x *GenericResponse) Reset() + func (x *GenericResponse) String() string + type GetHeadForPipelineMaterialsResponse struct + Materials []*CiPipelineMaterialBean + func (*GetHeadForPipelineMaterialsResponse) Descriptor() ([]byte, []int) + func (*GetHeadForPipelineMaterialsResponse) ProtoMessage() + func (x *GetHeadForPipelineMaterialsResponse) GetMaterials() []*CiPipelineMaterialBean + func (x *GetHeadForPipelineMaterialsResponse) ProtoReflect() protoreflect.Message + func (x *GetHeadForPipelineMaterialsResponse) Reset() + func (x *GetHeadForPipelineMaterialsResponse) String() string + type GitChanges struct + Commits []*Commit + FileStats []*FileStat + func (*GitChanges) Descriptor() ([]byte, []int) + func (*GitChanges) ProtoMessage() + func (x *GitChanges) GetCommits() []*Commit + func (x *GitChanges) GetFileStats() []*FileStat + func (x *GitChanges) ProtoReflect() protoreflect.Message + func (x *GitChanges) Reset() + func (x *GitChanges) String() string + type GitCommit struct + Author string + Changes []string + Commit string + Date *timestamp.Timestamp + Excluded bool + FileStats []*FileStat + Message string + WebhookData *WebhookData + func (*GitCommit) Descriptor() ([]byte, []int) + func (*GitCommit) ProtoMessage() + func (x *GitCommit) GetAuthor() string + func (x *GitCommit) GetChanges() []string + func (x *GitCommit) GetCommit() string + func (x *GitCommit) GetDate() *timestamp.Timestamp + func (x *GitCommit) GetExcluded() bool + func (x *GitCommit) GetFileStats() []*FileStat + func (x *GitCommit) GetMessage() string + func (x *GitCommit) GetWebhookData() *WebhookData + func (x *GitCommit) ProtoReflect() protoreflect.Message + func (x *GitCommit) Reset() + func (x *GitCommit) String() string + type GitMaterial struct + CheckoutLocation string + CheckoutMsgAny string + CheckoutStatus bool + Deleted bool + FetchSubmodules bool + FilterPattern []string + GitProviderId int64 + Id int64 + Name string + Url string + func (*GitMaterial) Descriptor() ([]byte, []int) + func (*GitMaterial) ProtoMessage() + func (x *GitMaterial) GetCheckoutLocation() string + func (x *GitMaterial) GetCheckoutMsgAny() string + func (x *GitMaterial) GetCheckoutStatus() bool + func (x *GitMaterial) GetDeleted() bool + func (x *GitMaterial) GetFetchSubmodules() bool + func (x *GitMaterial) GetFilterPattern() []string + func (x *GitMaterial) GetGitProviderId() int64 + func (x *GitMaterial) GetId() int64 + func (x *GitMaterial) GetName() string + func (x *GitMaterial) GetUrl() string + func (x *GitMaterial) ProtoReflect() protoreflect.Message + func (x *GitMaterial) Reset() + func (x *GitMaterial) String() string + type GitProvider struct + AccessToken string + Active bool + AuthMode string + Id int64 + Name string + Password string + SshPrivateKey string + Url string + UserName string + func (*GitProvider) Descriptor() ([]byte, []int) + func (*GitProvider) ProtoMessage() + func (x *GitProvider) GetAccessToken() string + func (x *GitProvider) GetActive() bool + func (x *GitProvider) GetAuthMode() string + func (x *GitProvider) GetId() int64 + func (x *GitProvider) GetName() string + func (x *GitProvider) GetPassword() string + func (x *GitProvider) GetSshPrivateKey() string + func (x *GitProvider) GetUrl() string + func (x *GitProvider) GetUserName() string + func (x *GitProvider) ProtoReflect() protoreflect.Message + func (x *GitProvider) Reset() + func (x *GitProvider) String() string + type GitSensorServiceClient interface + AddRepo func(ctx context.Context, in *AddRepoRequest, opts ...grpc.CallOption) (*Empty, error) + FetchChanges func(ctx context.Context, in *FetchScmChangesRequest, opts ...grpc.CallOption) (*MaterialChangeResponse, error) + GetAllWebhookEventConfigForHost func(ctx context.Context, in *WebhookEventConfigRequest, opts ...grpc.CallOption) (*WebhookEventConfigResponse, error) + GetChangesInRelease func(ctx context.Context, in *ReleaseChangeRequest, opts ...grpc.CallOption) (*GitChanges, error) + GetCommitInfoForTag func(ctx context.Context, in *CommitMetadataRequest, opts ...grpc.CallOption) (*GitCommit, error) + GetCommitMetadata func(ctx context.Context, in *CommitMetadataRequest, opts ...grpc.CallOption) (*GitCommit, error) + GetCommitMetadataForPipelineMaterial func(ctx context.Context, in *CommitMetadataRequest, opts ...grpc.CallOption) (*GitCommit, error) + GetHeadForPipelineMaterials func(ctx context.Context, in *HeadRequest, opts ...grpc.CallOption) (*GetHeadForPipelineMaterialsResponse, error) + GetWebhookData func(ctx context.Context, in *WebhookDataRequest, opts ...grpc.CallOption) (*WebhookAndCiData, error) + GetWebhookEventConfig func(ctx context.Context, in *WebhookEventConfigRequest, opts ...grpc.CallOption) (*WebhookEventConfig, error) + GetWebhookPayloadDataForPipelineMaterialId func(ctx context.Context, in *WebhookPayloadDataRequest, opts ...grpc.CallOption) (*WebhookPayloadDataResponse, error) + GetWebhookPayloadFilterDataForPipelineMaterialId func(ctx context.Context, in *WebhookPayloadFilterDataRequest, ...) (*WebhookPayloadFilterDataResponse, error) + RefreshGitMaterial func(ctx context.Context, in *RefreshGitMaterialRequest, opts ...grpc.CallOption) (*RefreshGitMaterialResponse, error) + ReloadAllMaterial func(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*Empty, error) + ReloadMaterial func(ctx context.Context, in *ReloadMaterialRequest, opts ...grpc.CallOption) (*GenericResponse, error) + SaveGitProvider func(ctx context.Context, in *GitProvider, opts ...grpc.CallOption) (*Empty, error) + SavePipelineMaterial func(ctx context.Context, in *SavePipelineMaterialRequest, opts ...grpc.CallOption) (*Empty, error) + UpdateRepo func(ctx context.Context, in *GitMaterial, opts ...grpc.CallOption) (*Empty, error) + func NewGitSensorServiceClient(cc grpc.ClientConnInterface) GitSensorServiceClient + type GitSensorServiceServer interface + AddRepo func(context.Context, *AddRepoRequest) (*Empty, error) + FetchChanges func(context.Context, *FetchScmChangesRequest) (*MaterialChangeResponse, error) + GetAllWebhookEventConfigForHost func(context.Context, *WebhookEventConfigRequest) (*WebhookEventConfigResponse, error) + GetChangesInRelease func(context.Context, *ReleaseChangeRequest) (*GitChanges, error) + GetCommitInfoForTag func(context.Context, *CommitMetadataRequest) (*GitCommit, error) + GetCommitMetadata func(context.Context, *CommitMetadataRequest) (*GitCommit, error) + GetCommitMetadataForPipelineMaterial func(context.Context, *CommitMetadataRequest) (*GitCommit, error) + GetHeadForPipelineMaterials func(context.Context, *HeadRequest) (*GetHeadForPipelineMaterialsResponse, error) + GetWebhookData func(context.Context, *WebhookDataRequest) (*WebhookAndCiData, error) + GetWebhookEventConfig func(context.Context, *WebhookEventConfigRequest) (*WebhookEventConfig, error) + GetWebhookPayloadDataForPipelineMaterialId func(context.Context, *WebhookPayloadDataRequest) (*WebhookPayloadDataResponse, error) + GetWebhookPayloadFilterDataForPipelineMaterialId func(context.Context, *WebhookPayloadFilterDataRequest) (*WebhookPayloadFilterDataResponse, error) + RefreshGitMaterial func(context.Context, *RefreshGitMaterialRequest) (*RefreshGitMaterialResponse, error) + ReloadAllMaterial func(context.Context, *Empty) (*Empty, error) + ReloadMaterial func(context.Context, *ReloadMaterialRequest) (*GenericResponse, error) + SaveGitProvider func(context.Context, *GitProvider) (*Empty, error) + SavePipelineMaterial func(context.Context, *SavePipelineMaterialRequest) (*Empty, error) + UpdateRepo func(context.Context, *GitMaterial) (*Empty, error) + type Hash struct + Long string + Short string + func (*Hash) Descriptor() ([]byte, []int) + func (*Hash) ProtoMessage() + func (x *Hash) GetLong() string + func (x *Hash) GetShort() string + func (x *Hash) ProtoReflect() protoreflect.Message + func (x *Hash) Reset() + func (x *Hash) String() string + type HeadRequest struct + MaterialIds []int64 + func (*HeadRequest) Descriptor() ([]byte, []int) + func (*HeadRequest) ProtoMessage() + func (x *HeadRequest) GetMaterialIds() []int64 + func (x *HeadRequest) ProtoReflect() protoreflect.Message + func (x *HeadRequest) Reset() + func (x *HeadRequest) String() string + type MaterialChangeResponse struct + BranchErrorMsg string + Commits []*GitCommit + IsBranchError bool + IsRepoError bool + LastFetchTime *timestamp.Timestamp + RepoErrorMsg string + func (*MaterialChangeResponse) Descriptor() ([]byte, []int) + func (*MaterialChangeResponse) ProtoMessage() + func (x *MaterialChangeResponse) GetBranchErrorMsg() string + func (x *MaterialChangeResponse) GetCommits() []*GitCommit + func (x *MaterialChangeResponse) GetIsBranchError() bool + func (x *MaterialChangeResponse) GetIsRepoError() bool + func (x *MaterialChangeResponse) GetLastFetchTime() *timestamp.Timestamp + func (x *MaterialChangeResponse) GetRepoErrorMsg() string + func (x *MaterialChangeResponse) ProtoReflect() protoreflect.Message + func (x *MaterialChangeResponse) Reset() + func (x *MaterialChangeResponse) String() string + type RefreshGitMaterialRequest struct + GitMaterialId int64 + func (*RefreshGitMaterialRequest) Descriptor() ([]byte, []int) + func (*RefreshGitMaterialRequest) ProtoMessage() + func (x *RefreshGitMaterialRequest) GetGitMaterialId() int64 + func (x *RefreshGitMaterialRequest) ProtoReflect() protoreflect.Message + func (x *RefreshGitMaterialRequest) Reset() + func (x *RefreshGitMaterialRequest) String() string + type RefreshGitMaterialResponse struct + ErrorMsg string + LastFetchTime *timestamp.Timestamp + Message string + func (*RefreshGitMaterialResponse) Descriptor() ([]byte, []int) + func (*RefreshGitMaterialResponse) ProtoMessage() + func (x *RefreshGitMaterialResponse) GetErrorMsg() string + func (x *RefreshGitMaterialResponse) GetLastFetchTime() *timestamp.Timestamp + func (x *RefreshGitMaterialResponse) GetMessage() string + func (x *RefreshGitMaterialResponse) ProtoReflect() protoreflect.Message + func (x *RefreshGitMaterialResponse) Reset() + func (x *RefreshGitMaterialResponse) String() string + type ReleaseChangeRequest struct + NewCommit string + OldCommit string + PipelineMaterialId int64 + func (*ReleaseChangeRequest) Descriptor() ([]byte, []int) + func (*ReleaseChangeRequest) ProtoMessage() + func (x *ReleaseChangeRequest) GetNewCommit() string + func (x *ReleaseChangeRequest) GetOldCommit() string + func (x *ReleaseChangeRequest) GetPipelineMaterialId() int64 + func (x *ReleaseChangeRequest) ProtoReflect() protoreflect.Message + func (x *ReleaseChangeRequest) Reset() + func (x *ReleaseChangeRequest) String() string + type ReloadMaterialRequest struct + MaterialId int64 + func (*ReloadMaterialRequest) Descriptor() ([]byte, []int) + func (*ReloadMaterialRequest) ProtoMessage() + func (x *ReloadMaterialRequest) GetMaterialId() int64 + func (x *ReloadMaterialRequest) ProtoReflect() protoreflect.Message + func (x *ReloadMaterialRequest) Reset() + func (x *ReloadMaterialRequest) String() string + type SavePipelineMaterialRequest struct + CiPipelineMaterials []*CiPipelineMaterial + func (*SavePipelineMaterialRequest) Descriptor() ([]byte, []int) + func (*SavePipelineMaterialRequest) ProtoMessage() + func (x *SavePipelineMaterialRequest) GetCiPipelineMaterials() []*CiPipelineMaterial + func (x *SavePipelineMaterialRequest) ProtoReflect() protoreflect.Message + func (x *SavePipelineMaterialRequest) Reset() + func (x *SavePipelineMaterialRequest) String() string + type Tag struct + Date *timestamp.Timestamp + Name string + func (*Tag) Descriptor() ([]byte, []int) + func (*Tag) ProtoMessage() + func (x *Tag) GetDate() *timestamp.Timestamp + func (x *Tag) GetName() string + func (x *Tag) ProtoReflect() protoreflect.Message + func (x *Tag) Reset() + func (x *Tag) String() string + type Tree struct + Long string + Short string + func (*Tree) Descriptor() ([]byte, []int) + func (*Tree) ProtoMessage() + func (x *Tree) GetLong() string + func (x *Tree) GetShort() string + func (x *Tree) ProtoReflect() protoreflect.Message + func (x *Tree) Reset() + func (x *Tree) String() string + type UnimplementedGitSensorServiceServer struct + func (UnimplementedGitSensorServiceServer) AddRepo(context.Context, *AddRepoRequest) (*Empty, error) + func (UnimplementedGitSensorServiceServer) FetchChanges(context.Context, *FetchScmChangesRequest) (*MaterialChangeResponse, error) + func (UnimplementedGitSensorServiceServer) GetAllWebhookEventConfigForHost(context.Context, *WebhookEventConfigRequest) (*WebhookEventConfigResponse, error) + func (UnimplementedGitSensorServiceServer) GetChangesInRelease(context.Context, *ReleaseChangeRequest) (*GitChanges, error) + func (UnimplementedGitSensorServiceServer) GetCommitInfoForTag(context.Context, *CommitMetadataRequest) (*GitCommit, error) + func (UnimplementedGitSensorServiceServer) GetCommitMetadata(context.Context, *CommitMetadataRequest) (*GitCommit, error) + func (UnimplementedGitSensorServiceServer) GetCommitMetadataForPipelineMaterial(context.Context, *CommitMetadataRequest) (*GitCommit, error) + func (UnimplementedGitSensorServiceServer) GetHeadForPipelineMaterials(context.Context, *HeadRequest) (*GetHeadForPipelineMaterialsResponse, error) + func (UnimplementedGitSensorServiceServer) GetWebhookData(context.Context, *WebhookDataRequest) (*WebhookAndCiData, error) + func (UnimplementedGitSensorServiceServer) GetWebhookEventConfig(context.Context, *WebhookEventConfigRequest) (*WebhookEventConfig, error) + func (UnimplementedGitSensorServiceServer) GetWebhookPayloadDataForPipelineMaterialId(context.Context, *WebhookPayloadDataRequest) (*WebhookPayloadDataResponse, error) + func (UnimplementedGitSensorServiceServer) GetWebhookPayloadFilterDataForPipelineMaterialId(context.Context, *WebhookPayloadFilterDataRequest) (*WebhookPayloadFilterDataResponse, error) + func (UnimplementedGitSensorServiceServer) RefreshGitMaterial(context.Context, *RefreshGitMaterialRequest) (*RefreshGitMaterialResponse, error) + func (UnimplementedGitSensorServiceServer) ReloadAllMaterial(context.Context, *Empty) (*Empty, error) + func (UnimplementedGitSensorServiceServer) ReloadMaterial(context.Context, *ReloadMaterialRequest) (*GenericResponse, error) + func (UnimplementedGitSensorServiceServer) SaveGitProvider(context.Context, *GitProvider) (*Empty, error) + func (UnimplementedGitSensorServiceServer) SavePipelineMaterial(context.Context, *SavePipelineMaterialRequest) (*Empty, error) + func (UnimplementedGitSensorServiceServer) UpdateRepo(context.Context, *GitMaterial) (*Empty, error) + type UnsafeGitSensorServiceServer interface + type WebhookAndCiData struct + ExtraEnvironmentVariables map[string]string + WebhookData *WebhookData + func (*WebhookAndCiData) Descriptor() ([]byte, []int) + func (*WebhookAndCiData) ProtoMessage() + func (x *WebhookAndCiData) GetExtraEnvironmentVariables() map[string]string + func (x *WebhookAndCiData) GetWebhookData() *WebhookData + func (x *WebhookAndCiData) ProtoReflect() protoreflect.Message + func (x *WebhookAndCiData) Reset() + func (x *WebhookAndCiData) String() string + type WebhookData struct + Data map[string]string + EventActionType string + Id int64 + func (*WebhookData) Descriptor() ([]byte, []int) + func (*WebhookData) ProtoMessage() + func (x *WebhookData) GetData() map[string]string + func (x *WebhookData) GetEventActionType() string + func (x *WebhookData) GetId() int64 + func (x *WebhookData) ProtoReflect() protoreflect.Message + func (x *WebhookData) Reset() + func (x *WebhookData) String() string + type WebhookDataRequest struct + CiPipelineMaterialId int64 + Id int64 + func (*WebhookDataRequest) Descriptor() ([]byte, []int) + func (*WebhookDataRequest) ProtoMessage() + func (x *WebhookDataRequest) GetCiPipelineMaterialId() int64 + func (x *WebhookDataRequest) GetId() int64 + func (x *WebhookDataRequest) ProtoReflect() protoreflect.Message + func (x *WebhookDataRequest) Reset() + func (x *WebhookDataRequest) String() string + type WebhookEventConfig struct + ActionType string + CreatedOn *timestamp.Timestamp + EventTypesCsv string + GitHostId int64 + Id int64 + IsActive bool + Name string + Selectors []*WebhookEventSelectors + UpdatedOn *timestamp.Timestamp + func (*WebhookEventConfig) Descriptor() ([]byte, []int) + func (*WebhookEventConfig) ProtoMessage() + func (x *WebhookEventConfig) GetActionType() string + func (x *WebhookEventConfig) GetCreatedOn() *timestamp.Timestamp + func (x *WebhookEventConfig) GetEventTypesCsv() string + func (x *WebhookEventConfig) GetGitHostId() int64 + func (x *WebhookEventConfig) GetId() int64 + func (x *WebhookEventConfig) GetIsActive() bool + func (x *WebhookEventConfig) GetName() string + func (x *WebhookEventConfig) GetSelectors() []*WebhookEventSelectors + func (x *WebhookEventConfig) GetUpdatedOn() *timestamp.Timestamp + func (x *WebhookEventConfig) ProtoReflect() protoreflect.Message + func (x *WebhookEventConfig) Reset() + func (x *WebhookEventConfig) String() string + type WebhookEventConfigRequest struct + EventId int64 + GitHostId int64 + func (*WebhookEventConfigRequest) Descriptor() ([]byte, []int) + func (*WebhookEventConfigRequest) ProtoMessage() + func (x *WebhookEventConfigRequest) GetEventId() int64 + func (x *WebhookEventConfigRequest) GetGitHostId() int64 + func (x *WebhookEventConfigRequest) ProtoReflect() protoreflect.Message + func (x *WebhookEventConfigRequest) Reset() + func (x *WebhookEventConfigRequest) String() string + type WebhookEventConfigResponse struct + WebhookEventConfig []*WebhookEventConfig + func (*WebhookEventConfigResponse) Descriptor() ([]byte, []int) + func (*WebhookEventConfigResponse) ProtoMessage() + func (x *WebhookEventConfigResponse) GetWebhookEventConfig() []*WebhookEventConfig + func (x *WebhookEventConfigResponse) ProtoReflect() protoreflect.Message + func (x *WebhookEventConfigResponse) Reset() + func (x *WebhookEventConfigResponse) String() string + type WebhookEventSelectors struct + CreatedOn *timestamp.Timestamp + EventId int64 + FixValue string + Id int64 + IsActive bool + Name string + PossibleValues string + ToShow bool + ToShowInCiFilter bool + UpdatedOn *timestamp.Timestamp + func (*WebhookEventSelectors) Descriptor() ([]byte, []int) + func (*WebhookEventSelectors) ProtoMessage() + func (x *WebhookEventSelectors) GetCreatedOn() *timestamp.Timestamp + func (x *WebhookEventSelectors) GetEventId() int64 + func (x *WebhookEventSelectors) GetFixValue() string + func (x *WebhookEventSelectors) GetId() int64 + func (x *WebhookEventSelectors) GetIsActive() bool + func (x *WebhookEventSelectors) GetName() string + func (x *WebhookEventSelectors) GetPossibleValues() string + func (x *WebhookEventSelectors) GetToShow() bool + func (x *WebhookEventSelectors) GetToShowInCiFilter() bool + func (x *WebhookEventSelectors) GetUpdatedOn() *timestamp.Timestamp + func (x *WebhookEventSelectors) ProtoReflect() protoreflect.Message + func (x *WebhookEventSelectors) Reset() + func (x *WebhookEventSelectors) String() string + type WebhookPayload struct + EventTime *timestamp.Timestamp + FailedFiltersCount int64 + MatchedFilters bool + MatchedFiltersCount int64 + ParsedDataId int64 + func (*WebhookPayload) Descriptor() ([]byte, []int) + func (*WebhookPayload) ProtoMessage() + func (x *WebhookPayload) GetEventTime() *timestamp.Timestamp + func (x *WebhookPayload) GetFailedFiltersCount() int64 + func (x *WebhookPayload) GetMatchedFilters() bool + func (x *WebhookPayload) GetMatchedFiltersCount() int64 + func (x *WebhookPayload) GetParsedDataId() int64 + func (x *WebhookPayload) ProtoReflect() protoreflect.Message + func (x *WebhookPayload) Reset() + func (x *WebhookPayload) String() string + type WebhookPayloadDataRequest struct + CiPipelineMaterialId int64 + EventTimeSortOrder string + Limit int64 + Offset int64 + func (*WebhookPayloadDataRequest) Descriptor() ([]byte, []int) + func (*WebhookPayloadDataRequest) ProtoMessage() + func (x *WebhookPayloadDataRequest) GetCiPipelineMaterialId() int64 + func (x *WebhookPayloadDataRequest) GetEventTimeSortOrder() string + func (x *WebhookPayloadDataRequest) GetLimit() int64 + func (x *WebhookPayloadDataRequest) GetOffset() int64 + func (x *WebhookPayloadDataRequest) ProtoReflect() protoreflect.Message + func (x *WebhookPayloadDataRequest) Reset() + func (x *WebhookPayloadDataRequest) String() string + type WebhookPayloadDataResponse struct + Filters map[string]string + Payloads []*WebhookPayload + RepositoryUrl string + func (*WebhookPayloadDataResponse) Descriptor() ([]byte, []int) + func (*WebhookPayloadDataResponse) ProtoMessage() + func (x *WebhookPayloadDataResponse) GetFilters() map[string]string + func (x *WebhookPayloadDataResponse) GetPayloads() []*WebhookPayload + func (x *WebhookPayloadDataResponse) GetRepositoryUrl() string + func (x *WebhookPayloadDataResponse) ProtoReflect() protoreflect.Message + func (x *WebhookPayloadDataResponse) Reset() + func (x *WebhookPayloadDataResponse) String() string + type WebhookPayloadFilterDataRequest struct + CiPipelineMaterialId int64 + ParsedDataId int64 + func (*WebhookPayloadFilterDataRequest) Descriptor() ([]byte, []int) + func (*WebhookPayloadFilterDataRequest) ProtoMessage() + func (x *WebhookPayloadFilterDataRequest) GetCiPipelineMaterialId() int64 + func (x *WebhookPayloadFilterDataRequest) GetParsedDataId() int64 + func (x *WebhookPayloadFilterDataRequest) ProtoReflect() protoreflect.Message + func (x *WebhookPayloadFilterDataRequest) Reset() + func (x *WebhookPayloadFilterDataRequest) String() string + type WebhookPayloadFilterDataResponse struct + PayloadId int64 + PayloadJson string + SelectorsData []*WebhookPayloadFilterDataSelectorResponse + func (*WebhookPayloadFilterDataResponse) Descriptor() ([]byte, []int) + func (*WebhookPayloadFilterDataResponse) ProtoMessage() + func (x *WebhookPayloadFilterDataResponse) GetPayloadId() int64 + func (x *WebhookPayloadFilterDataResponse) GetPayloadJson() string + func (x *WebhookPayloadFilterDataResponse) GetSelectorsData() []*WebhookPayloadFilterDataSelectorResponse + func (x *WebhookPayloadFilterDataResponse) ProtoReflect() protoreflect.Message + func (x *WebhookPayloadFilterDataResponse) Reset() + func (x *WebhookPayloadFilterDataResponse) String() string + type WebhookPayloadFilterDataSelectorResponse struct + Match bool + SelectorCondition string + SelectorName string + SelectorValue string + func (*WebhookPayloadFilterDataSelectorResponse) Descriptor() ([]byte, []int) + func (*WebhookPayloadFilterDataSelectorResponse) ProtoMessage() + func (x *WebhookPayloadFilterDataSelectorResponse) GetMatch() bool + func (x *WebhookPayloadFilterDataSelectorResponse) GetSelectorCondition() string + func (x *WebhookPayloadFilterDataSelectorResponse) GetSelectorName() string + func (x *WebhookPayloadFilterDataSelectorResponse) GetSelectorValue() string + func (x *WebhookPayloadFilterDataSelectorResponse) ProtoReflect() protoreflect.Message + func (x *WebhookPayloadFilterDataSelectorResponse) Reset() + func (x *WebhookPayloadFilterDataSelectorResponse) String() string v0.0.1-beta3 Sep 29, 2023 v0.0.1-beta2 Sep 29, 2023